Calculus III - Multivariate limit problem

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
Jonmundsson
Messages
21
Reaction score
0

Homework Statement


Show that for all points [itex](\bf{a,b})[/itex] from [itex]\mathbb{R}^n \times \mathbb{R}^n[/itex] this applies:

[itex]\displaystyle \lim _{(\bf{x,y}) \to ({\bf a,b})} \bf{||x-y|| = ||a - b||}[/itex]

Homework Equations



Not sure.

The Attempt at a Solution



I thought about defining a and b as centers of two open balls with x in the a ball and y in the b ball but honestly I'm stuck so any tips to help me get started would be appreciated.

Thanks.

edit: for clarification ||x-y|| means the distance between x and y.
 
Physics news on Phys.org
I'm not sure it may help, but I would deal with it by simply applying the definition of distance, that should be the norm of those vectors. So I would define X and Y as vectors of n components and show clearly, maybe with a few passages how they go to a and b.
 
Does [itex]||x-y||[/itex] represent the Euclidean norm, i.e. [itex]||x-y|| = \sqrt{(x_1 - y_1)^2 + (x_2 - y_2)^2}[/itex] where [itex]x = (x_1, x_2), y = (y_1, y_2)[/itex]?

If so, the norm is clearly continuous. Give a quick proof of it then your proposition follows.

If it's not the Euclidean norm, you can still prove that a norm on any vector space is continuous, from which your proposition will again follow.
 
D'oh. It's Euclidean.

Thanks!