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<s'$ (again for contradiction), and then arguing that if this is so, then there exists a $b\in B$ which is larger than $s$, which would contradict the assumption that $s$ is a greatest lower bound for $A$. However, I don't think this is correct. If I could prove that $s'\in B$, then I think it would be correct, but despite my efforts, I haven't been able to.
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.
It's truly a matter of definition and being as comfortable with them as you can be.
1) An upper (lower) bound is an element in the universe that is larger (smaller) or equal to any element in $A$. In math notation: if $x \ge a$ for all $a \in A$ then $x$ is an upper bound.
2) A sup (inf) is the least upper (greatest lower) bound, that is to say, it is an upper (lower) bound but it is the least (greatest) such bound. That means nothing smaller (larger) is an upper (lower) bound. Which means anything smaller (larger) then the sup (inf) will have an element in $A$ larger (smaller) than it. or in math notation: $\sup A \ge a $ for all $a \in A$ and for any $x < \sup A$ there is an $a \in A$ so that $x < a \le \sup A$.
Caveat: A $\sup$ of $A$ need not exist. But if $A$ is bounded and not empty and your universal set $U$ has "the least upper bound property" then $\sup A$ ($\inf A$) will exist for any non-trivial set that is bounded above (below). And $\mathbb R$ has the least upper bound property. A set $U$ has the least upper bound property if and only if it has the greatest lower bound property.
So if $A$ is bounded below and non empty, then $B = \{$ all the lower bounds of $A \}$ then $B$ is non empty and bounded above and $\sup B = \inf A$ is very straightforward to show.
===
$\inf A$ exists: Because $A$ is bounded below and non-empty. As $\mathbb R$ has the least upper bound property, $\inf A$ exists.
$B$ is not empty: $\inf A$ is a lower bound of $A$. So $\inf A \in B$ so $B$ is not empty.
$B$ is bounded above by $\inf A$: Let $x > \inf A$. Then $x$ is not a lower bound of $A$ (by definition of $\inf$) So if $b \in B$ then $b$ is a lower bound of $A$ and $b \not > \inf A$ so $b \le \inf A$ for all $b \in B$. So $\inf A$ is an upperbound of $B$.
As $B \subset \mathbb R$ and $\mathbb R$ has least upper bound property then $\sup B$ exists and as $\inf A$ is an upperbound of $B$ while $\sup B$ is the least upper bound then $\inf A \ge \sup B$.
But $\sup B \ge b \in B$ and $\inf A \in B$ so $\sup B \ge \inf A$.
So $\sup B = \inf A$.
=====
The trick is simply not to have your eyes glaze over or to lose track of what refers to what. If you can keep track of what everything is, and what every term means, it is utterly impossible not to reach this conclusion. But I do empathize and understand how obtuse and off-putting the terminology can get.
======
as per egreg's comment: If you prove the rather simple lemma:
Lemma: If $\max A$ ($\min A$) is defined to be the maximum (minimum) element in $A$, i.e. $\max A = a$ ($\min A = a$) so that $a \ge x$ ($a \le x$) for all $x \in A$. Then IF as set $A$ has a maximum (minimum) element then $A$ has a suprememum (infinum) and $\sup A = \max A$ ($\inf A = \min A$).
Then the proof is a matter of stating that as $\inf A$ is a lower bound of $A$ that $\inf A \in B$. And as $\inf A$ is the greatest lower bound and $x > \inf A \implies x \not \in B$ then $\inf A = \max B = \sup B$.
But you do have to prove the lemma. Which is basically the exact argument as in my above "lengthy" proof.