I am practising for an exam and wish to show:
Sup$\Big(\Big\{\frac{n}{n+1}\,\Big|\, n \in \mathbb N \Big\}\Big)=1$
We usually start out with noticing that for all $n \in \mathbb N$: $$ \frac{n}{n+1}<1$$ So $1$ is certainly an upper bound for this sequence. We now need to show it is the least upper bound, also known as the supremum. We can use the the second characterisation of the supremum, we know that for any $\epsilon >0$, we have that $$ \frac{n}{n+1} > 1 - \epsilon$$
for some $n$.
I've been trying to find such an $n$, but haven't really seen how one usually does this. You can't just 'rearrange' the inequality - if you can I do not see how this would help.
Alternative thought: we have a sequence that is bounded (just shown), I can also derive that $a_{n+1}-a_n >0$ so the sequence is increasing, then the limit of this sequence is the supremum - the limit happens to be 1.
$\frac{n}{n+1} > 1 - \epsilon \iff 1- \frac{n}{n+1} < \epsilon \iff \frac{1}{n+1} < \epsilon \iff n > \frac{1}{\epsilon} - 1$