I have a question that I need some helping solving:
Show if $G$ is a field with exactly three elements, then there is a field isomorphism $f: \Bbb Z_3 \to G$. Note that $\Bbb Z_3$ is defined $\Bbb Z_3=(\{0,1,2\}, +, .)$ where $x+y=(x+y) \mod 3$ and $xy=xy \mod 3$.
If $G$ is a field with three elements, then the elements must be $\{0, 1, \alpha\}$, where $0$ is the additive identity, $1$ is the multiplicative identity, and $\alpha$ is a third element.
Show that $\alpha = 1 + 1$.
Define $f : G \to \mathbb{Z}_3$ by $f(0) = 0$, $f(1) = 1$, $f(\alpha) = 2$. Show $f$ is an isomorphism.