Suppose we have real numbers $x_1, ..., x_n$ which satisfy $x_1 + ... + x_n = 1$. Do we have the lower bound $x_1^2 + ... + x_n^2 \geq \frac{1}{n}$?
It seems intuitive that we can minimize this by setting all the $x_i$ to be $\frac{1}{n}$, but I can't seem to prove it.
I also couldn't find a reference to this result. I would appreciate it if anyone could provide one!
You can prove that $$x_i^2\ge \frac 2n x_i - \frac{1}{n^2}$$ and sum up for $i=1,2,\ldots,n$.