Topology Q: Show f is Continuous in X with d and A

  • Thread starter Thread starter mbarby
  • Start date Start date
  • Tags Tags
    Topology
mbarby
Messages
12
Reaction score
0
hi all,
i am studying from croom's introduction to topology book. i came across such a question. and i don't have a clue as to how to start .
Let X be a metric space with metric d and A a non-empty subset of X. define f:X->IR by :

f(x): d(x,A), x E X (x is an element of X)
show that f is continuous.

also if you can point out a solution book for this book that would be rather nice, considering i am computer scientist studying the topic at home..
thx.
 
Physics news on Phys.org
Hi mbarby! :smile:

You'll need to prove that

d(x,y)<\delta~\Rightarrow~|d(x,A)-d(y,A)|<\varepsilon

Can you first prove that

-d(x,y)<d(x,A)-d(y,A)<d(x,y)
 
to prove that i use the triangular inequality
d(x,A) <= d(x,y)+d(y,A)
d(x,A) - d(y,A) <= d(x,y)

--->
-d(x,y) <= d(x,A) - d(y,A) <= d(x,y)

but honestly i couldn't connect it to any kind of a proof :/ ...
 
Last edited:
Doesnt that immediately imply

|d(x,A)-d(y,A)|\leq d(x,y)

and this would imply continuity...
 
Back
Top