Suppose sets $A$ and $B$ are not empty and are bounded from above. Prove that $\sup(A) + \sup(B) = \sup(A + B)$ without using $\epsilon$. This is exercise 1.3.6 from Understanding Analysis by Abbot, 2nd edition.
Here is my start:
Let $s = \sup(A)$, $t = \sup(B)$, then for any $a \in A, b \in B$ we have $a \le s$ and $b \le t$ and, consequently, $s + t \ge a + b$.
And here I get stuck:
Let $u$ be an arbitrary upper bound of $A + B \implies a + b \le u$. Show that $t \le {u - a}$.
$b \le {u - a}$ is promising, but I don't see how to proceed rigorously from here on.
EDIT
The other question has answers that prove the same thing (some of them w/out epsilon), but they don't do it the way the book proposes to. I am interested in the book's way as well.