Reverse Triangle Inequality with Multiple Terms

1.8k Views Asked by At

Given the reverse triangle inequality:

$$ |x+y| \geq ||x|-|y|| $$

Is it valid to extend this to three terms like so:

$$ |x+y+z| \geq ||x|-|y|-|z|| $$

If this is correct could someone point me in the right direction for a proof? Thanks heaps.

1

There are 1 best solutions below

0
On BEST ANSWER

It is false, take $x=y=1$ and $z=-2$. On the other hand $$|x+y+z|=|(x+y)+z| \geq ||x+y|-|z||$$ and by symmetry $$|x+y+z|\geq \max( ||x+y|-|z||, ||x+z|-|y||, ||y+z|-|x||).$$