Distance between point and set

  • Thread starter Thread starter saxen
  • Start date Start date
  • Tags Tags
    Point Set
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
saxen
Messages
44
Reaction score
0
\in

Homework Statement


Denote by d(x,A) = inf |x-y|,y [itex]\in[/itex] A, the distance between a point x [itex]\in[/itex] R^n and a set A [itex]\subseteq[/itex] R^n. Show

|d(x,A)-d(z,A)| [itex]\leq[/itex] |x-z|

In particular, x → d(x,A) is continuous

Homework Equations

The Attempt at a Solution



I have no idea on how to prove this. I drew a picture and the result seemed intuitive but I don't know how to prove it mathematically.

Appriciate any help!
 
Physics news on Phys.org
For closed sets, this is easy to show with the triangle inequality. For general sets, I would try to apply the same argument for a converging series of elements of A.
 
Ah yes! I actually tried the triangle inequality but failed. I am going to try again!

Could you please elaborate some more on the second part? I have been stuck on similar questions because I do not understand this argument.
 
If there is no y in A such that d(x,A)=d(x,y), there is a sequence yi such that d(x,yi) converges to d(x,A) (for i->infinity).
 
Thank you! I got it right.