The problem is this: Prove by induction that $x_1^2+x_2^2+.....+x_n^2>0$ unless $x_1=...=x_n=0. $ I have tried:
If $x_n$> 0 then For $n=1$: $$x_1^2>0$$
We suppose that it is true for $n=k$:$$ x_1^2+x_2^2+...+x_k^2>0$$
We will prove for $n=k+1$:
As $x_{n}^2>0$ so $x_{k+1}^2 >0$
and $$ x_1^2+x_2^2+...+x_k^2>0 $$
therefore $$x_1^2+x_2^2+.....+x_{k+1}^2>0.$$ Q.E.D.
But I am not sure. Thank you.