$$ \{ a + b i \mid a \in \{0, 1, 2, 3, 4\}, b \in \{0, 1, 2, 3, 4\} \} $$
With calculation done in $\pmod{5}$, I'm wondering if this makes a finite field.
I thought the answer is yes at first.
Then the 24 elements (excluding $ 0$) must be a multiplicative group (should be closed under multiplication).
$$ (3 + 4i)(4 + 3i) = 25 i \equiv 0 \pmod{5} $$
Now I'm confused.
Context:
I was reading this blog post (the extension fields part) . I guess my lesson learned is that adding $\sqrt{-1}$ is not the general method.