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

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
cscott
Messages
778
Reaction score
1
"Use the triangle inequality to prove that:
[tex]||\vec{a}|| - ||\vec{b}|| \le ||\vec{a} - \vec{b}||[/tex]"

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:

[tex]||\vec{a}|| + ||\vec{b}|| \le ||\vec{a} + \vec{b}||[/tex]

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

[tex]||\vec{a}|| + ||\vec{b}|| \le ||\vec{a} + \vec{b}||[/tex]

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


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

and choose

[tex]\vec{u} + \vec{v} = \vec{a}[/tex]

The rest should be pretty self evident after that.
 
river_rat said:
Start with
[tex]||\vec{u} + \vec{v}|| - ||\vec{v}|| \le ||\vec{u}||[/tex]

and choose

[tex]\vec{u} + \vec{v} = \vec{a}[/tex]

The rest should be pretty self evident after that.

I got it but how do I justify saying that?