Rings: 1.1 Preliminaries
Rings: 1.1 Preliminaries
Rings: 1.1 Preliminaries
Rings
1.1 Preliminaries
This course assumes a good working knowledge of sets, mappings, equivalence relations, and Z (including
prime factorisations, and the Euclidean algorithm). In particular, you are unlikely to pass this course if you
are unable to (1) show that a given object is or is not an element of a given set, (2) determine if two sets
are equal, (3) determine if a mapping is injective or surjective.
This section contains a few review problems on these topics. You should use them to find any gaps in
your knowledge, and if you do find any, you should review your MT1810 notes or get help.
1.1.1 Sets
Exercise 1.1. Let
A = {x Z there exists y Z such that x = 2y},
and
B = {a Z there exists b, c Z such that a = 6b + 10c}.
Prove that A = B.
Exercise 1.2. Let A, B, C be sets with A and B . Show that
(A B) (B A) = C C A = B = C.
9
Iain Moatt
1.1.2 Mappings
Notation 1.5. Let A B be a mapping. If a b then you are used to writing (a) = b. However,
in this class we will write functions on the right. That is
if a b we write a = b.
Exercise 1.7. Each of the following describes a mapping f A B. Determine which of the mappings are
surjective and which are injective.
1. A = Z, B = Q, xf = 2x + 1.
2. A = Z, B = Z Z, xf = (x 1, 1).
3. A = R, B = R, xf = x3 .
4. A = C, B = C, xf = x.
10
MT 283: Rings and Factorisation
1.2 The definition of a ring
1.2.1 Our prototype
Recall that our motivation comes from the way that the integers,
Z = {, 3, 2, 1, 0, 1, 2, 3, },
behave. The first thing we need to do is to decide on the basic algebraic structure of the integers.
2. Matrix multiplication is a binary operation on the set Mn (R) of real n n matrices. It is defined by
n
([aij ], [bij ]) [cij ] , where cij = aik bkj .
k=1
11
Iain Moatt
Definition 1.13. A ring consists of a set R together with two binary operations called addition
(usually denoted by +) and multiplication (usually denoted by or by concatenation) such that the
following axioms hold.
Axioms for addition
(A0): for all a, b R, we have a + b R Closure law
(A1): for all a, b, c R, we have a + (b + c) = (a + b) + c Associative law
(A2): there exists 0 R such that a + 0 = a = 0 + a, for all a R Zero law
(A3): for all a R, there exists b R such that a + b = b + a = 0 Inverse law
(A4): for all a, b R, we have a + b = b + a Commutative law
Mixed axiom
(D1): for all a, b, c R, we have (a + b)c = ac + bc and c(a + b) = ca + cb Distributive law
To show that a given set with a given addition and multiplication is a ring, we need to show that it
satisfies all of the axioms given in Definition 1.13. Verifying that each axion holds can be time consuming,
but later we will see some shortcuts.
Observe that by (A4), for (A2) we only need to check that a + 0 = a, and for (A3) that a + b = 0.
Example 1.14. Zm , Z, Q, R, and C with the usual addition and multiplication are all rings.
Example 1.15. The set M2 (Z) of 2 2 integral matrices (that is, its entries are all in Z). Then M2 (Z)
forms a ring under the usual addition and multiplication.
We will verify (A0), (A2), and (A3), leaving the verification of the rest of the axioms as an exercise.
For (A0), let A = , B = M2 (Z). Then
a b x y
c d z w
a+x b+y
A+B = + = .
a b x y
c d z w c+z d+t
0+a 0+b
0+A= + = = = A,
0 0 a b a b
0 0 c d 0+c 0+d c d
where the penultimate identity follows since 0 is the zero of the ring Z. Similarly,
a+0 b+0
A+0= + = = = A,
a b 0 0 a b
c d 0 0 c+0 d+0 c d
a b a + (a) b + (b)
A+B = + = = .
a b 0 0
c d c d c + (c) d + (d) 0 0
Where the last equality holds since Z is a ring and n is the additive inverse of n, for each n Z. Since (A4)
holds, B + A = A + B = 0.
12
MT 283: Rings and Factorisation
Exercise 1.16. Verify that M2 (Z) from Example 1.15 is a ring by showing that the remaining ring axioms
do indeed hold.
Example 1.17. The set 2Z = {2n n Z} of even integers with the usual addition and multiplication is a
ring.
Since (A1), (A4), (M1), and (D1) all hold for Z, and since Z and 2Z have the same addition and
multiplication, they will also hold for 2Z. It remains to check (A0), (A3), and (M0) and
For (A0), and (M0), let a, b 2Z. Then we have a = 2k and b = 2j for some k, j Z. Then
a + b = 2k + 2j = 2(k + j) 2Z,
and
b + a = (2(k)) + (2k) = 2((k) + k) = 2(0) = 0,
where we have used the facts that (A2), (A3), and (D1) hold in Z.
Exercise 1.18. Follow the method in Example 1.17 to show that the set 5Z = {5n n Z} with the addition
and multiplication induced by those from Z is a ring.
Example 1.19. The set R = {2n + 1 n Z} of odd integers with the usual addition and multiplication is
not a ring.
To show that this is the case, we need to show that any one of the axioms of a ring fail to hold. Lets
show that (A0) fails. To do this we need to show that there exists a, b R such that a + b R.1 We have
1 R, but 1 + 1 = 2 R, so (A0) is false and R is not a ring.
Exercise 1.20. Following the method in Example 1.19, show that (M0) and (A2) also fail to hold for
structure in Example 1.19. Show that all of the remaining axioms do hold.
Remark 1.21. There are three three basic types of proof that are used in verifying the ring axioms:
(A0), (A1), (A4), (M0), (M1), (D1) are all of the form
or
(a, b, c R)(something involving a, b, and c holds).
For the first type, your proof should start Let a, b R. Then you go onto prove the property.
(Since the property starts a, b R, you have no control of the choice of a and b so they have to be
arbitrary.) Similarly for the second form, your proof should start Let a, b, c R.
1 To see why, recall from first year that (A0) is false (A0) is true. We can write (A0) as (a, b R)(a + b R). Then
13
Iain Moatt
(A2) is of the form
(0 R) such that (a R)(a + 0 = 0 + a).
To prove this you need to explicitly give a special element 0, such that a + 0 = 0 + a for every other
element a R. Your proof should look something like Let 0=(something you specify). Let a R.
Then (deduce that a + 0 = 0 + a).
(A3) is of the form
(a R)(b R) such that (a + b = 0) (b + a = 0).
To prove this for every element a R, you need to give the special element b that has the property
a + b = 0 = b + a, where 0 is your special element from (A2) Your proof should look something like Let
a R. Let b =(something you specify). Then (deduce that a + b = 0 and that b + a = 0).
Example 1.23. Zm , Z, Q, R, and C with the usual addition and multiplication are all commutative rings
with identity.
Example 1.24. The ring 2Z from Example 1.17 is commutative since Z is. It does not have an identity. To
see this suppose that 2Z has in identity element n. Then 2n = 2. The only integral solution is n = 1 (why?),
but this is not in 2Z.
Exercise 1.25. Show that M2 (Z) is a non-commutative ring with identity.
Remark 1.26.
1. A ring is specified by three things: a set, an operation + called addition, and an operation called
multiplication.
2. The + and need not be the ones youd expect.
3. We ofen write ab for a b.
4. Sometimes we will write 0R , +R , etc. to keep track of which ring the elements and operations belong
to. (This is especially useful when we are working with more than one ring.)
5. If multiplication and addition are not stated, then you can assume that they are the standard ones.
For example, by consider the ring Z, we mean consider the ring Z with the usual addition and
multiplication.
6. The symbol 0 is used to denote a special element of a ring called the zero. It need not be the
number zero.
7. Similarly, the symbol 1 is used to denote a special element of a ring called the identity. It need
not be the number one.
8. Technically (A0) and (M0) are redundant as they follow from the fact that addition and multiplication
are binary operations. However, it is much safer to include them.
9. There are many properties of Z that we have left out of the definition of a ring. There are good reasons
for this. For example,
14
MT 283: Rings and Factorisation
We have not insisted that ab = ba since this excludes many important examples, such as matrices.
We have not insisted on a multiplicative identity 1 as would lead to problems with ideals later in
the course.
Some properties follow from the axioms, for example a + b = a + c b = c.
(a, b, c) + (d, e, f ) = (a + d, b + e, c + f ) R,
since a + d, b + e, c + f Z as Z is a ring.
For (M1)
It follows that (a, b, c)[(d, e, f )(p, q, r)] = [(a, b, c)(d, e, f )](p, q, r).
Exercise 1.31. Referring to Example 1.30, check that the remaining ring axioms hold. Verify that the ring
has an identity (you need to write one down). Show that the ring is non-commutative.
Example 1.32. Let K = {a, b, c, d} with addition and multiplication defined by the following tables.
+ a b c d a b c d
a a b c d a a a a a
b b a d c b a b c d
c c d a b c a a a a
d d c b a d a b c d
Here x + y and x y are the entries in the intersection of the row labelled x and the column labelled y. For
example, b c = c.
Then K forms a ring. Note 0K = a. It is non-commutative, it does not have an identity.
15
Iain Moatt
Example 1.33. The set of all functions which are continuous on the interval[0, 1] form a ring under the
usual addition and multiplication of functions.
Example 1.34. Let X be a set. Recall that P(X) = {A A X} is the power set of X, and that
A B = (A B)(A B) is the symmetric dierence of A and B.
The set P(X) with addition and multiplication defined by
A + B = A B
A B = A B
forms a ring. A ring of this type is called a Boolean ring.
We can verify, say, (D1) using a Venn diagram as follows:
Exercise 1.35. Using Venn diagrams, check that the object in Example 1.34 is a ring. In particular, what
is the zero, and what is the additive identity of A P(X). (Note that the use of Venn diagrams does not
constitute a formal proof.)
Exercise 1.36. Let X be a non-empty set, and P(X) be its power set. Define addition and multiplication
by A + B = A B and A B = A B. Then show that P(X) with this addition and multiplication does not
form a ring.
Example 1.38. Let R be a ring, and Mn (R) the set of n n matrices over R (that is, its entries are all in
R). We can write matrices concisely using the notation
Then Mn (R) forms a ring with the usual addition and multiplication:
16
MT 283: Rings and Factorisation
Exercise 1.39. This exercise is about Mn (R). If you find it tricky, try working the problem for M2 (R) or
M3 (R).
1. Verify that the definitions of matrix multiplication and addition from Example 1.38 agree with the
usual ones. (For example, write out [aij ] and [bij ] the long way, multiply them and add them.)
2. Very carefully show that Mn (R) is a ring. In particular, why do we need R to be a ring?
3. Look at your solution for the exercise above. Explain why R needs to be a ring.
5. In general, Mn (R) is non-commutative. Is it ever commutative? That is, is there a ring R for which
Mn (R) is commutative?
Example 1.40. For formal power series and polynomials, we work a little bit informally. A formal approach
is given in Appendix A.
Let R be a commutative ring with identity. A formal power series over R in indeterminate x is an
expression of the form
n
a0 x0 + a1 x1 + a2 x2 + = ai xi ,
i0
where ai R, for each i. Note that we usually use the convention that a0 = a0 x0 and a1 x = a1 x1 .
Here, you should think think of a0 x0 + a1 x1 + a2 x2 + as a formal expression. In particular, you should
think of the symbol + as a symbol. It does not represent addition in the ring here. Moreover, we are not
interested in questions of convergence here.
Let
R[[x]] = ai xi ai R
i0
ai xi + bi xi = (ai + bi )xi
i0 i0 i0
i i i
a i x i bi x i = aj bk x = aj bij x .
i0 i0 i0 j+k=i i0 j=0
So
and
1. Convince yourself that the definitions of multiplication and addition from Example 1.40 agree with the
usual ones.
17
Iain Moatt
3. Look at your solution for the exercise above. Explain why R needs to be a commutative ring with
identity.
Example 1.42. Let R be a commutative ring with identity. An element of p(x) R[[x]] is said to be a
polynomial over R of degree n and in indeterminate x if
That is,
p(x) = a0 x0 + a1 x1 + a2 x2 + + an xn + 0xn+1 + 0xn+2 + 0xn+3 + ,
where an 0.
The set of all polynomials over R in indeterminate x forms a commutative ring with identity. This
ring is denoted by R[x].
By convention, when we write polynomials we exclude terms with zero coefficient. That is rather than
writing
p(x) = a0 x0 + a1 x1 + a2 x2 + + an xn + 0xn+1 + 0xn+2 + 0xn+3 + ,
we just write
p(x) = a0 x0 + a1 x1 + a2 x2 + + an xn .
With this convention, polynomials are exactly what you know as polynomials!
Exercise 1.43. Verify that when R is a commutative ring with identity, R[x] is also a commutative ring
with identity. For this observe that (A1), (A4), (M1), (M4) and (D1) all hold since they hold in R[[x]]. So
you only need to check (A0), (A2), (A3), (M0), and (M1).
Exercise 1.44. Let S = {a0 + + a4 x4 a0 , . . . a4 R} be the set of all polynomials over R of degree at most
4. Show that S does not form a ring under the usual addition and multiplication of polynomials. Is there
some other multiplication or addition that will make S into a ring?
Exercise 1.45. Let p, q R[x]. Show that
and
deg(pq) = max{deg(p) + deg(q)},
where deg(f ) denotes the degree of a polynomial f .
Example 1.46. Let R be a commutative ring with identity We can also define rings of polynomials and
rings formal power series in more than one variable by setting
R[x, y] = (R[x])[y].
18
MT 283: Rings and Factorisation
1.3 Rings with additional structure
Definition 1.47. Let R be a ring. Then
R is a division ring if it is non-trivial and satisfies
(M2): there exists 1 R such that a1 = 1a = a, for all a R Identity
(M3): for all a R, with a 0 there exists b R such that ab = ba = 1 Inverse law
R is a field is a non-trivial commutative division ring, i.e., it satisfies
(M2): there exists 1 R such that a1 = 1a = a, for all a R Identity law
(M3): for all a R, with a 0 there exists b R such that ab = ba = 1 Inverse law
(M4): for all a, b R, we have ab = ba Commutative law
and it is easy to see that this can never equal 1 = 1x0 + 0x1 + 0x2 + 0x3 + .
Example 1.51. Z3 is a field. We know that is a commutative ring with identity [1]. Also
Exercise 1.52. Determine which of Z1 , Z2 , Z3 , Z4 , Z5 are fields. (You may assume that they are commu-
tative rings with identities.)
19