How to Prove the Triangle Inequality ||x|| - ||y|| ≤ ||x-y||?

  • Thread starter Thread starter florenti
  • Start date Start date
  • Tags Tags
    Inequality
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 2K views
florenti
Messages
7
Reaction score
0
Help me to show this inequality ?

Hi,

I have to show this inequality

| ||x||-||y|| | <= ||x-y||

I have tried to use the Couchy-Schwarz inequality but I didn't get anything.

Could anyone help me solving this.

Thanks a lot.

florent
 
Physics news on Phys.org


The Cauchy-Schwarz inequality says that [itex]||x+ y||\le ||x||+ ||y||[/itex].

If you let x= a-b and y= b, that becomes [itex]||a-b+b||\le ||a- b||+ ||b||[/itex] or [itex]||a||\le ||a- b|+ ||b||[/itex] which, subtracting [itex]||b||[/itex] from both sides, gives [itex]||a||- ||b||\le ||a- b||[/itex]. You Should be able to use that.