Problem. Let $A = \{1 + \frac{2}{n} : n \text{ is a natural number} \}$. Find $\sup A$, with justification.
Isn't it just $3$ because $n$ is a natural number, and the lowest natural number is $1$, so the sup of this set should be $1+\frac{2}{1} = 3$?
Yep, precisely. $2/n\leq2,\forall n\in\mathbb{N}$ with equality only when $n=1$, and so $2/n+1$ has least upper bound $2+1=3$. Indeed, $s=sup(A)<3$ fails to be a least upper bound since $s<1+2/1$, and $1\in\mathbb{N}$.