1

How can I prove using the triangular inequality that: $$|a+b| \geq |a| - |b|$$

I already proved it by considering all 8 possible scenarios (like a>b and b=0 ... etc) However I couldn’t manage to find the way to prove it only by using the triangular inequality.

Facu50196
  • 117

2 Answers2

6

Hint: the inequality you wish to prove is equivalent to $$|a + b| + |-b| \ge |a|.$$

Theo Bendit
  • 50,900
3

By triangular inequality we have: $$|a|=|a+b +(-b)|\leq |a+b|+|b|.$$ Thus, $$|a+b| \geq |a| - |b|.$$

S. Maths
  • 2,238