3201 Chapter1
3201 Chapter1
1
2 1. REVISION OF RING THEORY
E XAMPLE 1.1.5. The rings of integers modulo n, Z/nZ (sometimes also denoted by
Zn ) consisting of the set {a| a ∈ Z} = {0, 1, . . . , n − 1}, where a is the residue class
of a modulo n, so a = {a = rn | r ∈ Z}. Addition and multiplication are defined as
a + b := a + b, ab := ab
E XAMPLE 1.1.6. Let R be any ring, and define R[x] to be the set of all polynomials
a0 + a1 x + · · · + an xn where the coefficients ai are elements of the ring R. Then R[x]
is a ring with addition and multiplication defined in the usual way (check as an exercise!).
The ring R[x] is called the polynomial ring in one variable with coefficients in R.
E XAMPLE 1.1.7. The polynomial ring in n variables with coefficients in R, denoted
by R[x1 , . . . , xn ] and defined inductively by R[x1 , . . . , xn ] := R[x1 , . . . , xn−1 ][xn ].
E XAMPLE 1.1.8. The ring Mn (R) of n × n matrices (ai,j )i,j=1,...,n with coefficients
ai,j in R, and the usual matrix addition and multiplication.
E XAMPLE 1.1.9. The power set ring. Let X be a set, and let P(X) = {Y | Y ⊆ X}
the set of all subsets of X. On P(X) consider the operations:
• Y + Z := Y �Z = (Y ∪ Z) \ (Y ∩ Z) the symmetric difference as addition,
• Y Z := Y ∩ Z the intersection as a product.
With this operations P(X) becomes a ring with zero element 0 = ∅ and unit element
1 = X.
E XAMPLE 1.1.10. Let V be a vector space, consider the set End(V ) := {f : V →
V | f is a linear map}, then End(V ) is a ring with pointwise addition (f + g)(v) := f (v) +
g(v) and multiplication given by composition f g(v) := f (g(v)), where the zero element
is the constant map 0(v) = 0 and the unit element is the identity map Id(v) = v.
R EMARK . The ring of endomorphisms of a vector space is nothing but a matrix ring
in disguise. We will state more precisely what we mean by this once we talk about ring
isomorphisms.
E XAMPLE 1.1.11. Consider the set C(R) := {f : R → R| f continuous function} of
real-valued continuous functions. The C(R) is a ring with pointwise addition (f +g)(x) :=
f (x) + g(x) and multiplication (f g)(x) := f (x) + g(x).
R EMARK . One might wonder whether one could define a different ring structure on
C(R) by replacing pointwise multiplication by composition as a product. Unlike it hap-
pened in the case of linear map, this operation does not turn C(R) into a ring.
E XAMPLE 1.1.12. Let X be a set and R be a ring. In a similar fashion to the previous
example, the set X R of all R-valued maps f : X → R on X becomes naturally a ring with
pointwise addition and multiplication.
E XAMPLE 1.1.13. Quaternion algebras. Let F be a field (of characteristic different
from 2), and let α, β ∈ F. The quaternion algebra α Fβ is defined as the set {a + bi +
cj + dk| a, b, c, d ∈ F} with standard sum and product defined by the rules ij = k = −ji,
i2 = α, j 2 = β.
If F is a subfield of the real numbers, α F�β can also
√ be described
√ as
√ the� subring
a + b α c β + d
√ αβ , where
of M2 (C) consisting of matrices of the form √ √
c β − d αβ a−b α
a, b, c, d ∈ F.
E XAMPLE 1.1.14. The ring of power series with real coefficients
�
R[[x]] := an xn | an ∈ R ∀n .
n≥0
In general one can construct the ring of formal power series R[[x]] with coefficients in any
ring R.
1.2. SUBRINGS, IDEALS AND QUOTIENT RINGS 3
E XAMPLE 1.1.15. Let G be a group, R a ring, the group ring R[G] is defined as
�� �
R[G] := x∈G ax x| ax ∈ R ∀x, ax = 0 for all x except a finite number
= {f : G → R| f has a finite support} .
The addition and product are defined (in the functional notation) as follows:
• (f + g)(x) := f (x) + g(x),�
• (f g)(x) := (f ∗ g)(x) = y∈G f (y)g(y −1 x).
The product in R[G] receives the name of convolution product of functions.
R EMARK . Note that in this case the convolution product actually defines a different
ring structure in the set of functions f : G → R than the pointwise product, so this example
is actually different from Example 1.1.12; for instance, if R is a commutative ring then GR
(with the pointwise product) is also commutative, whereas the group ring R[G] will be
noncommutative whenever G is.
� E XERCISE 1.2.2. Show that [X] can be identified with the set of all sums of the form
±x1 · · · xn where xi ∈ X ∪ {1}.
We move now to the key notion of ideal. Ideals are certain subsets of rings that play
a similar role to that of normal subgroups in group theory, in the sense they allow us to
build quotients of rings. Also, knowing the ideals of a ring in full detail often lead to a
complete description of all the modules, so understanding ideals is a fundamental topic of
this course.
D EFINITION 1.2.3. Let R be a commutative ring. A subset I ⊆ R of R is said to be
an ideal of R if it has the following properties:
I1 Additive closure: I ≤ (R, +) is an additive subgroup of R, i.e. I �= ∅ is
nonempty and for all a, b ∈ I one has a − b ∈ I.
I2 Absorbency: For all r ∈ R and for all a ∈ I one has ra = ar ∈ I.
4 1. REVISION OF RING THEORY
I J
I ∩J
I ∩ J is the greatest ideal (with respect to the inclusion ordering) contained in
both I and J, whilst I + J is the least ideal�
containing both I and J.
(4) If {Iα }α∈A is a family of ideals of R, then α∈A Iα � R is also an ideal of R.
(5) If I1 , . . . , In are ideals of R, define
I1 + · · · + In := {i1 + · · · + in | ij ∈ Ij } ,
then I1 + · · · + In � R is also an ideal of R.
(6) Let R be a ring, and a ∈ R an element of R, and define (a) = Ra := {ra| r ∈ R}.
Then (a) � R is an ideal, called the principal ideal generated by a. More gener-
ally, if a1 , . . . , an ∈ R are elements of R, then the set Ra1 + · · · + Ran =
{r1 a1 + · · · + rn an | ri ∈ R} is an ideal of R, called the ideal generated by
a1 , . . . , a n .
(7) Particular examples of principal ideals are the trivial ideal 0 = (0) and the total
ideal R = (1). If R = Z, the principal ideal generated by 2 is the set (2) =
{2n| n ∈ Z} of even numbers.
Let R be a ring and I � R an ideal. For each a ∈ R we define the coset of a with
respect to I as the set
a = a + I := {a + i| i ∈ I} .
Since I is an additive subgroup of R, and (R, +) is a commutative subgroup, I is normal
in R, and thus the set R/I = {a| a ∈ R} is an additive group with addition defined by
a + b := a + b, i.e. (a + I) + (b + I) := (a + b) + I. The absorbency property of an ideal
also ensures that the product of cosets ab = ab is well defined, endowing the set R/I with
a ring structure. In particular, the zero and unit elements of R/I are 0 and 1, respectively.
E XAMPLES 1.2.6.
(1) R/0 = R,
(2) R/R = 0,
(3) Z/(n) = Z/nZ = Zn .