Question:
Let $x_1,\, x_2,\,\ldots,\, x_n$ be real numbers. Prove that $$\left(\sum_{1 \le i <j \le n} |x_i-x_j|\right)^2 \ge (n-1)\sum_{1\le i<j \le n} (x_i-x_j)^2.$$
This problem is different 2003 IMO Shortlist problem. see: http://www.artofproblemsolving.com/Forum/viewtopic.php?p=265&sid=fd9e67731e5084a02adb9974cf035c51#p265
also can see this official solution page 17::http://pdf.znate.ru/view/1335/1
for this we have
we can assume that without loss of generality that $$\sum_{i=0}^{n}x_{i}=0$$
then we have $$\sum_{i,j=1}^{n}(x_{i}-x_{j})^2=n\sum_{i=1}^{n}x^2_{i}-\sum_{i=1}^{n}x_{i}\sum_{j=1}^{n}x_{j}+n\sum_{j=1}^{n}x^2_{j}=2n\sum_{i=1}^{n}x^2_{i}?$$
$$\sum_{i,j=1}^{n}|x_{i}-x_{j}|=2\sum_{i<j}(x_{j}-x_{i})=2\sum_{i=1}^{n}(2i-n-1)x_{i}?$$
then I can't use these result to solve my problem.(maybe these result not true,because my problem don't have $x_{1}\le x_{2}<\cdots<x_{n}$).
and other idea: when $n=3$,then $$\Longleftrightarrow (|a-b|+|b-c|+|a-c|)^2\ge 2[(a-b)^2+(b-c)^2+(a-c)^2]$$ let $$|a-b|=x,|b-c|=y,|c-a|=z$$ $$(x+y+z)^2\ge 2(x^2+y^2+z^2)\Longleftrightarrow 2xy+2yz+2zx\ge x^2+y^2+z^2?$$
Thank you for you help