Is the distance function continuous?

  • Thread starter Thread starter Design
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Design
Messages
62
Reaction score
0

Homework Statement


Prove that the distance function d : Rn x Rn -> R, defined as d(x,y) = |x-y| is continous.

The Attempt at a Solution


|x-y| >= | |x| - |y| |
|x+y| <= | |x| + |y| |

Not sure what to do from here on

thank you
 
Physics news on Phys.org
How would you attempt to prove any other function [tex]f: \mathbb{R}^n \times \mathbb{R}^n \to \mathbb{R}[/tex] is continuous? There's nothing special about the fact that it's the Euclidean distance function.
 
So For all Epsilon>0 there exist a delta > 0
so |x-a| < delta and |y-b|<delta and | |x-y| - |a-b|| < epsilon

Where do i go from there?
 
Design said:
So For all Epsilon>0 there exist a delta > 0
so |x-a| < delta and |y-b|<delta and | |x-y| - |a-b|| < epsilon

Where do i go from there?

This would be a correct statement of what you need to prove, except for one problem: You have the quantifiers wrong. The definition of continuity for a function [tex]f: \mathbb{R}^n \times \mathbb{R}^n \to \mathbb{R}[/tex] is: [tex]f[/tex] continuous at [tex](a, b)[/tex] if, for every [tex]\epsilon > 0[/tex] there exists [tex]\delta > 0[/tex] such that, for every [tex](x, y)[/tex] satisfying [tex]|(x, y) - (a, b)| < \delta[/tex], we have [tex]|f(x, y) - f(a, b)| < \epsilon[/tex]. Look carefully at the italicized part there and see how it differs from what you wrote.

You may have a different definition of continuity for functions of two variables which says: ... there exists [tex]\delta > 0[/tex] such that, for every [tex](x, y)[/tex] satisfying [tex]|x - a| < \delta[/tex] and [tex]|y - b| < \delta[/tex], we have ... This is equivalent to the standard definition of continuity, but that statement is a theorem which must be proved.