The summation is:
$$S_n=n\sum_{i=0}^n x_i^2- \left ( \sum_{i=0}^nx_i\right)^2$$
where $n>1$ and $x_1,x_2,\ldots,x_n\in \mathbb{R}$.
I'm trying to prove that if $x_i\neq x_j$ for $i\neq j$ then $S>0$. If $n=2$, it's easy:
$$ S_2=(x_1-x_2)^2>0$$
But if $n\geq 3$ seems it's hardy to do. I thought about using induction, but I'm not be able to finish. Can someone help me?
Thanks.