2

Let $R = \mathbb{Z}[i]\ /\ (1+3i)$

(a) Conclude that R is a ring and $|R|=10$.

(b) Define $\phi:\mathbb{Z} \rightarrow R$ by $\phi(n) = 1_R + \ldots + 1_R$ ($n$ times) if $n>0$ and $\phi(-n) = -\phi(n)$. Show this is a ring homomorphism.

(c) Show that $\mathbb{Z}/10\mathbb{Z} \cong \mathbb{Z}[i]\ /\ (1+3i)$

(a) I think I need to use $(1+3i)(1-3i)=10$ but not sure how.

(b) I'm not sure how to show this.

(c) Maybe I need to use the kernel but I'm not sure how to start.

1 Answers1

0

For (c), consider $\phi$ as in (b). We have to prove that $\ker \phi = 10 \mathbb Z$:

  • $10 \in \ker \phi$ because $10 = (1-3i)(1+3i)$. Thus $10 \mathbb Z \subseteq \ker \phi$.

  • If $n \ker \phi$, then $n=(a+bi)(1+3i)=(a-3b)+(3a+b)i$ and so $b=-3a$ and $n=10a$. Thus $\ker \phi \subseteq 10 \mathbb Z$.

lhf
  • 216,483