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) = ½ 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 (n-1)/(2n+3)
Step 2 is where I am uncertain. I think I need to show that for any y<½ there exists a member of the set between y and ½ but not sure how to do this. Thanks for all the answers so far!
Let $a\in A $.
Then $a=\frac {n-1}{2n+3} $ for some $n $
$a =\frac {n-1}{2n+3}<\frac {n-1}{2n-2} =\frac 12$
So $\frac 12$ is upper bound of $A $.
Step 2:
Suppose $x < \frac 12 $. Can we prove that there is an $n $ so that
$x < \frac {n-1}{2n+3} < \frac 12$?
$x < \frac {n-1}{2n+3} < \frac 12\iff$
$2x <\frac {2n-2}{2n+3} <1\iff $
$2x (2n+3)<2n-2 <2n+3\iff $
$4xn+6x <2n-2\iff $
$2xn+3x <n-1 \iff $
$3x+1 <n (1-2x)\iff $
$\frac {3x+1}{1-2x} < n $ (remember $x < \frac 12 $ so $1-2x>0$)
As $\mathbb N $ is unbounded we can always find such an $n $. So $x$ is not an upper bound.