ConceptComplete

Polynomial Rings and Ring Constructions

Polynomial rings, quotient rings, and localization are the fundamental construction tools for building new rings from old ones.


Polynomial Rings

Definition4.5Polynomial ring

For a commutative ring RR, the polynomial ring R[x]R[x] consists of all finite formal sums a0+a1x++anxna_0 + a_1 x + \cdots + a_n x^n with aiRa_i \in R, with addition and multiplication defined in the standard way. More generally, R[x1,,xn]=R[x1][xn]R[x_1, \ldots, x_n] = R[x_1]\cdots[x_n] is the ring of polynomials in nn variables.

The ring R[x]R[x] satisfies a universal property: for any ring homomorphism φ:RS\varphi: R \to S and element sSs \in S, there exists a unique ring homomorphism φ~:R[x]S\tilde{\varphi}: R[x] \to S with φ~R=φ\tilde{\varphi}|_R = \varphi and φ~(x)=s\tilde{\varphi}(x) = s (evaluation at ss).

Theorem4.3Hilbert basis theorem

If RR is a Noetherian ring (every ideal is finitely generated), then R[x]R[x] is also Noetherian. Consequently, R[x1,,xn]R[x_1, \ldots, x_n] is Noetherian for any nn.


Quotient Rings

Definition4.6Quotient ring

For an ideal IRI \subseteq R, the quotient ring R/IR/I consists of cosets r+Ir + I with operations (r+I)+(s+I)=(r+s)+I(r + I) + (s + I) = (r+s) + I and (r+I)(s+I)=rs+I(r+I)(s+I) = rs + I. The projection π:RR/I\pi: R \to R/I is a surjective ring homomorphism with ker(π)=I\ker(\pi) = I.

ExampleImportant quotient rings
  1. Z/(n)=Z/nZ\mathbb{Z}/(n) = \mathbb{Z}/n\mathbb{Z}: integers modulo nn.
  2. R[x]/(x2+1)C\mathbb{R}[x]/(x^2 + 1) \cong \mathbb{C}: the complex numbers arise as a quotient.
  3. k[x,y]/(y2x3+x)k[xˉ,yˉ]k[x,y]/(y^2 - x^3 + x) \cong k[\bar{x}, \bar{y}] where yˉ2=xˉ3xˉ\bar{y}^2 = \bar{x}^3 - \bar{x}: the coordinate ring of an elliptic curve.
  4. k[x]/(xn)=k[ε]k[x]/(x^n) = k[\varepsilon] with εn=0\varepsilon^n = 0: a ring with nilpotent elements (the "dual numbers" when n=2n = 2).

The Isomorphism Theorems for Rings

Theorem4.4Ring isomorphism theorems
  1. First isomorphism theorem: If φ:RS\varphi: R \to S is a ring homomorphism, then R/ker(φ)im(φ)R/\ker(\varphi) \cong \mathrm{im}(\varphi).
  2. Second isomorphism theorem: If I,JI, J are ideals of RR with IJI \subseteq J, then (R/I)/(J/I)R/J(R/I)/(J/I) \cong R/J.
  3. Chinese remainder theorem: If I1,,InI_1, \ldots, I_n are pairwise comaximal ideals (Ij+Ik=RI_j + I_k = R for jkj \neq k), then R/(I1In)R/I1××R/InR/(I_1 \cap \cdots \cap I_n) \cong R/I_1 \times \cdots \times R/I_n.
ExampleChinese remainder theorem

Z/6ZZ/2Z×Z/3Z\mathbb{Z}/6\mathbb{Z} \cong \mathbb{Z}/2\mathbb{Z} \times \mathbb{Z}/3\mathbb{Z} since (2)+(3)=Z(2) + (3) = \mathbb{Z}.

More generally, Z/nZZ/pieiZ\mathbb{Z}/n\mathbb{Z} \cong \prod \mathbb{Z}/p_i^{e_i}\mathbb{Z} for n=piein = \prod p_i^{e_i}.

RemarkLocalization

For a multiplicative set SRS \subseteq R (closed under multiplication, 1S1 \in S, 0S0 \notin S), the localization S1RS^{-1}R consists of fractions r/sr/s with rRr \in R, sSs \in S, modulo the equivalence r/sr/sr/s \sim r'/s' iff t(rsrs)=0t(rs' - r's) = 0 for some tSt \in S. Important special cases: Rp=(Rp)1RR_\mathfrak{p} = (R \setminus \mathfrak{p})^{-1}R (localization at a prime), Rf={1,f,f2,}1RR_f = \{1, f, f^2, \ldots\}^{-1}R.