I want to prove this, where $x_1,...,x_n$ are positive real numbers: $$(x_1^2+...+x_n^2)^2 \leq (x_1+...+x_n)(x_1^3+...+x_n^3)$$
I have written a proof but I am not very happy with it, using the Cauchy-Schwarz inequality ($|<x,y>| \leq \|x\|\|y\|$):
$$ (x_1^2+...+x_n^2)^2 = \langle (x_1^{\frac{1}{2}} ,..., x_n^{\frac{1}{2}}),(x_1^{\frac{3}{2}} ,..., x_n^{\frac{3}{2}}) \rangle^2 \leq \|(x_1^{\frac{1}{2}} ,..., x_n^{\frac{1}{2}})\|^2 \|(x_1^{\frac{3}{2}} ,..., x_n^{\frac{3}{2}})\|^2 = (x_1+...+x_n)(x_1^3+...+x_n^3)$$
Is there a better proof?