Find the supremum of the following set:
$$A:=\left\{{(n-1)\over(2n+3)} : n \in\mathbb{N}\right\}$$
So I have as my answer that $\sup(A) = \frac12$ but need to justify. We were taught to justify in two steps, first show our answer is an upper bound for the set then show it is a least upper bound.
For step $1$: if $a$ is a member of $A$ then $a = (n-1)/(2n+3)$ for some natural number $n$ and $\frac{n-1}{2n+3} \leq \frac{n}{2n} = \frac12$ so $\frac12$ is an upper bound for the set
Step 2 is where I am uncertain. I think I need to show that for any $y<\frac12$ there exists a member of the set between $y$ and $\frac12$ but not sure how to do this. Thanks for all the answers so far!