-1

Let $A, B, X, Y$ be topological spaces.

Given two functions $f : A \to B$ and $g : X \to Y $, let $f \times g : A × X \to B \times Y$, $ (f \times g)(a, x) = (f(a), g(x))$.

can you help me to show that if f and g is cont. then fxg is too

and if the sets A,B is non-empty, then it holds the other way around too.

I'm pretty stuck.. can you please help me?

My solution

To show the statement, I will use Theorem 4.1. If I can show that $f\times g(\overline{S\times T})\subseteq \overline{f\times g(S\times T)}$ for a subset $S\times T\subseteq A\times X$.

Take a $(b,y)\in f\times g(\overline{S\times T})$. Then there exists a $s\in\overline S$ and $t\in\overline T$ such that $f(s)=b$ and $g(t)=y$. We know that both $f$ and $g$ is continuous, so from 4.1 we get $f(s)\in\overline B$ and $g(t)\in\overline Y$, and then $(b,y)\in \overline{f\times g (S\times T)}$. And from 4.1 we get that $f\times g$ is continuous.

1 Answers1

1

By the universal property of products, a function : $F: Z \to X \times Y$ is continuous iff $\pi_X \circ F$ and $\pi_Y \circ F$ (the compositions with the continuous projections) are all (both) continuous.

This allows us to quickly solve the problem, applied to the product $B \times Y$ and $Z = A \times X$: $$\pi_B \circ (f \times g) = f\circ \pi_A$$ where the right hand side is continuous as a composition of continuous maps. The identity can be seen by evaluating both sides on an arbitary point $(a,x)$ and both expressions become $f(a)$.

Also $$\pi_Y \circ (f \times g) = g\circ \pi_X$$ and so both compositions with projections of $f \times g$ are continuous and so $f \times g$ is continuous.

On the other hand suppose that $f \times g$ is continuous, and fix $x_0 \in X$ and define $i: A \to A \times X$ by $i(a) = (a,x_0)$. As $\pi_A \circ i$ is the identity on $A$ (hence continuous) and $\pi_X \circ i$ is a constant map with the value $x_0$ (also continuous) the trusted universal property tells us that $i$ is continuous, and then note that $f = \pi_B \circ (f \times g) \circ i$ and then $f$ can be written as the continuous composition of continuous maps.

That $g$ is also continuous can be seen with the same idea and another embedding (now using a fixed $a_0 \in A$) from $X$ into $A \times X$.

Henno Brandsma
  • 242,131