Continuity of Metric Spaces: Does the Distance Between Points Remain Consistent?

  • Thread starter Thread starter MaxManus
  • Start date Start date
  • Tags Tags
    Continuous Metric
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 2K views
MaxManus
Messages
268
Reaction score
1

Homework Statement



Let (X,d) be a metric space and let [tex]{x_n}[/tex] be a sequence in X converging to a. Show that d(b,[tex]x_n[/tex]) ->d(b,a)

Homework Equations





The Attempt at a Solution



For every eps > 0 there is an N such that d(x_n,a) < eps for all n>= N

But where do I go from here? triangel inequality?

[tex]d(b,a) <= d(b,x_N) + d(x_N, a) <= d(b,x_N) + \epsilon[/tex]
 
Last edited:
Physics news on Phys.org


Thanks, is this correct?

[tex]|d(b,x_n),a) - d(b,a)| <= |d(b,a) + d(a,x_n) -d(b,a) | = |d(a,x_n)| <= \epsilon[/tex]

for n >= N
 


MaxManus said:
Thanks, is this correct?

[tex]|d(b,x_n),a) - d(b,a)| <= |d(b,a) + d(a,x_n) -d(b,a) | = |d(a,x_n)| <= \epsilon[/tex]

for n >= N

No, you can't work with inequalities in absolute values. Here's a counterexample:
Let d(b,xn)=0, d(b,a)=100, d(a,xn)=2, then

[tex]|d(b,x_n)-d(b,a)|=|-100|=100[/tex]

and

[tex]|d(a,x_n)|=2[/tex]

and it is certainly not true that 100<2...
 


Thanks again
What about:
[tex]d(b,x_n),a) - d(b,a) <= d(b,a) + d(a,x_n) -d(b,a) = d(a,x_n) <= \epsilon[/tex]

so:[tex]|d(b,x_n)-d(b,a)|\leq \varepsilon[/tex]
 


Thanks
Think I got it
Have to show that
[tex]\epsilon > d(b,a) - d(b,x_n)[/tex]
[tex]d(b,a)- d(b,x_n) < d(a,x_n) + d(x_n,b) - d(b,x_n) = \epsilon[/tex]
 


Great
Thanks again for all the help
 
Last edited: