$$\left (\sum_{i=1}^n x_{i}\right )^2 ≤ n\times \sum_{i=1}^n x_{i}^2$$ x(i) R, $i>0$
I've tried to put it like this:
$n+1$:
$$((\sum_{i=1}^n x_{i}) + x_{n+1})^2 ≤ (n+1)\times ((\sum_{i=1}^n x_{i}^2) +x_{n+1}^2)$$
$$(\sum_{i=1}^n x_{i})^2 + 2\times (\sum_{i=1}^n x_{i})\times x_{n+1} + x_{n+1}^2 ≤ n\times (\sum_{i=1}^n x_{i}^2) + 2\times (\sum_{i=1}^n x_{i})\times x_{n+1} + x_{n+1}^2$$
$$n\times (\sum_{i=1}^n x_{i}^2) + 2\times (\sum_{i=1}^n x_{i})\times x_{n+1} + x_{n+1}^2 ≤ (n+1)\times ((\sum_{i=1}^n x_{i}^2) +x_{n+1}^2)$$
And got stuck here: $$2\times (\sum_{i=1}^n x_{i})\times x_{n+1} ≤ (n\times \sum_{i=1}^n x_{i}^2) + n\times x_{n+1}$$
So I've been wondering whether someone here could please help me understand how to handle it.
From your second line we can go on $$ \left(\sum_{i=1}^n x_{i}\right)^2 + 2\times \left(\sum_{i=1}^n x_{i}\right)\times x_{n+1} + x_{n+1}^2 ≤ n\times \left(\sum_{i=1}^n x_{i}^2\right) + 2\times \left(\sum_{i=1}^n x_{i}\right)\times x_{n+1} + x_{n+1}^2$$
We can just subtract equal terms on both sides
$$\left(\sum_{i=1}^n x_{i}\right)^2 ≤ n\times \sum_{i=1}^n x_{i}^2 $$
Dividing the inequality by n
$$\frac1n\cdot \sum_{i=1}^n x_{i} \cdot \sum_{i=1}^n x_{i} ≤ \sum_{i=1}^n x_{i}^2 $$
Dividing the inequality by n again
$$\frac1n\cdot \sum_{i=1}^n x_{i} \cdot \frac1n\cdot \sum_{i=1}^n x_{i} ≤ \frac1n\cdot\sum_{i=1}^n x_{i}^2 $$
$$\left(\frac1n\cdot \sum_{i=1}^n x_{i} \right)^2 ≤ \frac1n\cdot\sum_{i=1}^n x_{i}^2 $$
$$ 0≤ \frac1n\cdot\sum_{i=1}^n x_{i}^2 -\left(\frac1n\cdot \sum_{i=1}^n x_{i} \right)^2$$
At the RHS we have the definition of the variance
$$ 0≤ \frac1n\cdot\sum_{i=1}^n \left(x_{i} -\overline x \right)^2$$
Every summmand at the RHS is greater/equal $0$, the inequality holds and therefore proposition for $n$ is true.