which one does not hold????
x,y,z real show that
mod(x)+mod(y)+mod(z) ≤ mod(x+y-z) + mod(y+z-x) + mod(z+x-y)
-
UP 0 DOWN 0 0 8
8 Answers
ДвҥїÑuÏ now in medical c
·2009-03-01 23:21:26
bhaiya...why did u rite...
|x|+|y|+|z|<2x+|y+z-x|
Lokesh Verma
·2009-03-01 23:26:27
wlog assume
x>y>z
so |x+y-z| = x+y-z and
|x+z-y|=x+z-y
|x|+|y|+|z|
|x|+|y|+|z|<2x+|y+z-x|
if y+z-x>0 then
|x|+|y|+|z|<2x+y+z-x = x+y+z which is not true
try x=6, y=5 and z=5
this does not hold
Hari Shankar
·2009-03-02 00:30:55
|x| = 1/2 |(x+y-z) + (x+z-y)| ≤ 1/2 |x+y-z| + 1/2 |x+z-y|
and two similar inequalities with y and z, adding which gives you the required inequality