3

Let $A$ and $B$ be subsets or $\mathbb{R}$. Define $A + B = \{ a + b : a \in A, b \in B\}$. Then which of the followings are true and which are false? Why? Please give a proof for truth and a counterexample or false. Will the situation be different if we consider $[0, \infty)$ instead of $\mathbb{R}$?

  1. $A + B$ is bounded when $A$ and $B$ are bounded.

  2. $A + B$ is open when $A$ and $B$ are open.

  3. $A + B$ is closed when $A$ and $B$ are closed.

  4. $A + B$ is connected when $A$ and $B$ are connected

I have tried as follows.

  1. is true as $a < M_1$ and $b < M_2$ gives $a + b < M_1 + M_2$.

  2. For any element $a+b$ we shall get open nbds $A'$ and $B'$ s.t. $a \in A' \subset A$ and $b \in B' \subset B$. So we shall get a nbd $A' + B'$ of $a + b$ in $A + B$. So $A + B$ is open. I have doubt.

  3. If $A$ and $B$ are finite and closed so $A + B$. When at least one of $A$ or $B$ will be infinite $A + B$ will have a limit point. I am not sure if it will stay in $A + B$.

  4. I have no idea about it.

Thank you for your help. If this question is discussed earlier please give the link.

Supriyo
  • 6,119
  • 7
  • 32
  • 60
  • 2
  • How about considering $\sup$ and $\inf$? Conenctedness in $\mathbb{R}$ means that $A$ and $B$ are intervals, so what you need to prove is that $A+B$ is also an interval...
  • – Henry Nov 09 '13 at 07:10