0

If $\vec{x}, \vec{y} \in \mathbb{R}^n$. Is it always true that $ \|\vec{x} + \vec{y}\| \geq \|\vec{x}\| - \|\vec{y}\| $ ?

Any advice or proofs would be greatly appreciated.

  • Yes, this is always true for $\mathbb{R}^n$ where the triangle inequality holds. Just interpret it as "the difference of the lengths of any two sides of a triangle must be less than the length of the third". You prove it using something like $| x| \leq |x+y|+|y|$, the equality holds when two vectors lie in the same direction. – Shuhao Cao Apr 05 '12 at 16:13
  • 2

1 Answers1

5

Hint: Apply the triangular inequality to $x=(x+y)+(-y)$.

Did
  • 279,727
  • Thanks! I don't know why I avoided this before. I think I was overlooking the obvious fact that $|-\vec{y}| = |\vec{y}|$. – Dave K. Apr 05 '12 at 16:20