I have problem with this one inequality. How to solve it?
$|a-b|^p\leq |a^p-b^p|$,
$a,b\geq0$, $p\geq1$
I came up with and idea like
$|a-b|*|a-b|^{p-1}\leq |(a-b)*k|$
k is always $\geq0$, because
for p=2 right side looks like
$|(a-b)*(a+b)|$,
for p=3
$|(a-b)*(a^2+ab+b^2)|$
etc.
Then
$|a-b|^{p-1}\leq |k|.$
I don't know what to do next and I'm not sure, if that solve my problem.