How can I prove $\sup(A+B)=\sup A+\sup B$ if $A+B=\{a+b\mid a\in A, b\in B\}$

88.3k Views Asked by At

If $A,B$ non empty, upper bounded sets and $A+B=\{a+b\mid a\in A, b\in B\}$, how can I prove that $\sup(A+B)=\sup A+\sup B$?

2

There are 2 best solutions below

0
On BEST ANSWER

Show that $\sup(A+B)$ is less than or equal to $\sup(A)+\sup(B)$ by showing that the latter is an upper bound for $A+B$. Then show that $\sup(A)+\sup(B)$ is less than or equal to $\sup(A+B)$ by showing that $\sup(A+B)$ is an upper bound for $A+\sup(B)$ and that $\sup(A+\sup(B)) = \sup(A)+\sup(B)$.

2
On

Set $x=\sup A$, $y=\sup B$. Given $a\in A, b\in B$ we have $a\le x, b\le y$ so $a+b\le x+y$ so it's an upper bound. Now take $\varepsilon > 0$ and find $a,b$ such that $a>x-\varepsilon/2, b>y-\varepsilon/2$ and you have $a+b > x+y - \varepsilon$. That suffices (since it means that every potential "smaller upper bound" $x+y-\varepsilon$ is not really an upper bound).