0

In $\mathbb{R}^n$, suppose $A$ is an open set and $B$ is any set. Show that the set $A + B = \{a + b : a ∈ A, b ∈ B\}$ is open.

For the solution i'm stuck at this point: In $\mathbb{R}^n$, what is $B(p, ε) + \{b\}?$

Hitman
  • 523

1 Answers1

1

As is said in the comments, it is just the open ball around $b+p$ and radius $\varepsilon$: $$\begin{align*} B(p,\varepsilon) + \{b\} &= \{a+b : a \in B(p,\varepsilon)\} \\ &= \{x \in \Bbb R^n : \exists a \in B(p,\varepsilon),\, x=a+b\} \\ &= \{x \in \Bbb R^n : \exists a \in B(p,\varepsilon),\, x-b=a\} \\ &= \{x \in \Bbb R^n : x-b \in B(p,\varepsilon)\} \\ &= \{x \in \Bbb R^n : \|(x-b)-p\|<\varepsilon\} \\ &= \{x \in \Bbb R^n : \|x-(b+p)\|<\varepsilon\} \\ &= B(b+p,\varepsilon). \end{align*}$$

azif00
  • 20,792