I have been trying to prove the following statement:
Let $A$ be nonempty and bounded below, and define $B=\{b\in\mathbb{R} : b$ is a lower bound for $A\}$. Then $\sup B=\inf A$.
I know this question has been asked before, here and here. However, the first one uses a lemma that I would prefer not to use (my textbook does not mention that particular lemma, so I would like to be able to do the proof without reference to it), and the second one I did not understand. So I hope you'll forgive me for asking again.
This is what I've got so far:
First, assume that $A$ is a subset of $\mathbb{R}$ (this is implied, since the exercise is from a chapter on real numbers). The Since $A$ is non-empty and bounded below, then it can be shown from the Axiom of Completeness that $\inf A$ exists. (I realize I have to prove this, and I intend to do so, but for now just assume that $\inf A$ exists.) Let $s=\inf A$. Now, since $s$ is indeed a lower bound for $A$, $s\in B$ by definition of $B$, so $B$ is non-empty. Furthermore, for all $b\in B$, $b\le s$ (this follows from the definition of $s$, since $s$ is larger than any lower bound for $A$, and $B$ is the set of all lower bounds for $A$.) Then $B$ is upwardly bounded, and it follows from the Axiom of Completeness that $\sup B$ exists. Let $s'=\sup B$.
To show that $\inf A=\sup B$, it suffices to show that $s\le s'$ and $s'\le s$. To prove that $s\le s'$, assume (for contradiction) that $s>s'$. Then there is an element in $B$ which is greater than $s'$, namely $s$. However, this contradicts the assumption that $s'=\sup B$. Then it cannot be true that $s>s'$, and so it must be true that $s\le s'$.
This is where I get stuck. I tried assuming that $s
I would very much like som pointers on how to go about proving that $s'\in B$, or any other hints or corrections that anyone might have to offer.