ring theory
Quotient Rings
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
Let I be an ideal of a ring R. The quotient ring R/I has:
Worked Examples
ℤ/5ℤ has 5 cosets: 0+5ℤ, 1+5ℤ, ..., 4+5ℤ, which we abbreviate 0,1,2,3,4.
Since 5 is prime, 5ℤ is a maximal ideal of ℤ (no ideal strictly between 5ℤ and ℤ), so the quotient is a field.
Check: every nonzero element has an inverse, e.g. 2×3=6≡1 (mod 5), so 2⁻¹=3.
Answer: ℤ/5ℤ is a field with 5 elements; every nonzero residue has a multiplicative inverse mod 5.
Practice Problems
Is ℤ/6ℤ a field? Explain using the maximal ideal criterion.
Show that ℝ[x]/(x²−1) is NOT a field by exhibiting zero divisors.
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
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
- WebsiteWikipedia — Quotient ring
Mathematics