Skip to main content

Section 9.2 Quotient Rings and the Isomorphism Theorems

Subsection Quotient Rings

“Fools ignore complexity. Pragmatists suffer it. Some can avoid it. Geniuses remove it.”
―Alan Perlis

Definition 9.17. Quotient Ring.

For a two-sided ideal \(I\) of \(R\) The quotient ring of \(R\) modulo \(I\) is the set \(R/I\) with addition defined as above and multiplication given by \((r + I) \cdot (s + I) = (rs) + I\text{.}\)

Exercise 9.18. Quotient Rings are Rings.

Given a two-sided ideal \(I\) of \(R\text{,}\) prove that the quotient ring \(R/I\) is indeed a ring.
Just like we had with groups, it turns out our dear friend \(\Z/n\) has been a quotient all along.

Example 9.19. Quotients of \(\Z\).

If \(I=\igen n\) is an ideal in the ring \(\Z\text{,}\) then the quotient ring \(\Z/n\) is the familiar ring \(\Z/n\text{.}\)
And, once again, we have a quotient map that turns out to be a homomorphism.

Exercise 9.20. Quotient Map is Surjective Ring Map.

Prove that the canonical quotient map \(q:R\to R/I\) is a surjective ring homomorphism.
Last but certainly not least, we have an analogue of Theorem 3.40 for ideals.
 1 
Once again, I would like to suggest that “ideal subgroup” is a better name for a normal subgroup.

Subsection The Ring Isomorphism Theorems

“I’m not a very structured person, so when I get some structure, it’s cool; it’s good for me.”
―J. Cole
We arrive at the isomorphism theorems for rings. We’ve seen most of this stuff before in different packaging, so lets jump right in.

Proof.

Ignoring \(\cdot\) for a minute, we know that there is a unique homomorphism \(\overline{f}\) of abelian groups from \((R/I, +)\) to \((S, +)\) such that \(\overline{f} (r+I) = f(r)\text{.}\) It remains only to check that \(\overline{f}\) preserves multiplication: Given elements \(r + I, s + I \in R/I\text{,}\) their product is \(rs + I\text{,}\) and we have
\begin{equation*} \overline{f}(rs + I) = f(rs) = f(r)f(s) = f(r + I) f(s +I), \end{equation*}
since \(f\) preserves multiplication.

Proof.