Prove that for $a, b \in \mathbb{R}$ $|a + b -a| \geq |a| - |b-a|$

69 Views Asked by At

Prove that for $a, b \in \mathbb{R}$ $|a + b -a| \geq |a| - |b-a|$

I'm not sure how to go about proving this, I can't seem to find any reasonable way to use the triangle inequality and this doesn't seem to follow immediately from the other properties of the absolute value function.

3

There are 3 best solutions below

0
On BEST ANSWER

Proof: Observe that $|b| = |a +b - a|$, and by the triangle inequality we have $|a| = |a-0| \leq |a-b| + |b-0| = |a-b| + |b|$.

Hence $|a| \leq |a-b| +|b|$, but $|a-b| = |b-a|$ so we have $|a| \leq |b-a| + |b|$ which implies $|a| - |b-a| \leq |b| = |a +b - a|$ as desired. $\square$


Thanks @Bram28 for the hint in the comments section.

0
On

$|a+b-a|+|b-a|=|a+b-a|+|a-b|\ge|(a+b-a)+(a-b)|=|a|$

0
On

Alternatively: $$|a|=|a-b+b|\le |a-b|+|b|=|b-a|+|a+b-a|.$$