Why is 1+1=0 in a finite field F={0,1}?

This table: $$\begin{array}{|c|cc|} \hline +& 0& 1\\ \hline 0& 0& 1\\ 1& 1& 0\\ \hline \end{array}$$ "feels" right, but how can you prove that $1+1=0$? What is the reason? I assume that due to $F \times F \rightarrow F$, the result of $1+1$ must be within the field F after all.

I'm looking for a logical explanation.


Recall the two axioms about addition:

  1. There exists a unique element $0$ such that for every $x$, $x+0=x$.
  2. For each element $x$ there exists a unique element $y$ such that $x+y=0$.

If $1+1=1$ it has to be the case that $1+0=0$. But in that case you just reversed the roles of $0$ and $1$, as dictated by the axioms. That's fine, and it still defines a group structure, but it's easier to just relabel them to the traditional roles, where $0$ is the additive unit.

So if $1+1\neq 1$, it has to be the case that $1+1=0$.