$A=\left\{\frac{n}{n+1}: n \in \mathbb{N}\right\} \subset \mathbb{R}$
I did: How $1\geq n$ because $n\in\mathbb{N}$
then $n+1\geq n \rightarrow \frac{n+1}{n}\geq1 \rightarrow \frac{n}{n+1}\leq1$
then $\forall n\in\mathbb{N} \frac{n}{n+1}\leq1 $ then $\sup A = 1$ is right?
Yes it is. Let’s prove it. We already know that $1$ is an upper bound of $A$. We need to show it’s the least upper bound. Thus for any $\epsilon > 0$ we need to find an $n$ such that : $\dfrac{n}{n+1} > 1 - \epsilon \implies n > \dfrac{1}{\epsilon} - 1$. Those natural $n$ satisfies this inequality does it. This proves that $1$ is the least upper bound for $A$.