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.
I think you actually mean set instead of group. And no, that is not a correct proof. E.g., $x \le 1 \forall x \in \{0\}$ but $\sup \{0\} = 0$.
Hint:
As @Gibbs pointed out in the comments, you showed $\sup (A + B) \le \sup A + \sup B$. Now for the equality you need to show $\sup (A + B) \ge \sup A + \sup B$ also holds. Take $\epsilon > 0$,
$$ a \in A : |a - \sup A| < \frac \epsilon 2 $$ $$ b \in B : |b - \sup B| < \frac \epsilon 2 $$
which exist by characterization of supremum. Can you take it from here?