I saw this post here, stating
for real $x,y,z$ where $x + y + z = 1$, then $x^2 + y^2 + z^2 \geq \frac{1}{3}.$
So I was curious if we could generalize this further to any number of variables
Proposition For real $a_i$ where $ \sum^N a_i = 1$, then $\sum^N (a_i)^2 \geq \frac{1}{N}$ for $N \in \mathbb{N}.$
The selected answer uses Cauchy-Schwarz inequality, which I'm not sure how to apply here. Another idea I got from that post was to expand $ \sum^N (Na_i - 1)^2 \geq 0 $ and simplify.
Expanded: $\sum^N \left[ (Na_i)^2 - 2Na_i + 1 \right] \geq 0$. However, I'm not sure how to prove the inequality after expanding.
How would you prove (or disprove) the above proposition?