1

I'm looking to show that the function $s: \mathbb{R } \times \mathbb{R} \to \mathbb{R}$ where $s(x\times y) = x + y$ is continuous. In this case, the definition states if every open set $U$ of $\mathbb{R}$, the pre-image $s^{-1}(U)$ is an open set of $\mathbb{R}\times \mathbb{R}$.

The proof is very simple using projections $\pi_1 :X \times Y \to X$ and $\pi_2: X \times Y \to Y$, but that relies on the fact that the addition of two continuous functions is continuous. This is something that I've proven later in my set of questions.

So, how can I start with an open subset $U$ of $\mathbb{R}$ and somehow start to show that $s^{-1}(U)$ is open?

2 Answers2

3

It is sufficient to show that $s^{-1}(a,b)$ is open for an open interval $(a,b)\subset\mathbb R$. Now $s^{-1}(a,b)=\{x\times y\, |\, a<x+y<b \}.$ This can be visualized as a diagonal strip in $\mathbb R^2$ of slope $-1$ with open boundaries hitting the $y$ axis at $a$ and $b$. Can you show this set is open?

1

Hint: Draw a picture of a basic open set in $\Bbb R^2$. Calculate its image under $+$.

dfeuer
  • 9,069