Prove inequality: $|x-y|^r \le 2^r (x^r+y^r)$

57 Views Asked by At

This apparently holds by triangle inequality when $r>1$. But what about $0<r<1$? Any hint would be appreciated.

2

There are 2 best solutions below

0
On BEST ANSWER

HINT: By the triangle inequality $|x-y|\leq|x|+|y|$.

0
On

It is equivalent to $$ \frac{|x - y|}{\sqrt[r]{|x|^r + |y|^r}} \leq 2.$$ By triangle inequality, the left hand side is bounded by $$ \frac{|x|}{\sqrt[r]{|x|^r + |y|^r}} + \frac{|y|}{\sqrt[r]{|x|^r + |y|^r}} \leq 1 + 1 = 2.$$