Abstract Algebra – How to Deal with Polynomial Quotient Rings

abstract-algebrapolynomial-ringsring-theory

The question is quite general and looks to explore the properties of quotient rings of the form $$\mathbb{Z}_{m}[X] / (f(x)) \quad \text{and} \quad \mathbb{R}[X]/(f(x))$$
where $m \in \mathbb{N}$

Classic examples of how one can treat such rings is to find relationships like $$\mathbb{Z}[x]/(1-x,p) \cong \mathbb{Z_{p}}$$ for prime $p$.

However, I often struggle to intuitively understand what the elements of such rings are, and they to compute using them.

For example, what do the elements of the set $\mathbb{Z}_{2}[X] / (x^4+1)$ actually look like. Can this set be described in a clearer way to help understand the way the rings work.

Is there some general way of describing elements of such rings so that isomorphisms and computations become easier to handle?

Apologies if this question is not sufficiently clear.

Best Answer

To treat your special case $$\mathbb{Z}_{2}[X] / (x^4+1),$$ its elements are the (classes) of the remainders of Euclidean divisions by $x^4+1$, so $$\mathbb{Z}_{2}[X] / (x^4+1) = \{ [a_0 + a_1 x + a_2 x^2 + a_3 x^3] : a_i \in \mathbb{Z}_{2} \}.$$ (Here I am using brackets to denote residue classes.)

You sum the classes normally, and as to the product, you first take the product, and then take the remainder of Euclidean division by $x^4+1$. Alternatively, you take the product, and then use the relation $x^4 \equiv -1$ (which is the same as $x^4 \equiv 1$ in this case, as $1 = -1$ in $\mathbb{Z}_{2}$) to reduce the result. So it's not really different from computing in $\mathbb{Z}_{m}$, where you first take an ordinary sum or product, and then take the remainder modulo $m$.

So for instance $$ [1 + x^2] \cdot [1 + x^3] = [1 + x^2 + x^3 + x^5] = [1 + x + x^2 + x^3], $$ using one of the two methods above.

The general case of $F[x] / (f(x))$, with $F$ a field, is similar, you get the classes of the remainders of Euclidean division by $f(x)$.