Exercise 4.20

Exercise 20: If E is a nonempty subset of a metric space X , define the distance from x X to E by

ρ E ( x ) = inf x E d ( x , z ) .

  • Prove that ρ E ( x ) = 0 if and only if x Ē .
  • Prove that ρ E is a uniformly continuous function on X , by showing that

    | ρ E ( x ) ρ E ( y ) | d ( x , y )

    for all x X , y X .

Answers

(a): The condition ρ E ( x ) = 0 is equivalent to having every neighborhood of x of radius δ > 0 having some element z of E , that is, x Ē .

(b): Following the hint, if z E , then ρ E ( x ) d ( x , y ) + d ( y , z ) by the triangle inequality, so that ρ E ( x ) d ( x , y ) + ρ E ( y ) . Symmetrically, ρ E ( y ) d ( x , y ) + ρ E ( x ) , so that | ρ E ( x ) ρ E ( y ) | d ( x , y ) for all x X , y X .

User profile picture
2023-08-07 00:00
Comments

Proof of ( a ) . First prove that ρ E ( x ) = 0 if x E ¯ . Since E X , this means x E ¯ X . Then, since x E ¯ , given 𝜖 > 0 we can find a z E such that d ( x , z ) < 𝜖 . So, inf z E d ( x , z ) = ρ E ( x ) = 0 .

Now prove the converse, that if ρ E ( x ) = 0 , x E ¯ . This means that inf z E d ( x , z ) = 0 which is only possible when z = x . However, for z = x , x E must be true. Since E E ¯ , this also means x E ¯ . □

Proof of ( b ) . From the definition of ρ E , it follows that

ρ E ( x ) d ( x , z ) d ( x , y ) + d ( y , z )

for any z E . Then,

ρ E ( x ) = inf z E d ( x , z ) inf z E ( d ( x , y ) + d ( y , z ) ) = d ( x , y ) + ρ E ( y ) ,

so

ρ E ( x ) ρ E ( y ) d ( x , y ) .
(1)

Also,

ρ E ( y ) d ( y , z ) d ( y , x ) + d ( x , z )

for any z E . Then,

ρ E ( y ) = inf z E ( d ( y , z ) ) inf z E ( d ( x , y ) + d ( x , z ) ) = d ( x , y ) + ρ E ( x ) ,

so

ρ E ( y ) ρ E ( x ) d ( x , y ) .
(2)

Since both (1) and (2) have to be true, it follows that

max ( ρ E ( x ) ρ E ( y ) , ρ E ( y ) ρ E ( x ) ) = | ρ E ( x ) ρ E ( y ) | d ( x , y )

Now prove that ρ E is a uniformly continuous on X . For every 𝜖 > 0 , let δ = 𝜖 , so d ( x , y ) < δ implies d ( x , y ) < 𝜖 , so | ρ E ( x ) ρ E ( y ) | < d ( x , y ) < 𝜖 for all x , y X . Thus, ρ E is uniformly continuous on X . □

User profile picture
2023-09-01 19:47
Comments