I've been struggling with the following math problem:
Let $a_1,\cdots,a_n\in\mathbb{R}$
Show that $$\left(\frac 1n \sum_{k=1}^n a_k^2\right)^{\frac12} \leq \left(\frac 1n \sum_{k=1}^n a_k^4\right)^{\frac14}$$
I've been able to modify the equation into the following form, but I'm unable to proceed, since I don't know how to modify the summations:
$$\left(\frac 1n \sum_{k=1}^n b^k\right)^2\leq n\sum_{k=1}^nb_k^2$$
where $b_k$ is substituted for $a_k^2$
Could someone guide me through how to deal with those summations? Thanks a lot in advance!
Let $a_i^2=x_i$.
Thus, your inequality it's just Jensen for a convex function $f(x)=x^2:$ $$\frac{x_1^2+...+x_n^2}{n}\geq\left(\frac{x_1+...+x_n}{n}\right)^2.$$ Also, you can use C-S: $$\frac{x_1^2+...+x_n^2}{n}=\frac{1}{n^2}(1^2+...+1^2)(x_1^2+...+x_n^2)\geq\frac{1}{n^2}(x_1+...+x_n)^2.$$