Show that if either $A$ and $B$ is open, then $A + B$ is open.
Attempt: Suppose $A$ is open, then for every $a \in A, $ there exists $\epsilon > 0$ such $B_{\epsilon}(a) \subset A$. Similarly suppose $B$ is open ,then for every $b \in B, $ there exists $\epsilon > 0$ such $B_{\epsilon}(b) \subset B$.
So $A + B$ is open since for every $a + b \in A + B$ there is $\epsilon > 0$ such that $B_{\epsilon}(a+ b) \subset A + B$.
Can someone please verify this is correct? Any better approach or feedback would really help.
You're on the right track, but you could be slightly more clear. We only need to assume one of them is open, so suppose it is $A$. Given $a+b\in A+B$, we have $a\in A$, so there is some $\epsilon>0$ such that $B_\epsilon(a)\subset A$ by openness. But then the translated set $B_\epsilon(a)+b\subset A+b\subset A+B$ is an open ball containing $a+b$. Done.