Knowing that for any set of real numbers $x,y,z$, such that $x+y+z = 1$ the inequality $x^2+y^2+z^2 \ge \frac{1}{3}$ holds.

Cauchy- Schwarz works: $$x^2+y^2+z^2=\frac{1}{3}(1^2+1^2+1^2)(x^2+y^2+z^2)\geq\frac{1}{3}(x+y+z)^2=\frac{1}{3}$$


$x^2+y^2+z^2$ only depends on the squared distance of $(x,y,z)$ from the origin and the constraint $x+y+z=1$ tells us that $(x,y,z)$ lies in a affine plane. The problem is solved by finding the distance between such plane and the origin: since the plane is orthogonal to the line $x=y=z$,

$$ \min_{x+y+z=1}x^2+y^2+z^2 = \left(\frac{1}{3}\right)^2+\left(\frac{1}{3}\right)^2+\left(\frac{1}{3}\right)^2 = \frac{1}{3}$$ and we are done.


This is not a proof in itself, but if you've studied statistics, then you've seen a proof that

$$0\le V(X)=E(X^2)-E(X)^2$$

If we now consider a random variable $X$ with three equally likely values, $X=x,y$, and $z$, then we have

$$E(X)={x+y+z\over3}\qquad\text{and}\qquad E(X^2)={x^2+y^2+z^2\over3}$$

If, in addition, we assume $x+y+z=1$, then we have $E(X)={1\over3}$, which implies $E(X^2)\ge\left(1\over3\right)^2={1\over9}$, or $x^2+y^2+z^2\ge{1\over3}$.