There are two sets $A$ and $B$ which are bound and are not empty. Now we'll define another set as: $A + B = \{a + b | a \in A, b \in B\}.$
I need to prove that $\sup(A + B) = \sup A + \sup B.$
I don't know if the way in which I proved it is enough or is missing something. This is my proof:
I know that for every $a \in A, b \in B$: $\sup A \geq a$ and $\sup B \geq b.$ Therefore $\sup A + sup B \geq a + b.$ I'll take a $c \in A+B$ and by $A+B$ definition: $c = a + b$. Then, it is safe to say that $c = a + b \leq \sup A + \sup B$ which gives: $c \leq \sup A + \sup B.$
I know that $c \leq \sup A + \sup B$ is true for every general $c \in A+B$, so the supremum of $A + B$ is: $\sup(A + B) = \sup A + \sup B.$
Is this a way to prove it or is it not enough? Thanks.