Prove Triangle Inequality: ||a|| - ||b|| ≤ ||a - b||

cscott
Messages
778
Reaction score
1
"Use the triangle inequality to prove that:
||\vec{a}|| - ||\vec{b}|| \le ||\vec{a} - \vec{b}||"

I can start from that expression and prove it true using the Cauchy-Shwarz inequality but I don't think that's what's asked. Any hints?
 
Physics news on Phys.org
Do they mean the following triangle inequality:

||\vec{a}|| + ||\vec{b}|| \le ||\vec{a} + \vec{b}||

because it can be proved from that by picking a and b correctly.
 
StatusX said:
Do they mean the following triangle inequality:

||\vec{a}|| + ||\vec{b}|| \le ||\vec{a} + \vec{b}||

because it can be proved from that by picking a and b correctly.


Yeah but it should be ||a|| + ||b|| >= ||a + b||
 
Start with
||\vec{u} + \vec{v}|| - ||\vec{v}|| \le ||\vec{u}||

and choose

\vec{u} + \vec{v} = \vec{a}

The rest should be pretty self evident after that.
 
cscott said:
Yeah but it should be ||a|| + ||b|| >= ||a + b||

Right, sorry. So you got the answer?
 
river_rat said:
Start with
||\vec{u} + \vec{v}|| - ||\vec{v}|| \le ||\vec{u}||

and choose

\vec{u} + \vec{v} = \vec{a}

The rest should be pretty self evident after that.

I got it but how do I justify saying that?
 
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