PDA

View Full Version : Help me to show this inequality ????


florenti
Nov8-08, 04:52 AM
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

HallsofIvy
Nov8-08, 05:04 AM
The Cauchy-Schwarz inequality says that ||x+ y||\le ||x||+ ||y||.

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

florenti
Nov8-08, 05:32 AM
Thanks a lot