How can I prove the statement |a-b| < |a| + |b| using the triangle inequality?

Seda
Messages
70
Reaction score
0

Homework Statement



a and b are real numbers.

Show l a-b l < l a l + l b l



Homework Equations



Well, I know la+bl < lal + lbl by the triangle inequality.

The Attempt at a Solution



If I can prove that la-bl < la+bl, then I'm done, but that most recent inequality almost seems too intuitive to write a formal proof. I can use the definition of absolute value to create cases perhaps, but I always get lost and seem to go nowhere

Just to write the obvious stuff down.

la-bl = a-b if a-b> 0 (or a>b)
la-bl = b-a if a-b< 0 (or b>a)

la+bl = a+b if a+b>0 (or a>-b) .
la+bl = -a-b if a+b<0 ( or a<-b)

I can't seem how to go somewhere with this.
 
Physics news on Phys.org
|a-b|=|a+(-b)|. Now you can use the triangle inequality.
 
By triangle ineq., distance between a and b < distance between a and 0 + distance between 0 and b.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top