Exercise 21.2

Let X and Y be metric spaces with metrics dX and dY , respectively. Let f : X Y have the property that for every pair of points x1,x2 of X,

dY (f(x1),f(x2)) = dX(x1,x2).

Show that f is an imbedding. It is called an isometric imbedding of X in Y .

Answers

Proof. We first show f is injective:

f(x1) = f(x2)dY (f(x1),f(x2)) = 0dX(x1,x2) = 0x1 = x2

by properties of metrics, and so we have an injective map.

Now we consider the map f: X (X) Y , which is a bijection; it suffices to show that f,f1 are continuous to show f is an imbedding. Let x X and 𝜖 > 0 be given; then, letting δ = 𝜖, we have

dX(x,y) < δdY (f(x),f(y)) < 𝜖,

and so f is continuous. Given y Y and 𝜖 > 0, letting δ = 𝜖 gives

dY (x,y) = dY (f(a),f(b)) < δdX(f1(x),f1(y)) = d X(a,b) < 𝜖,

where a,b exist by the bijectivity of f, and so f1 is continuous. □

User profile picture
2021-12-21 18:43
Comments

First, let Z = f(X) and let f denote the function f with the range restricted to Z so that clearly f is surjective. First, we must show that f and therefore also f is injective, from which it clearly follows that f is a bijection. So suppose that x1,x2 X where f(x1) = f(x2). Then we have that

dX(x1,x2) = dY (f(x1),f(x2)) = dY (f(x1),f(x1)) = 0

by property (1) of the metric dY , so that it must be that x1 = x2 since dX is a metric and dX(x1,x2) = 0. This of course means that f and f are injective and hence f is bijective.

We show that f and f1 are both continuous using Theorem 21.1 since X and Z are both metric spaces, noting that Z Y is a metric space with metric dZ = dY Z × Z by the previous exercise. So consider any x X and any 𝜖 > 0, and let δ = 𝜖. Then for any x1,x2 X where dX(x1,x2) < δ we have

dZ(f(x 1),f(x 2)) = dY (f(x1),f(x2)) = dX(x1,x2) < δ = 𝜖,

which suffices to show that f is continuous. A similar argument shows that f1 : Z X is continuous. For y1,y2 Z and 𝜖 > 0, again let δ = 𝜖 and suppose that dZ(y1,y2) < δ. Let x1 = f1(y1) and x2 = f1(y2). Then we have

dX(f1(y 1),f1(y 2)) = dX(x1,x2) = dY (f(x1),f(x2)) = dY (f(x 1),f(x 2)) = dY (f(f1(y 1)),f(f1(y 2))) = dY (y1,y2) = dZ(y1,y2) < δ = 𝜖,

which of course shows that f1 is also continuous. This shows that f is a homeomorphism so that f is an imbedding as desired.

User profile picture
2019-12-01 00:00
Comments