Exercise 2.2.4

Let π1 : 2 and π2 : 2 be the functions π1(x,y) := x and π2(x,y) := y. Show that π1 and π2 are continuous. Conclude that if f : X is any continuous function into a metric space (X,d), then the functions g1 : 2 X and g2 : 2 X defined by g1(x,y) := f(x) and g2(x,y) := f(y) are also continuous.

Answers

First note that the second part generalizes the first (just take f : defined by f(x) = x). So we will prove only the second part (the proofs are basically the same anyway).

Proof. Let y = (x1,y1) 2 and let 𝜖 > 0 be given. Since f is continuous, we know that there is some δ > 0 such that if d (x,x0) = |x x0| < δ then dX (f(x),f (x0)) < 𝜖.

If d (2,l2 ) ( (x1,y1) , (x2,y2)) < δ (note that this is the same δ as above), then

(x2 x1) 2 + (y2 y1) 2 < δ (x2 x1) 2 + (y 2 y1) 2 < δ2 (x2 x1) 2 < δ2 and  (y 2 y1) 2 < δ2 |x2 x1| < δ and  |y2 y1| < δ dX (f (x1) ,f (x2)) < 𝜖 and dX (f (y1) ,f (y2)) < 𝜖( from continuity of f) dX (g1 (x1,y1) ,g1 (x2,y2)) < 𝜖 and dX (g2 (x1,y1) ,g2 (x2,y2)) < 𝜖 (by definition) 

Thus g1,g2 are continuous. □

Note that we can also deduce the second part from the first with the following argument: We have f : X,πi : 2 both continuous, so take the composition g : 2 X defined by gi(x,y) = f πi(x,y), and we know that the composition of continuous functions is continuous, and this is what we wanted.

User profile picture
2021-12-19 18:14
Comments