Given y = (x+y)+(-x),
I have to prove, using triangle inequality that ||x|-|y|| <= |x+y|
------------------------------------------------------------------
This is what I did:
|y| = |(x+y)+(-x)| <= |x+y|+|-x|
so, |y| <= |x+y|+|-x|
=> |y|-|x| <= |x+y|
How do I get to the conclusion?
