Please just don't present a proof, see my reasoning below
I need to find the sup and inf of this set:
$$A = \{\frac{n+1}{n}, n\in \mathbb{N}\} = \{2, \frac{3}{2}, \frac{4}{3}, \frac{5}{4}, \cdots\}$$
Well, we can see that:
$$\frac{n+1}{n} = 1+\frac{1}{n} > 1$$
Therefore, $1$ is a lower bound for $A$, however I still need to show that it's the greatest lower bound of $A$. Suppose that $1+\frac{1}{n}>c>1$, then $\frac{1}{n}>c-1\implies \frac{1}{c-1}>n\implies$ c has to be $>1$, which is not a problem :c.
Now, for the sup, we have:
$$\frac{n+1}{n} = 1+\frac{1}{n}\le 2$$
because if $n>1$ then $\frac{1}{n}<1$ then $1+\frac{1}{n}<1+1=2$. So, $2$ is the upper bound of $A$, but I still have to show that $2$ is the lowest upper bound of $A$. I've read that if $a\in A$ and $a$ is an upper bound, then $a$ is the sup (how do I prove it?). But suppose that I didn't knew this theorem, then I would have to prove that there is no $c$ such that
$$1+\frac{1}{n}<c<2$$
and such that $c\ge a, \forall a\in A$. Oh, wait, I might have been able to prove the question above: suppose $c\ge A, \forall a\in A$, with $c\in A$. Then if there exists another $b$ such that $c>b\ge a$, i can see that this $b$ is greater than every member of $A$, but not $c$, therefore there isn't such $c$ that is both greater than every member of $A$ and in the middle of $c$ and $a$.