Is the distance function continuous?

  • Thread starter Thread starter Design
  • Start date Start date
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 f: \mathbb{R}^n \times \mathbb{R}^n \to \mathbb{R} 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 f: \mathbb{R}^n \times \mathbb{R}^n \to \mathbb{R} is: f continuous at (a, b) if, for every \epsilon &gt; 0 there exists \delta &gt; 0 such that, for every (x, y) satisfying |(x, y) - (a, b)| &lt; \delta, we have |f(x, y) - f(a, b)| &lt; \epsilon. 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 \delta &gt; 0 such that, for every (x, y) satisfying |x - a| &lt; \delta and |y - b| &lt; \delta, we have ... This is equivalent to the standard definition of continuity, but that statement is a theorem which must be proved.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top