How do I proof the right side of the following inequality:
$(x^p+y^p)\leq(x+y)^p\leq2^{p-1}(x^p+y^p)$ for $0\leq x,y$ and $p > 1$
The left side can be easily proved with the binomial theorem and I assume that the right side can be proved with $\sum_{n=0}^{p}\binom{p}{n}=2^p$, but I can't get it working.
RHS is mean power inequality:If $p>1$, then $$M_p>M_1$$
$$\implies \left(\frac{x^p+y^p}{2}\right)^{1/p} >\frac{x+y}{2}~~~(1)$$ $$\implies \left(\frac{x^p+y^p}{2}\right) >\left(\frac{x+y}{2}\right)^p~~~(2)$$ Also (2) is Jensen's inequality for $f(x)=x^p \implies f'(x)=px^{p-1}, f''(x)= p(p-1)x^{p-2}>0, ~if~ p>1.$$