0

If two sets $A,B$ in $\mathbb{R^n}$ are closed. Will $A+B$ then be closed or open? In my head it makes sense if it is closed but I can't prove it on paper.

k.dkhk
  • 342

1 Answers1

0

Let $A= \cup _{n\in \bf N, n\geq 2} \{n+1/n\}$, and $B= \cup _{n\in \bf N, n\geq 2} \{-n\}$

Then $(A+B ) \cap [0,1]= \{ 1/n, n>2\}$, hence $A+B$ is not closed.

Thomas
  • 7,470
  • But is it compact? – k.dkhk Dec 02 '15 at 13:25
  • @k.dkhk $A$, $B$, and $A+B$ are each unbounded, and thus not compact. (For example, $100.01\in A$, $-100\in B$, and $(200.005)+(-100)=100.005\in A+B$.) – Akiva Weinberger Dec 02 '15 at 13:37
  • If A is $compact$ and B is closed, $A+B$ is closed. Indeed if $a_n+b_n$ converge to $l$, up to a subsequence we may assume that $a_n$ converge to $a$. Then $b_n$ converge to $l-a$; therefore $l-a\in B$ (as $B$ is closed) and $l=a+b\in A+B$ – Thomas Dec 02 '15 at 19:16