There is a following inequality
$$\frac{x_{1}^{2}+x_{2}^{2}+...+x_{n}^{2}}{n}\geq\frac{x_{1}^{2}+x_{2}^{2}+...+x_{n}^{2}+2x_{1}x_{2}+...+2x_{1}x_{n}+2x_{2}x_{3}+...+2x_{2}x_{n}+...+2x_{n-1}x_{n}}{n^{2}}.$$
In my opinion, it is held for all $x_i>0$. It can be rewritten to the following form \begin{eqnarray*} \frac{n-1}{n}\frac{x_{1}^{2}+x_{2}^{2}+...+x_{n}^{2}}{n} & \geq & \frac{2x_{1}x_{2}+...+2x_{1}x_{n}+2x_{2}x_{3}+...+2x_{2}x_{n}+...+2x_{n-1}x_{n}}{n^{2}},\\ x_{1}^{2}+x_{2}^{2}+...+x_{n}^{2} & \geq & \frac{2x_{1}x_{2}+...+2x_{1}x_{n}+2x_{2}x_{3}+...+2x_{2}x_{n}+...+2x_{n-1}x_{n}}{\left(n-1\right)}. \end{eqnarray*}
However, how to proof the last inequlity? I used \begin{eqnarray*} x_{1}^{2}+x_{2}^{2}+...+x_{n}^{2} & \geq & \frac{2}{n-1}\frac{n!}{\left(n-2\right)!2!}E(x_{i}x_{j}),\\ x_{1}^{2}+x_{2}^{2}+...+x_{n}^{2} & \geq & nE(x_{i}x_{j}) \end{eqnarray*}
which may not be correct. However, there must be a more rigorous and simple proof.