I tried splitting it up into the cases where a+b >= 0 then a+b<0. I figured out the proof for a+b >= 0 but im struggling with the case where a+b<0. I got here:
-a ≤ |a| and -b ≤ |b|
-a + -b ≤ |a|+|b|
-(a+b) ≤ |a|+|b|
but i don think this is correct. any ideas on where to start?