Quotient Rings
Quotient Rings
Quotient Rings
Let R be a ring, and let I be a (two-sided) ideal. Considering just the operation of addition, R is a
group and I is a subgroup. In fact, since R is an abelian group under addition, I is a normal subgroup, and
R
the quotient group is defined. Addition of cosets is defined by adding coset representatives:
I
(a + I) + (b + I) = (a + b) + I.
The zero coset is 0 + I = I, and the additive inverse of a coset is given by −(a + I) = (−a) + I.
R
However, R also comes with a multiplication, and it’s natural to ask whether you can turn into a
I
ring by multiplying coset representatives:
(a + I) · (b + I) = ab + I.
I need to check that that this operation is well-defined, and that the ring axioms are satisfied. In fact,
everything works, and you’ll see in the proof that it depends on the fact that I is an ideal. Specifically, it
depends on the fact that I is closed under multiplication by elements of R.
R
By the way, I’ll sometimes write “ ” and sometimes “R/I”; they mean the same thing.
I
Theorem. If I is a two-sided ideal in a ring R, then R/I has the structure of a ring under coset addition
and multiplication.
(r + I)(s + I) = rs + I.
((r + I)(s + I)) (t + I) = (rs + I)(t + I) = (rs)t + I = r(st) + I = (r + I)(st + I) = (r + I) ((s + I)(t + I)) .
(Notice how I used associativity of multiplication in R in the middle of the proof.) The proofs of the
other axioms are similar.
Definition. If R is a ring and I is a two-sided ideal, the quotient ring of R mod I is the group of cosets
R
with the operations of coset addition and coset multiplication.
I
1
Proposition. Let R be a ring, and let I be an ideal
(b) If R has a multiplicative identity 1, then 1 + I is a multiplicative identity for R/I. In this case, if
r ∈ R is a unit, then so is r + I, and (r + I)−1 = r−1 + I.
Example. (A quotient ring of the integers) The set of even integers h2i = 2Z is an ideal in Z. Form
Z
the quotient ring .
2Z
Construct the addition and multiplication tables for the quotient ring.
+ 0 + 2Z 1 + 2Z × 0 + 2Z 1 + 2Z
0 + 2Z 0 + 2Z 1 + 2Z 0 + 2Z 0 + 2Z 0 + 2Z
1 + 2Z 1 + 2Z 0 + 2Z 1 + 2Z 0 + 2Z 1 + 2Z
Z
You can see that is isomorphic to Z2 .
2Z
Z
In general, is isomorphic to Zn . I’ve been using “Zn ” informally to mean the set {0, 1, . . . , n − 1}
nZ
with addition and multiplication mod n, and taking for granted that the usual ring axioms hold. This
Z
example gives a formal contruction of Zn as the quotient ring .
nZ
Example. Z3 [x] is the ring of polynomials with coefficients in Z3 . Consider the ideal h2x2 + x + 2i.
Z3 [x]
(a) How many elements are in the quotient ring ?
h2x2 + x + 2i
2
Z3 [x]
(b) Reduce the following product in to the form (ax + b) + h2x2 + x + 2i:
h2x2 + x + 2i
Z3 [x]
(c) Find [x + 2 + h2x2 + x + 2i]−1 in .
h2x2 + x + 2i
Z3 [x] Z
The ring is analogous to Zn = . In the case of Zn , you do computations mod
h2x2 + x + 2i hni
n: To “simplify”, you divide the result of a computation by the modulus n and take the remainder. In
Z3 [x] Z3 [x]
, the polynomial 2x2 + x + 2 acts like the “modulus”. To do computations in ,
h2x2 + x + 2i h2x2 + x + 2i
you divide the result of a computation by 2x2 + x + 2 and take the remainder.
f (x) = (2x2 + x + 2)q(x) + r(x), where deg r(x) < deg(2x2 + x + 2).
Since there are 3 choices for a and 3 choices for b, there are 9 cosets.
Then
(c) To find multiplicative inverses in Zn , you use the Extended Euclidean Algorithm. The same idea works
in quotient rings of polynomial rings.
2x2 + x + 2 - 2x
x+2 2x 1
2 2x + 1 0
(1)(2x2 + x + 2) − (2x)(x + 2) = 2
(1)(2x2 + x + 2) + (x)(x + 2) = 2
(2)(2x2 + x + 2) + (2x)(x + 2) = 1
(2)(2x2 + x + 2) + (2x)(x + 2) + h2x2 + x + 2i = 1 + h2x2 + x + 2i
(2x)(x + 2) + h2x2 + x + 2i = 1 + h2x2 + x + 2i
Thus,
[x + 2 + h2x2 + x + 2i]−1 = 2x + h2x2 + x + 2i.
3
Example. (a) List the elements of the cosets of h(2, 2)i in the ring Z4 × Z6 .
Z4 × Z6
(b) Is the quotient ring an integral domain?
h(2, 2)i
(a) If x is an element of a ring R, the ideal hxi consists of all multiples of x by elements of R. It is not
necessarily the same as the additive subgroup generated by x, which is
{(0, 0), (2, 2), (0, 4), (2, 0), (0, 2), (2, 4)}.
As usual, I get it by starting with the zero element (0, 0) and the generator (2, 2), then adding (2, 2)
until I get back to (0, 0).
This set is contained in the ideal h(2, 2)i; I need to check whether it is the same as the ideal.
If (a, b) ∈ Z4 × Z6 , then
(a, b) · (2, 2) = (2a, 2b).
Thus, an element of the ideal h(2, 2)i consists of a pair (2a, 2b), where each component is even. There
are two even elements in Z4 (namely 0 and 2) and 3 even elements in Z6 (namely 0, 2, and 4), so there are
2 · 3 = 6 such pairs. Thus, the ideal h(2, 2)i has a maximum of 6 elements. Since the additive subgroup
above already has 6 elements, it must be the same as the ideal.
I can list the elements of the cosets of the ideal as I would for subgroups.
h(2, 2)i = {(0, 0), (2, 2), (0, 4), (2, 0), (0, 2), (2, 4)}
(0, 1) + h(2, 2)i = {(0, 1), (2, 3), (0, 5), (2, 1), (0, 3), (2, 5)}
(1, 0) + h(2, 2)i = {(1, 0), (3, 2), (1, 4), (3, 0), (1, 2), (3, 4)}
(1, 1) + h(2, 2)i = {(1, 1), (3, 3), (1, 5), (3, 1), (1, 3), (3, 5)}
Example. In the ring Z2 × Z10 , consider the principal ideal h(1, 5)i.
4
element (0, 5) (0, 6) (0, 7) (0, 8) (0, 9)
·(1, 5) (0, 5) (0, 0) (0, 5) (0, 0) (0, 5)
h(1, 5)i = {(0, 0), (0, 5), (1, 0), (1, 5)}.
(b) Since the ideal has 4 elements and the ring has 20, there must be 5 cosets.
h(1, 5)i = {(0, 0), (0, 5), (1, 0), (1, 5)}
(0, 1) + h(1, 5)i = {(0, 1), (0, 6), (1, 1), (1, 6)}
(0, 2) + h(1, 5)i = {(0, 2), (0, 7), (1, 2), (1, 7)}
(0, 3) + h(1, 5)i = {(0, 3), (0, 8), (1, 3), (1, 8)}
(0, 4) + h(1, 5)i = {(0, 4), (0, 9), (1, 4), (1, 9)}
c 2018 by Bruce Ikenaga 5