I've been working through Rotman's Galois Theory and am stumped by exercise 60:
- Use Kronecker's theorem to construct a field with four elements by adjoining a suitable root of $x^4 - x$ to $\mathbb{Z}_2$.
I can split $x^4 - x$ in $\mathbb{C}[x]$ (which is not a field but which is contained in the field $\operatorname{Frac}(\mathbb{C[x]})$).
The roots are $F = \{ 0, 1, \frac{-1 - i \sqrt{3}} {2}, \frac{-1 + i \sqrt{3}} {2} \}$.
So what does it mean to adjoin a suitable root to $\mathbb{Z}_2$? I have been unable to construct a four element field using either complex root.
So I went and tried to use the proof of Thm 33 (Galois) which gives a construction. In this case, F is as above and has the required four elements with $p = 2$, $n = 2$, and $q = 4$, and indeed $F \setminus \{0\}$ behaves as desired for multiplication.
The problem is addition. How is addition defined? Normal addition is not closed, nor do I see how to define it to make it work. Further, given Kronecker's and Galois's theorems, I would assume that addition must be defined as it would be in the containing field.
In the exercise, you're asked to work on the field $\mathbb Z_2$ which is of characteristic $2$. So you can't split $p(x) = x^4-x$ on $\mathbb C$.
Now you can write on $\mathbb Z_2$: $$p(x) = x(x^3-1)=x(x+1)(x^2+x+1)$$
If $\zeta$ is a root of $q(x) = x^2+x+1$ (which is irreducible on $\mathbb Z_2$) in a splitting field, the other one is $1+\zeta$ as $(1+\zeta)^2+(1+\zeta) + 1=1+\zeta^2+ 1 +\zeta +1 = 1+1=0$.
Regarding your problem which is addition
So the four elements of a splitting field of $p$ over $\mathbb Z_2$ are $z_1=0, z_2=1, z_3=\zeta, z_4=1+ \zeta$. And regarding addition, you have
$$\begin{matrix} + & 0 & 1 & \zeta & 1+\zeta\\ 0 & 0 & 1 & \zeta & 1+\zeta\\ 1 & 1 & 0 & 1+\zeta & \zeta\\ \zeta & \zeta & 1+\zeta & 0 & 1\\ 1+\zeta & 1+\zeta & \zeta & 1 & 0\\ \end{matrix}$$