Extending Quotient Rings

April 9, 2026 · Luciano Muratore

It is well-known that we can construct C\mathbb{C} by just “adding” the value ii to R\mathbb{R}. By the way, ii is the root of the polynomial X2+1X^2+1.

In other words, we can extend a field just by adding the root of a polynomial. But, the previous idea can also be applicable to Rings. For example, we can create the ring Z[i]\mathbb{Z}[i] by again considering X2+1X^2+1. Just by ‘adjoining’ a root of a polynomial f(X)R[X]f(X) \in R[X] to the ring RR, we would like to extend the ring into, maybe, a field.

The extension of the ring is defined as the quotient ring given by R[X]/(f(X))R[X]/(f(X)).

The first natural question to postulate is: what is the structure of this quotient ring?.

Since we want the quotient ring to be an extension of the ring RR we would expect RR to be embedded inside the quotient ring. In other words, we should be able to define an injective morphism φ:RR[X]/(f(X))\varphi:R\to R[X]/(f(X)). As previously mentioned, we want to construct the elements of the quotient by using the root of f(X)f(X). (ii is a root of X2+1X^2+1 and the elements of C\mathbb{C} are a+iba+ib). That would imply that αXmod(f(X))\alpha \equiv X \mod (f(X)), which would mean that f(α)0mod(f(X))f(\alpha) \equiv 0 \mod (f(X)).

In the end, we would like any element zR[X]/(f(X))z \in R[X]/(f(X)) to be writable in a unique way as z=r0+r1α++rn1αn1z=r_0+r_1\alpha+\cdots+r_{n-1}\alpha^{n-1} with riRr_i \in R, in such a way that {1,α,,αn1}\{1,\alpha,\ldots,\alpha^{n-1}\} would act as a finite basis.

I need to make a pause. There is something that I have not mentioned. The polynomial ff must be monic; if not, there is a risk of not having a unique linear combination.

To make this clear, let’s consider the example R[X]/(2X1)R[X]/(2X-1). Then, 2α=1R[X]/(2X1)2\alpha=1 \in R[X]/(2X-1). Now, take the element β=α\beta=\alpha. And, if α=2α2\alpha=2\alpha^2 then β=2α2\beta=2\alpha^2. That shows that the expression of β\beta as a linear combination of powers of α\alpha is not unique.

Hope the example was enough to convince the relevance of the polynomial being monic. There are situations when the polynomial cannot be monic; I would let the readers find them by themselves.

Continuing with the narrative, I want to make clear the uniqueness of the linear combination for any element in the quotient ring, and for that it is necessary to present some kind of proof.

Let zR[X]/(f(X))z \in R[X]/(f(X)). Then, zg(X)mod(f(X))z \equiv g(X) \mod (f(X)) for some polynomial g(X)R[X]g(X) \in R[X]. By the Euclidean division of g(X)g(X) by f(X)f(X), there exist unique polynomials q(X)q(X) and r(X)r(X) such that g(X)=f(X)q(X)+r(X)g(X)=f(X)q(X) + r(X) with degr<n\deg r < n. Then, zr(X)mod(f(X))z \equiv r(X) \mod (f(X)) because f(X)q(X)(f(X))f(X)q(X) \in (f(X)). rr is unique, giving z=r0+r1α++rn1αn1z=r_0+r_1\alpha+\cdots+r_{n-1}\alpha^{n-1}.

Great, we have worked through the structure of R[X]/(f(X))R[X]/(f(X)). So far, we have been concerned with rings, but what if we operate with fields?.

Let KK be a field, and K[X]K[X] its polynomial ring. But, what if we would like to infer what the quotient K[X]/(f(X))K[X]/(f(X)) looks like from the polynomial ff? I mean: “would the extension of a field still be a field?”. Would it be possible? For example, Q[X]/(X2+X+1)\mathbb{Q}[X]/(X^2+X+1) is a quotient with a polynomial whose root is 1+i32\frac{-1+i\sqrt{3}}{2}, which is not in Q\mathbb{Q}. And, what can we say of Q[X]/(X4X22)=Q[X]/((X2+1)(X22))\mathbb{Q}[X]/(X^4-X^2-2) = \mathbb{Q}[X]/((X^2+1)(X^2-2))?.

If the polynomial is irreducible in KK and K[X]K[X] is a PID (Principal Ideal Domain), then the quotient is a field, as in the first example where Q[X]/(X2+X+1)Q[i3]\mathbb{Q}[X]/(X^2+X+1) \simeq \mathbb{Q}[i\sqrt{3}].

In the second example, the polynomial is reducible over the rational field into (X2+1)(X^2+1) and (X22)(X^2-2). Both polynomials have roots outside of Q\mathbb{Q}. And, we express Q[X]/(X4X22)\mathbb{Q}[X]/(X^4-X^2-2) as a product of two fields, the ones made with the roots of (X2+1)(X^2+1) and (X22)(X^2-2), i.e. Q[i]\mathbb{Q}[i] and Q[2]\mathbb{Q}[\sqrt{2}].