2

I guess that $\mathbb{Z}[i]/\langle 2+i\rangle$ is equal to $\mathbb{Z}_5[i]$ if it is a simple extension of $\mathbb{Z}_5$. Based on this thought, I tried to construct a surjective ring homomorphism $\varphi$ from $\mathbb{Z}[i]$ to $\mathbb{Z}_5[i]$ with a kernel $\langle 2+i\rangle$. I know that $\mathbb{Z}[i]$ is a Euclidean domain, so it makes sense for me to think $\varphi(z)$ as the "remainder" when $z$ is divided by $2+i$. But how can I express the map $\varphi$ explicitly? Thanks.

Roy
  • 121

1 Answers1

0

I guess you can write $\mathbb{Z}[i]/ \langle 2+i \rangle$ as $\mathbb{Z}[x]/ \langle x^2+1, x+2 \rangle$. As you've noted, the ideal $\langle x^2+1, x+2 \rangle$ actually contains the ideal $\langle x^2+1, 5 \rangle$ since $ (2+x)(2-x)=4-x^2=5$.

Thus, we have $\mathbb{Z}[x]/ \langle x^2+1, 2+x \rangle = \mathbb{Z}/5 \mathbb{Z}[x]/ \langle x^2+1, 2+x \rangle$. Now lets examine what the ring $ \mathbb{Z}/5 \mathbb{Z}[x]/ \langle x^2+1 \rangle$ looks like.

Modulo $5$, $x^2+1=(x+2)(x+3)$ so by Chinese remainder theorem, we have $ \mathbb{Z}/5 \mathbb{Z}[x]/ \langle x^2+1 \rangle \cong \mathbb{Z}/ 5 \mathbb{Z}[x]/\langle x+2 \rangle \times \mathbb{Z}/ 5 \mathbb{Z}[x]/ \langle x+3 \rangle \cong \mathbb{Z}/ 5 \mathbb{Z} \times \mathbb{Z}/ 5 \mathbb{Z}$.

Finally, if we quotient by $x+2$ then we see that this keeps the first factor unchanged but take the second factor to $0$. Thus, in conclusion we see that $\mathbb{Z}[x]/ \langle x^2+1, x+2 \rangle \cong \mathbb{Z}/5 \mathbb{Z}$.

Alexander
  • 4,292
  • Thanks a lot. Should I say that $\mathbb{Z}[i]/\langle 2+i\rangle$ is not a simple extension of $\mathbb{Z}_5$ or it is a simple extension of $\mathbb{Z}_5$ as $\mathbb{Z}_5[1]$? – Roy Nov 05 '17 at 17:01
  • I guess in some sense it is the degree 1 simple extension! – Alexander Nov 06 '17 at 22:23