[Math] How to prove a finite field is not ordered

field-theoryfinite-fieldsordered-fields

I have a set S={0,1}, and the addition and multiplication rules are
\begin{array}{c|cc}
+&0&1\\ \hline
0&0&1\\
1&1&0
\end{array}

\begin{array}{c|cc}
*&0&1\\ \hline
0&0&0\\
1&0&1
\end{array}

It is sure that it is a field. How can I prove this field can be ordered or not?

Best Answer

An ordered field $F$ must have characteristic $0$, because $$ \underbrace{1+1+\dots+1}_n > 0 $$ for all $n>0$. A finite field can't have characteristic $0$.