Help in proving abs(abs(x)-abs(y))<=abs(x-y)

  • Thread starter Thread starter lilli-baba
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 10K views
lilli-baba
Messages
1
Reaction score
0

Homework Statement


already proved abs(x)-abs(y)≤abs(x-y)
I just don't know how to prove it

Homework Equations



The Attempt at a Solution


we have :abs(x)-abs(y)≤abs(x-y)
abs(x)-abs(y)/abs(x-y)≤1 / abs(x-y) is diff than 0

proving abs(abs(x)-abs(y))/abs(x-y))≤1 :abs(x-y)diff than 0 then...
abs(abs(x)-abs(y)/abs(x-y))≤1 / abs(x-y)=abs(abs(x-y))

a<=abs(a)
a=abs(x)-abs(y)/abs(x-y)) :a≤1
abs(x)-abs(y)/abs(x-y))≤abs(abs(x)-abs(y)/abs(x-y))...
can't continue from here...I don't think this is the right way to do it
please any help.
 
Physics news on Phys.org
The way I did it was to take ##\displaystyle ||x| - |y||.||x| + |y||## and simplify it algebraically, ending up with ##\displaystyle ||x| - |y|| = |x-y|.|\frac{x+y}{|x| + |y|}|##.

It should be quite trivial to observe that the factor on the right is always positive, and has a maximum value of 1, and that only occurs when x and y are of the same sign.