NETMaths
The bookUnit 2 · Rings and Fields44 / 83

Ideals, quotient rings, prime & maximal ideals, CRT

Why this is asked: Prime ⇔ integral domain quotient, maximal ⇔ field quotient. CRT converts counting questions mod n into products over prime powers.

Prime vs maximal

For a commutative ring R with 1:

  • I prime ⇔ R/I is an integral domain.
  • I maximal ⇔ R/I is a field.
  • maximal ⇒ prime; the converse fails: (X)Z[X](X) \subset \mathbb{Z}[X] is prime (Z[X]/(X)Z,a(\mathbb{Z}[X]/(X) \cong \mathbb{Z}, a domain) but not maximal.
  • In a PID, non-zero prime ⇔ maximal.

Standard quotients

Quotient Is
Z[X]/(X)\mathbb{Z}[X]/(X) Z\mathbb{Z}
Z[X]/(X,p)\mathbb{Z}[X]/(X, p) 𝔽_p, so (X, p) is maximal
R[X]/(X2+1)\mathbb{R}[X]/(X^{2} + 1) C\mathbb{C}
Z[X]/(X2+1)\mathbb{Z}[X]/(X^{2} + 1) Z[i]\mathbb{Z}[i]
𝔽_p[X]/(f), f irreducible of degree n 𝔽pn_{p^{n}}
Z/nZ\mathbb{Z}/n\mathbb{Z} field ⇔ n prime

Chinese remainder theorem

gcd(m,n)=1Z/\gcd(m, n) = 1 \Rightarrow \mathbb{Z}/mn Z/m×Z/n\cong \mathbb{Z}/m \times \mathbb{Z}/n as rings. Consequences used constantly:

  • Number of solutions of x2=1x^{2} = 1 in Z/105:105=357\mathbb{Z}/105: 105 = 3\cdot5\cdot7, two roots each 23=8\Rightarrow 2^{3} = 8. φ- \varphi is multiplicative; the number of units is φ(pk)\prod\varphi(p^{k}). Z/n- \mathbb{Z}/n is a product of local rings; idempotents correspond to factorisations.

Nilpotents, units, idempotents

  • x nilpotent ⇒ 1 + x is a unit.
  • The nilradical is the intersection of all prime ideals. Z/n- \mathbb{Z}/n has non-trivial nilpotents ⇔ n is not squarefree.
  • Fermat/Euler: aφ(n)a^{\varphi(n)} ≡ 1 (mod n) for gcd(a, n) = 1; Wilson: (p−1)! ≡ −1 (mod p).
  • Power sums: k=1p1\sum_{k=1}^{p-1} kᵐ ≡ −1 (mod p) if (p − 1) | m, and ≡ 0 otherwise.

Key takeaways

  • Identify the quotient ring; prime/maximal follows instantly.
  • Maximal ⇒ prime always; converse only in PIDs (and for non-zero ideals).
  • CRT is the workhorse for every counting question modulo a composite.

See it move

Prime versus maximal, decided by the quotientinteractive

One test settles both — worked in ℤ[x], where an ideal can be prime and still not maximal.

Unlock interactive visuals

The trap here

“Every prime ideal is maximal” — false

(X) in Z[X]\mathbb{Z}[X], or (0) in any integral domain that is not a field

Z[X]/(X)Z\mathbb{Z}[X]/(X) \cong \mathbb{Z} is a domain but not a field. In a PID the implication does hold for non-zero primes.

More on this →

Check yourself

The number of solutions of the equation x2=1x^{2} = 1 in the ring Z/105Z\mathbb{Z}/105\mathbb{Z} is

Check yourself

Which one of the following is equal to 137+237+337++88371^{37} + 2^{37} + 3^{37} + \cdots + 88^{37} in Z/89Z\mathbb{Z}/89\mathbb{Z}?

Next: Euclidean, PID, UFD hierarchy

Create a free account to keep your place and have this feed your study plan.

Open this in the full syllabus view · Unit 2