-2

Let $R=\mathbb{Z}[i]/(3+i)$. Why is this a ring and show that $|R|=10$. I'm not allowed to use isomorphisms for the second bit.

For the first bit I said $(3+i)$ is an ideal, $\mathbb{Z}[i]$ is a ring, and $\mathbb{Z}[i]/(3+i)$ is a quotient group so it is a ring.

Second bit no idea.

Polp
  • 106

1 Answers1

3

I like to think of a quotient thing as we keep everything but modify the equality on the given structure.
So, things like (some ring)$/(a-b)$ translate to [$a=b$ in the new structure].

Now, the original structure is $\Bbb Z[i]$, the Gaussian integers.

Then we modify the equality so that it respects the structure ($+,-,\cdot$), by posing $3=-i$.

In the new structure therefore every Gaussian integer $a+bi$ will be equal to the integer $a-3b$.

We get the integers $0,1,2,\dots,9$, and, as $3^2=(-i)^2$, we have $10=0$.

Now the only thing left to prove is that these ten numbers are still different in the quotient ring.

Berci
  • 90,745