Somehow need to prove:
$$|x_1 + x_2 + ... + x_n| \le \sqrt{n(x_1^2 + x_2 ^ 2 + ... +x_n^2)}$$ $x_i$ is a real number; $i = 1,...,n$
Here's mentioned that mathematical induction should help. So I tried to use it but right after squaring, cause I had no idea how to do it without squaring first. So it looks like:
$$(x_1 + x_2 + ... + x_n + x_{n+1})^2 \le (n+1)(x_1^2 + x_2^2 + ... +x_n^2 + x_{n+1}^2) $$
And some transformation based on the induction hypothesis(part which is more should be transformed into less:
$$(x_1 + x_2 + ... + x_n + x_{n+1})^2 \le (x_1 + x_2 + ... + x_n )^2 + (n+1)x_{n+1}^2$$
Community I need a hint for the next step or even another idea for making a proof.