3

I still struggle with elementary knowledge about quotient rings.

For example, why can I just write down the second following isomorphism:

$$\frac{\mathbb{C}[x, y, z]}{(x^2 + y^2 - 1, y \pm iz)} \simeq \frac{\frac{\mathbb{C}[x, y, z]}{(y \pm iz)}}{\frac{(x^2 + y^2 - 1,y \pm iz)}{(y \pm iz)}} \simeq \frac{\mathbb{C}[x, y]}{(x^2 + y^2 - 1)} $$

I know the first isomorphism is right by the third isomorphism theorem. But why can I write down the second one?

Bill Dubuque
  • 272,048
Thesinus
  • 1,222
  • I hope $y\pm iz$ is supposed to mean "one or the other" and not "both", because if it means "both" then the isomorphism isn't right... – rschwieb Jul 08 '19 at 14:13

2 Answers2

1

It follows from the first isomorphism theorem for rings, like this:

Suppose $\phi: R\to S$ is any injective ring homomorphism. Then $R/I\cong \phi(R)/\phi(I)$ as rings.

Proof: Let $\psi: R\to \phi(R)/\phi(I)$ be given by $\psi(r)=\phi(r) + \phi(I)$. It can be checked that this is a ring homomorphism.

Moreover, its kernel is precisely $I$. Just chase it down: $\psi(r)=0+\phi(I)$ iff $r-i\in \ker \phi$, and $\phi$ was injective so...

Now, it's fairly obvious that there is an isomorphism between the rings in the "numerators" of the latter half, and the denominator of the second quotient is the image of the denominator in the first quotient, so you can apply this lemma above.

rschwieb
  • 153,510
-1

Well, let $R$ be a commutative ring with ideals $J\subseteq I$. Then $R/I$ is isomorphic to $(R/J)/(I/J)$.

In the first isomorphism, you use $I=\langle x^2+y^2-1, y\pm iz\rangle$ and $J=\langle y\pm iz\rangle$. In the second isomorphism, you use the same result.

Wuestenfux
  • 20,964
  • 1
    Sorry, I've downvoted because I don't think this is useful right now... the part that is explained well the user already said they understood, and the question of the second isomorphism isn't adequately addressed. Please ping me if edits are made that might change my mind. Thanks! – rschwieb Jul 08 '19 at 16:41