1

I had a quiz today in my Real Analysis course asking to prove:

for two vectors $x, y \in \Bbb{R^n}$, show that $||x| - |y|| \leq |x - y|$. When does equality hold?

... I cannot figure it out for the life of me. It's really frustrating. Any help would be appreciated.

dmtri
  • 3,270

1 Answers1

0

The reverse triangle inequality can be proved from the triangle inequality

$|u+y|\le|u|+|y|$ or $|u+x|\le|u|+|x|$

by taking $u=x-y$ and $u=y-x$:

$|x|\le|x-y|+|y|$ so $|x|-|y|\le|x-y|$ and $|y|-|x|\le |y-x|$.

Therefore, $||x|-|y||\le|y-x|=|x-y|$.

J. W. Tanner
  • 60,406