0

If $f$ and $g$ are continuous, then their Cartesian product $f\times g$ is also continuous and this can be proven using the standard open set preimage definition, but I read somewhere that an easier proof uses the projection function. How is that done?

Unknown
  • 3,073
willyx888
  • 395

1 Answers1

0

The product topology has a very useful universal property, that even characterises it among other topologies:

If $X \times Y$ has the product topology and $p_X: X \times Y \to X$ and $p_Y: X \times Y \to Y$ are its natural projections, then any function $h: Z \to X \times Y$, for any space $Z$, is continuous iff both $\pi_X \circ h: Z \to X$ and $\pi_Y \circ h: Z \to Y$ are continuous.

Now suppose $f: A \to X$ and $g: B \to Y$ are both continuous. We can define $(f \times g): A \times B\to X \times Y$ by $(f \times g)(a,b)=(f(a), g(b))$ and then $f \times g$ is also continuous. This follows by the universal property just mentioned,applied to $Z=A\times B$,after noting that

$$p_X \circ (f \times g) = f \circ p_A \text{ and } p_Y \circ(f \times g)= g \circ p_B$$ are both continuous as compositions of continuous maps. (The projections $p_A,p_B$ on $A \times B$ are also continuous by definition of the product topology on that set).

Henno Brandsma
  • 242,131