Additional information: Knowing that finite fields must have $p^k$ elements, with $p$ prime and $k\geq1,k\in \mathbb{N}$. In the case of $k=1$, the field is $\mathbb{Z}_p$.
Problem: Determine all integral domains $D$ such that $d^5=d$, for all $d \in D$.
My answer: $D$ is an integral domain, so we can use the cancellation law for ring product, and then $d^5=d \Rightarrow d^4=1$, and therefore $d\neq 0$. Factoring $d^4-1=0$ we have: \begin{align*} d^4-1 &= 0 \\ (d^2+1)(d^2-1) &= 0 \\ (d^2+1)(d+1)(d-1) &= 0 \end{align*} Then $d=1$, $d=(-1)$, or $d^2=(-1)$. We have two options:
- $d^2\neq (-1)$: in this case we have $d=1=(-1)$ and $D=\{0,1\}\cong \mathbb{Z}_2$, or $d_1=1$, $d_2=(-1)$ and $D=\{0,1,-1\}\cong \mathbb{Z_3}$ (in both case is easy to prove that every element different from $0$ has an inverse, so $D$ is a finite field, and the isomorphism follows from the given additional information).
- $d^2=(-1)$: We have that the equation $d^2+1=0$ has at most two solutions in $D$. Let $a$ and $b$ be the solutions. Follows that $a^2=(-1)=b^2$ and therefore: \begin{align*} a^2-b^2 &= 0 \\ (a+b)(a-b) &= 0 \Rightarrow a=b\lor a=-b \end{align*}
(Here's where my doubt begins)
If $b=1$ then $a=1$ or $a=(-1)$, in any case we fall into the integral domains already mentioned (same for $b=(-1)$), so suppose that $b\neq \pm 1$. Them $D = \{0,1,-1,b,-b\}\cong \mathbb{Z_5}$, because, suppose that $b=-b$. Then: \begin{align*} 2b=0 & \Rightarrow b+b=0 \\ & \Rightarrow b(1+1)=0b \\ & \Rightarrow (1+1)=0 \\ & \Rightarrow 1=-1 \end{align*} which is absurd. Is that right?