Let E be a bounded set and M be an upper bound for E. Show that M=sup E iff for all $\varepsilon \gt 0$ there is an x in E such that $\ M - \varepsilon \lt x \le M$
so I know we have to prove it both ways, so we must prove:
for the forwards direction: $\ M = $ sup E $\ \Rightarrow \forall$ $\varepsilon \gt 0$ $\exists$ $\ x \in E \ni M - \varepsilon \lt x \le M$
and for the backwards direction: $ \forall$ $\varepsilon \gt 0$ $\exists$ $\ x \in E \ni M - \varepsilon \lt x \le M$ $\Rightarrow$ M = sup E
I figured for the forward direction that you could suppose x $\gt$ M which would imply that there is an $\ m \in \mathbb{R} \ni$ m $\lt$ M and also an upper bound for E but I'm not sure where that gets me in regards to proving the statement..
I was playing around with the backwards direction and this is what i came up with:
suppose $\ M \neq$ sup E, then $\ \exists \varepsilon \gt 0 \ni \forall x \in E$, $\ M - \varepsilon \ge x \gt M $
$\Rightarrow$ M is in E and there are elements of E that are greater than M. This means M could not be an upper bound for E which contradicts what we are given about M (that M is an upper bound for E). Thus our assumption is false and therefore M = sup E.
I guess I'm looking for verification of the backwards direction of my proof and help in proving the forward direction of the statement (and the backwards direction if I am wrong).
Thanks in advance.
I guess that you are defining $\sup E$ as the least upper bound of $E$.
Suppose $M=\sup E$. Then, if $\varepsilon>0$, the number $M-\varepsilon$ is not an upper bound of $E$, hence there exists $x\in E$ such that $M-\varepsilon<x$. The fact that $x\le M$ follows from $M$ being an upper bound of $E$.
Suppose the stated condition holds and let $N$ be an upper bound of $E$. We need to prove that $N\ge M$. By way of contradiction, suppose $N<M$. Then $\varepsilon=M-N>0$ and so there exists $x\in E$ with $$ M-\varepsilon <x\le M $$ On the other hand $M-\varepsilon=M-(M-N)=N$, so we have $N<x$: a contradiction to $N$ being an upper bound of $E$.
Now compare this argument to yours to see whether your proof is good.