Given the following set $Z_3[i]=\{a+bi | a,b \in Z_3\}$, which is a ring, prove that it is also a field.
To be a field, every nonzero element of the ring has to be invertible for the multiplication. So:
$(a+bi)^{-1} = \frac{1}{a+bi} = \frac{a-bi}{(a+bi)(a-bi)} = \frac{a}{a^2+b^2}-\frac{bi}{a^2+b^2}$.
We can consider the case in which $a=b=1$, so we have the elements $(1+i)$ and $(\frac{1}{2}-\frac{1}{2}i)$. Both elements are the inverse of each other, but, in the second element, $a=\frac{1}{2} \notin Z_3$.
We can conclude that $Z_3[i]$ is not a field, which contradict what I watch in a video in which the youtuber says that this set is a field (she didn't show the proof).
What is the correct result and why?