0

Let $X$ and $Y$ be two subsets of $\Bbb R$. Define $X + Y = \{x + y : x \in X, y \in Y\}$ How to prove that $X + Y$ is open ?

I see somewhere that $X + Y$ is open if either $X$ or $Y$ or both $X$ and $Y$ are open.

(1) I know that $X$ is open if $X^c$ is closed. Where $X^c$ denotes the complement of $X$

(2) $X$ is called open if it is neighborhood of each of its points.

(3) $X \cup Y$ and $X \cap Y$ are open if $X$ and $Y$ are open.

1 Answers1

2

A subset of $\mathbb{R}$ is open if each of its points is contained in an open interval that lies in the subset.

Let $x+y \in X + Y$. By openness of $Y$, there is an open interval $I_y$ with $y \in I_y \subset Y$. Now, $x + I_y \subset X + Y$ is also an open interval that contains $x+y$.

Note that we have only used openness of one of the sets.

Philipp
  • 169