I have decided to set up a bounty for one outstanding solution to this problem. The winner with the most clear, confident, solution manual-esque response will be awarded 50 of my participation points. The answer must be clear and unambiguous. You should attempt to solve the problem as if this were a midterm/final exam environment. It must show me clearly that either my attempt was completely off or on the right track. Good luck!
I am completely lost on how to answer this question. I have a feeling this is somewhat of an awkward proof. If I am missing something all hints will help!
Prove that for all $n \in \mathbb{N}$, if $a_1 \in F,a_2 \in F,...,a_n \in F$,where $F$ is an ordered field
then $$\sum_{k=1}^{n} a_k^2 \geq 0$$
I know I have to attempt this to receive a competent answer, so here it goes:
$$\sum_{k=1}^{1} a_1^2 \geq0$$
since $|a_1|^2 \geq 0$
This looks like an induction problem but I want to argue that anything in an ordered field squared is positive or $0$.
Assume $$\sum_{k=1}^{n_0} a_k^2 \geq 0$$
Therefore
$$\sum_{k=1}^{n_0} a_{k}^2 +a_{n_0+1}^2 \geq 0$$
Since $|a_1|^2+\ldots+|a_{n_0}|^2+|a_{n_0+1}|^2 \geq 0$
So by induction
$$\sum_{k=1}^{n} a_k^2 \geq 0$$ for all $n \in \mathbb{N}$