Mathematics.

ring theory

Quotient Rings

Abstract Algebra II35 minDifficulty7 out of 10

You should know: ideals

Overview

Given a ring R and an ideal I, the quotient ring R/I is the set of cosets of I, made into a ring by (a+I)+(b+I) = (a+b)+I and (a+I)(b+I) = (ab)+I. Ideals play the role in ring theory that normal subgroups play in group theory — they are exactly the substructures by which you can quotient and still get a ring, because absorption under multiplication guarantees the coset product is well-defined. The most familiar example is ℤ/nℤ, and quotients like F[x]/(p(x)) for irreducible p(x) are the standard way to construct field extensions.

Intuition

Forming R/I is exactly like ℤ/nℤ but for a general ring: you declare everything in I to be 'the same as zero,' and the ideal condition (I absorbs multiplication by any ring element) is precisely what's needed so that this collapsing doesn't break the multiplication rule for cosets. When the ideal is as large as possible without being the whole ring — a maximal ideal — the quotient collapses so much extra structure that no proper ideals remain in R/I, which forces every nonzero element to be invertible: the quotient becomes a field. This is exactly how ℂ is built as ℝ[x]/(x²+1) — collapsing the polynomial x²+1 to zero manufactures a square root of −1.

Formal Definition

Definition

Let I be an ideal of a ring R. The quotient ring R/I has:

R/I={a+I:aR}R/I = \{ a + I : a \in R \}
Underlying set of cosets
(a+I)+(b+I)=(a+b)+I,(a+I)(b+I)=ab+I(a+I) + (b+I) = (a+b) + I, \qquad (a+I)(b+I) = ab + I
Well-defined operations (well-definedness requires I to be an ideal)
π:RR/I,π(a)=a+I is a surjective ring homomorphism with ker(π)=I\pi: R \to R/I, \quad \pi(a) = a+I \text{ is a surjective ring homomorphism with } \ker(\pi)=I
Canonical quotient map
R/I is a field    I is a maximal idealR/I \text{ is a field} \iff I \text{ is a maximal ideal}
Maximal ideals give fields

Worked Examples

  1. ℤ/5ℤ has 5 cosets: 0+5ℤ, 1+5ℤ, ..., 4+5ℤ, which we abbreviate 0,1,2,3,4.

    Z/5Z={0,1,2,3,4}\mathbb{Z}/5\mathbb{Z} = \{0,1,2,3,4\}
  2. Since 5 is prime, 5ℤ is a maximal ideal of ℤ (no ideal strictly between 5ℤ and ℤ), so the quotient is a field.

    5Z maximal    Z/5Z is a field5\mathbb{Z} \text{ maximal} \implies \mathbb{Z}/5\mathbb{Z} \text{ is a field}
  3. Check: every nonzero element has an inverse, e.g. 2×3=6≡1 (mod 5), so 2⁻¹=3.

    2×31(mod5)2 \times 3 \equiv 1 \pmod 5

Answer: ℤ/5ℤ is a field with 5 elements; every nonzero residue has a multiplicative inverse mod 5.

Practice Problems

Difficulty 5/10

Is ℤ/6ℤ a field? Explain using the maximal ideal criterion.

Difficulty 6/10

Show that ℝ[x]/(x²−1) is NOT a field by exhibiting zero divisors.

Difficulty 6/10

Explain why F[x]/(p(x)) is a field whenever p(x) is irreducible over the field F, using the fact (p(x)) is maximal.

Quiz

The quotient ring R/I is well-defined (multiplication of cosets makes sense) precisely because I is:
R/I is a field if and only if I is:
ℝ[x]/(x²+1) is isomorphic to:

Summary

  • For an ideal I of R, R/I has cosets a+I with (a+I)+(b+I)=(a+b)+I and (a+I)(b+I)=ab+I, well-defined because I is an ideal.
  • R/I is a field exactly when I is a maximal ideal; ℤ/pℤ (p prime) and F[x]/(p(x)) (p irreducible) are the standard examples.
  • ℝ[x]/(x²+1) ≅ ℂ is the canonical illustration: quotienting manufactures a root of x²+1 = 0 out of thin air.

References