Show that if $x_1,x_2,...,x_n$ are positive numbers then $\left(\dfrac{1}{n}\sum_{i=1}^n x_i^5\right)^{1/5}\geq \dfrac{1}{n}\sum_{i=1}^n x_i$.
I'm a little stuck on this question. I think I might need to use convex functions. I know the left sum is equal to $\dfrac{1}{n^5}(\sum_{i=1}^n x_i^5)^{1/5}$. There are rules like $(a+b+c+d+\dots)^2 = a^3 + b^3 +c^3+d^3+\dots$ for consecutive integers $a,b,c,d,...$. This is very easy to show using induction, though I don't think induction will be very useful here.
edit: apparently Jensen's inequality could be useful.
Use Hölder's inequality: for nonnegative $x_i, y_i$ following holds $$ \sum_{i=1}^n x_i y_i \le \left( \sum_{i=1}^n x_i^p \right)^{1/p} \cdot \left( \sum_{i=1}^n y_i^{p^{'}} \right)^{1/p^{'}}, $$ where $$ \frac{1}{p} + \frac{1}{p^{'}} = 1, p>1. $$
One can take $y_i = 1$, $p = 5$ and get $$ \sum_{i=1}^n x_i \le \left( \sum_{i=1}^n x_i^5 \right)^{1/5} \left( \sum_{i=1}^n 1^{5/4} \right)^{4/5} = n \cdot \left( \frac{1}{n}\sum_{i=1}^n x_i^5 \right)^{1/5}. $$ Dividing both sides by $n$ gives the result $$ \frac{1}{n}\sum_{i=1}^n x_i \le \left( \frac{1}{n}\sum_{i=1}^n x_i^5 \right)^{1/5}. $$