Set Theorylect
Set Theorylect
MTH 211
SET THEORY AND ABSTRACT ALGEBRA
ii
MTH 211 COURSE GUIDE
Abuja Office
No. 5 Dar es Salaam Street
Off Aminu Kano Crescent
Wuse II, Abuja
Nigeria
E-mail: [email protected]
URL: www.nou.edu.ng
Published By:
National Open University of Nigeria
ISBN: 978-058-643-1
Printed by:
iii
MTH 211 COURSE GUIDE
CONTENTS PAGES
Introduction ………………………………………………….…… 1
What You Will Learn in This Course …………………………….. 1
Course Aims ……………………………………………………… 1
Course Objectives ………………………………………………… 1
Working through this Course ……………………………………… 2
Assignment File …………………………………………………... 2
Assessment ………………………………………………………… 2
How to Get the Most from the Course ……………………………. 2
iv
Introduction
You are welcome to Set Theory and Abstract Algebra. This course is a 3-
credit course and it is offered at the undergraduate level.
This course consists of 2-modules of 4 units each. The prerequisite for this
course is MTH131 – Elementary Set Theory.
This Course Guide tells you briefly what the course is all about, what
materials you will be using and how you can walk your way through these
materials.
Set Theory and Abstract Algebra is course that is compulsory for all B.Sc
(Hons) Mathematics students, Computer Science Students and
Communications Technology Students. All Students in Education Majoring
in Mathematics as teaching subjects are required to pass this course. This
text is an informal axiomatic treatment of Set Theory and Abstract Algebra.
Course Aims
Course Objectives
Set out below are the wider objectives of the course as a whole. On
successful completion of this course you should be able to:
Assignment File
The assignment File contains details of the work you must submit to your
tutor for marking. It contains a more compact form of the Tutor marked
Assessment
There are two aspects of the assessment of the course. First are the tutor
marked assignments; second there is a written examination. In tackling the
assignments, you are expected to apply information, knowledge and
techniques gathered during the course. The assignments must be submitted
to your tutor for formal assessment in accordance with the stipulated
deadlines.
Each of the study units follows a common format. The first item is an
introduction to the subject matter of the unit and the course as a whole.
Next is a set of learning objectives. These objectives let you know what
you should be able to do by the time you have completed the unit. You
should use these objectives to guide your study. When you have finished
the unit you must go back and check whether you have achieved the
objectives. If you make a habit of doing this you will significantly improve
your chances of passing the course.
Exercises are interspersed within the units, and answers are given. Working
through these exercises will help you to achieve the objectives of the unit
and help you to prepare for the assignments and examination.
ii
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
3) Once you have created your own study schedule, do everything you can
to stick to it.
4) Work through the unit. The content of the unit itself has been arranged to
provide a sequence for you to follow.
5) Review the objectives for each study unit to confirm that you have
achieved a unit’s objectives; you can then start on the next unit.
Proceed unit by unit through the course and try to pace your study
so that you keep yourself on schedule.
iii
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
iv
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Abuja Office
No. 5 Dar es Salaam Street
Off Aminu Kano Crescent
Wuse II, Abuja
Nigeria
E-mail: [email protected]
URL: www.nou.edu.ng
Published By:
National Open University of Nigeria
ISBN: 978-058-643-1
Printed by:
v
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
MODULE 1
CONTENTS
1.0 Introduction
2.0 Objectives
3.0 Main Content
3.1 Sets
3.2 Cartesian Products
3.3 Relation
3.4 Functions
3.5 Some Number Theory
3.5.1 Principle of Induction
3.5.2 Divisibility in Z
4.0 Conclusion
5.0 Summary
6.0 Tutor-Marked Assignment
7.0 References/Further Reading
1.0 INTRODUCTION
In this unit we first discuss some ideas concerning sets and functions.
These concepts are fundamental to the study of any branch of mathematics,
in particular, algebra.
We would like to repeat that this unit consists of very basic ideas that will
be used throughout the course. So go through it carefully.
1
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
2.0 OBJECTIVES
3.1 Sets
You must have used the word ‘set’ off and on in your conversations to
describe any collection. In mathematics the term set is used to describe any
well defined collection of objects, that is, every set should be so described
that given any object it should be clear whether the given object belongs to
the set or not.
For instance, the collection N of all natural numbers is well defined, and
hence is a set. But the collection of all rich people is not a set, because
there is no way of deciding whether a human is rich or not.
A set with no element in it is called the empty set, and is denoted by the
Greek φ (phi). For example, the set of all natural numbers less than 1 is φ.
2
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Roster Method
In this method, we list all the elements of the set: within braces. For
instance, the collection of all positive divisors of 48 contains 1, 2, 3, 4, 6, 8,
12, 16, 24 and 48 as its elements. S0 this set may be written as '{1, 2, 3, 4,
6, 8, 12, 16, 24, 48}.
Convection 1
The order in which the elements of the set are listed is not important.
Convention 2
No element is written more than once, that is, every element must be
written exactly once.
We may also write S = (3, 2, 4}, but we must not write S = (2, 3, 2, 4}.
Why? Isn't this what Convention 2 says?
The roster method is sometimes used to list the elements of a large set also.
In this case we may not want to list all the elements of the set. We list a
few, enough to give an indication of the rest of the elements. For example,
the set of integers lying between 0 and 100 is {0, 1, 2… 100}, and the set
of all integers is
Z = {0, ±1, ± 2,……}.
This is to be read as “the set all x such that x has property P”. For example,
the set of all integers can also be written as
3
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Z = {x | x is an integer}.
Subsets
Consider the sets A = {1, 3, 4} and B = {1, 4}. Here every element of B is
also all element of A. in such a case, that is, when every element of a set B
is an element of a set A, we say that B is a subset of A, and we write this
as B ⊆ A.
Now consider the set S = {1, 3, 5, 15} and T = (2, 3, 5, 7}. Is S ⊆ T? No,
because not every element of S is in T; for example, 1 ∈ S but 1∉ T. In
this case we say that S is not a subset of T, and denote it by S ⊄ T.
We can now say that two sets A and B are equal (i.e., have precisely the
same elements) if and only if A ⊆ B and B ⊆ A.
(a) N ⊆ Z, (b) Z ⊆ N, (c) {0} ⊆ {1, 2, 3}, (d) {2, 4, 6} ⊄ {2, 4, 8}.
4
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Let us now look at some operations on sets. We will briefly discuss the
operations of union, intersection and complementation on sets.
Union
If A and B are subsets of a set S, we can collect the elements of both to get
a new set. This is called their union. Formally, we define the union of A
and B to be the set of those elements of S which are in A or in B.
A U B. Thus,
A U B = {x ∈ S x ∈ A or x ∈ B}
Try the following exercise now. While trying it remember that to show that
A ⊄ B you need to show that x ∈ A ⇒ x ∈ B
a. A B ⊄ C
b. A B = B A
c. A φ= A
Now will extend the definition of union to define the union of more than
two sets.
If A1, A2, A3……… Ak are k subsets of a set S, then their union A 1A2
…..Ak is the set of elements which belong to at least one of these sets.
That is,
A1A2……. Ak = {x ∈ S x ∈ Ai for some I = 1, 2…… k).
5
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Intersection
If A and B are two subsets of a set S, we can collect the elements that are
common to both A and B. We call this set the intersection of A, and B
(denoted by A B, So,
A B = {x ∈ S x ∈A and x ∈B}
When the intersection of two sets is φ , we say that the two sets are disjoint
(or mutually disjoint). For example, the sets {1, 4} and {0, 5, 7, 14} are
disjoint.
a. A B = B A
b. A ⊆ B ⇒ A B = A
c. A φ = φ
6
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
A∈℘}
a. (A B) C = A (B C)
b. (A B) C = A (B C)
c. A (B C) = (A U B) (A C)
d. A (B C) = (A B) (A C)
State whether the following are true or false. If false, give a counter
example.
a. If A ⊆ B and B ⊆ C, then A ⊆ C
b. If A ⊄ B and B ⊄ A, then A and B are disjoint
c. A ⊄ A U B
d. If A U B =φ , then A = B =φ .
Differences
Consider the sets A = {1, 2, 3} and B = {2, 3, 4}. Now the set of all
elements of A that are not in B is {1}. We call this set the difference A\B.
Similarly, the difference B \ A is the set of elements of B that are not in A,
that is, {4}. Thus, for any two subsets ‘A and B of a set S, {x ∈X x ∈A
and x ∈B}.
When we are working with elements and subsets of a single set X, we say
that the set X is the universal set. Suppose X is the universal set and A ⊆
X. Then the set of all elements of X which are not in A is called the
complement of A and is denoted by A′ c A or X \ A.
7
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Thus,
c
A ={x ∈X x ∉A}.
And now we discuss one of the most important constructions in set theory.
An interesting set that can be formed from two given sets is their Cartesian
product, named after a French philosopher and mathematician Rene
Descartes (1596 -1650). He also invented the Cartesian coordinate system.
Let A and B be two sets. Consider the pair (a, b), in which the first element
is from A and the second from B. Then (a, b) is called an ordered pair. In
an ordered pair in order in which the two elements are written is important.
Thus, (a, b) and (b, a) are different ordered pairs. Two ordered pairs (a,
b) and (c, d) are called equal, or the same, if a = c and b = d.
Definition
For example, if A = {1, 2,2 3} and B = {4, 6}, then A X B = { (1, 4), (1, 6),
(2, 4), (2, 6), (3, 4), (3, 6)}.
8
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Remarks:
i. A x B = φ if A = φ or B =φ.
ii. If A has m elements and B has n elements, then A x B has mn elements.
B x A also has mn elements. But the elements of B x A need not be
the same as the elements of A x B, as you have just seen.
We can also define the Cartesian product of more than two sets in a similar
way. Thus, if A1, A2, A3 …..... An are n sets, we can define their Cartesian
product as
Now, you know that every point in a plane has two coordinates, x and y.
Also, every ordered pair (x, y) of real numbers defines the coordinates of a
point in the plane. So, we can say that R2represents a plane. In fact, R2 is
the Cartesian product of the x-axis and the y-axis. In the same way R3
represents three-dimensional space, and Rn represents n-dimensional space,
for any n ≥1. Note that R represents a line.
If A x B = {(7, 2), (7, 3), (7, 4), (2, 2), (2, 4)}, determine A and B.
9
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
3.3 Relations
You are already familiar with the concept of a relationship between people.
For example, a parent-child relationship exists between A and B if and only
if A is a parent of B or B is a parent of A.
In mathematics, relation R on a set S is a relationship between the elements
of S. If a ∈ S is related to b ∈ S by means of relation, we write a R b or (a,
b) ∈ R ⊆ S x S. And this is exactly how we define a relation on a set.
Definition
For example, if N is the set of natural and R is the relation’ is a multiple of’
then 15 R 5, but not 5 R 15. That is, (15, 5) ∈ R but (5, 15) ∉ R. Here R ⊆
N x N.
Again, if Q is the set of all rational numbers and R is the relation ‘is greater
than’, then 3 R 2 (because 3> 2).
Let N be the set of all natural numbers and R the relation {(a, a 2) a ∈ N}.
State whether the following are true or false:
a. 2 R 3, b. 3 R 9, c. 9 R 3.
Definition
10
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Example 1
Consider the relation R on Z given by ‘aRb iff and only if a> b’. Determine
whether R is reflexive, symmetric and transitive.
Solution
Since a > a is not true, aRa is not true. Hence, R is not reflexive.
If a > b, then certainly b > a is not true. That is, aRb does not imply bRa.
Hence, it is into symmetric,
Since a > b and b > c implies a > c, we find that aRb, bRc implies aRc.
Thus, R is transitive.
Example 2
Let S be a non-empty set. Let ℘ (S) denote the set of all S, i.e., ℘ (S) = {A :
A ⊆ S}. We call ℘ (S) the power set of S.
Solution
11
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
This is
[1] = {n | 1Rn, n ∈ N}
= { n | n ∈ N and 5 divides 1-n}
= { n | n ∈ N and 5 divides n-1}
= {1, 6, 11, 16, 21 ...},
Similarly,
Note that
i. [1] and [6] are not disjoint. In fact, [1] = [6]. Similarly, [2] = [7], and so
on.
ii N = [1] [2] [3] [4] [5], and the sets on the right hand side are
mutually disjoint.
12
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Theorem 1
a. a ∈ [a],
b. b ∈ [a] ⇔ [a] = [b],
c. S = [a] a∈S
d. if a, b ∈ S, then [a] [b] = φ or [a] = [b].
aRa V a ∈ S, ∴ a ∈ [a].
b. Firstly, assume that b ∈ [a]. We will show that [a] ⊆ [b] and [b] ⊆ [a].
For this, let x ∈ [a]. Then xRa.
Note that in Theorem 1, distinct sets on the right hand side of (c) are
mutually disjoint because of (d). Therefore, (c) expresses S as a union of
13
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Examples 3
Solution
L L1
O X
Let L be the line through (0, 0) and parallel to L 1. Then L∈ [L1]. Thus, [L]
= [L1]. In this way the distinct through (0, 0) give distinct equivalence
classes into which S is partitioned. Each equivalence class [L] consists of
all the lines in the planes that are parallel to L.
Show that ‘aRb if and only if |a| = |b|’ is an equivalence relation on Z. what
are [0] and [1]?
14
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
In the next section we will briefly discuss a concept that you may be
familiar with namely, functions.
3.4 Functions
Note that
iii Two or more elements of A could be associated with the same element
of B.
For example, let A = {1, 2, 3}, B = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}. Define f: A
→ B by f(1) = 1, f(2) = 4, f(3) = 9. Then f is a function with domain A and
range {1, 4, 9}. In this case we can also write f(x) = x 2 fro each x ∈ A or f:
A → B: f(x) = x2. We will often use this notation for defining any function.
Remark
Definition
15
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Definition
Example 4
Let A be any set. The function IA: A → A: IA(a) = a is called the identity
function on A. Show that IA is bijective.
Solution
For any a ∈ A, IA(a) = a. Thus, the range of IA is the whole of A. That is, IA
is onto.
IA is also: because if a1, a2, ∈ A such that a1 ≠ a2, then IA (a1) ≠ IA(a2).
Thus, IA is bijective.
16
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Convention
The next exercise deals with a function that you will often come across,
namely, the constant function f: A → B: f(a) = c, where c is a fixed element
of B.
Let A and B be two sets and f: A → B be a function. Then, for any subset S
of B, the inverse image of S under f is the set.
For example, 1
-
AI (A) = {a ∈ A | IA(a) ∈ A} = A.
17
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Theorem 2
Proof
We will prove (a) and you can prove (b) (see Self Assessment Exercise
17). Let b ∈ f(f-1(S)). Then, by definition, ∃ a ∈ f-1(S) such that b = f(a).
But a ∈ f-1(S) ⇒ f(a) ∈ S. That is, b ∈ S. Thus, f(f-1(S) ⊆ S.
The theorem will be proved once you solve Self Assessment Exercise 17.
Composition of Functions
18
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
and its codomain is D. In most cases that we will be dealing with we will
have B = C. Let us look at some examples.
Example 5
Solution
Example 6
Solution
19
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Theorem 3
You can try the next self assessment exercise on the lines of this theorem.
Definition
Note that in this example f adds 3 to x and g does the opposite – it subtracts
3 from x. Thus, the key to filling the inverse of a given function is: try to
retrieve x from f(x).
20
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
x
What is the inverse of f: R → R: f(x) = 3?
Example 7
Solution
Theorem 4
21
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Proof
Note that, since f is onto, B = {f(a) | a ∈ A}. Then, we are simply defining
g: B → A by g(f(a)) = a. This automatically ensures that g f = IA.
Conversely, suppose f has an inverse and that g = f-1. We must prove that f
is one-one and onto.
a. f(x) = x2 V x∈ R.
b. f(x) = 0 V x∈ R.
c. f(x) = 11x + 7 V x∈ R.
22
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
We will first state an axiom of the integers that we will often use implicitly,
namely, the well-ordering principle. We start with a definition.
Definition
The following axiom tells us of some sets that have a least element.
Theorem 5
i. 1 ∈ S, and
ii. Whenever k ∈ S, then k + 1 ∈ S
Then S = N
Theorem 6
Let S ⊆ N such that
i. 1 ∈ S, and
ii. if m ∈ S V m < k, then k ∈ S.
then S = N
23
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Let us rewrite Theorem 5 and 6 in the forms that we will normally use.
Theorem 5’: Let P(n) be a statement about a positive integer n such that
Theorem 6’: Let P(n) be a statement about a positive integer n such that
The equivalence statements given above are very useful for proving a lot of
results in algebra. As we go along, we will often use the principle of
induction in whichever form is convenient. Let us look at an example.
Example 8
Prove that 13 + 23 +.............. + n3= 2 2 n (n 1)
+
for every n ∈ N.
4
Solution
22
Let Sn = 13 +................. + n3, and let P(n) be the statement that
n (n 1)
S= 4
+
.
1 x2 2 2, P(1) is true.
= n3
Since S1 4 22
(n 1) n
-
+ n3, since P(n – 1) is true.
=
4
22
n [( n 1) 4 n]
-+
=
4
24
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
= +
22
n (n 1) 4
3.5.2 Divisibility in Z
Definition
a. a | 0, ± 1 | a, ± a | a.
b. a | b ⇒ ac | bc.
c. a | b and b | c ⇒ a | c.
d. a | b and b | a ⇔ a = ± b.
e. c | a and c | b ⇒ c | (ax + by) V x, y ∈ Z.
25
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Theorem 7
Proof
We will first prove that q and r exist. Then we will show that they are
unique. To prove their existence, we will consider three different situations:
a = 0, a > 0, a < 0.
q b (r 1),if(r 1) b
+++<
n=
+ + + =
111
(q 1)b 0,if r 1 b
11
This shows that P (n) is true. Hence, by theorem 5’, P(n) is true, for any n
∈ N. That is, for a > 0, a = qb + r, q, r ∈ Z, 0 ≤ r < b.
Case 3 (a < 0): Here (-a) > 0. Therefore, by Case 2, we can write (-
a) = qb + r’, 0 ≤ r’ < b
( q)b,if r' 0
−=
i.e., a =
− − + − < < ( q 1)b (b r'),if 0 r' b
This proves the existence of the integers q, r with the required properties.
26
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Now let q’, r’ be in Z such that a = qb + r and a = q’b + r’, where 0 ≤ r, r’ <
b. Then r – r’ = b(q’ – q). Thus, b | (r – r’). But |r – r’| < b. Hence, r – r’ = 0,
i.e., r = r’ and q = q’. So we have proved the uniqueness of q and r.
Definition
Definition
i. d | a and d | b, and
ii. if c | a and c | b, then c | d.
Note that if d and d’ are two g.c.d s of a and b, then (ii) says that d | d’ and
d’ | d. Thus, d = ± d’ (see Self-Assessment Exercise 24). But then only one
of them is positive. This unique positive g.c.d. is denoted by (a, b).
We will now show that (a, b) exists for any non-zero integers a and b. You
will also see how useful the well-ordering principle is.
Theorem 8
Any two non-zero integers a and b have a g.c.d, and (a, b) = ma + nb, for
some m, n ∈ Z.
Proof
27
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
For example, the g.c.d. is 2 and 10 is 2 = 1.2 + 0.10, and the g.c.d. of 2 and
3 is 1 = (-1) 2+ 1(3).
Definition
If (a, b) = 1, then the two integers a and b are said to be relatively prime
(or co prime) to each other.
Using Theorem 8, we can say that a and b are co prime to each other iff
there exists m, a ∈ Z such that 1 = ma + nb.
Theorem 9
Proof
We know that ∃ m, n ∈ Z such that 1 = ma + nb. Then c = c.1 = c(ma +nb)
= mac + nbc.
28
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Definition
If p is a prime and p| a1a2 ...... an, then show that p ai for some i = 1, ..., n.
Theorem 10
Proof
We will first prove the existence of such a factorization. Let P (n) be the
statement that n + 1 is a product of primes. P (1) is true, because 2 is a
prime number itself.
Now let us assume that P (m) is true for all positive integers m < k. We
want to show that P (k) is true. If (k + 1) is a prime, P (k) is true. If k + 1 is
not a prime, then we can write k + 1 = m1m2, where 1 < m1 < k + 1 and 1 <
m2 < k + 1. But then P (m 1 - 1) and P(m2 – 1) are both true. Thus, m 1 =
p1p2.........pr, m2 = q1 q2 ............ qs, where p1, p2... pr, q1, q2, ………, qs are
primes. Thus,
29
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
If t = 1, then p1 = q1 q2 ……., qs. But p1 is a prime. Thus, its only factors are
1 and itself. Thus, s = 1 and p1 = q1.
Now suppose t > 1 and the uniqueness holds for a product of t – 1 primes.
Now p1 | q1q2 …… qs and hence, by Self-Assessment Exercise 26, p1 | q1 for
some i. By re-ordering q1, ….., qs we can assume that p1 | q1. But both p1 and
q1 are primes. Therefore, p1 = q1 are primes.
Theorem 11
Proof
4.0 CONCLUSION
5.0 SUMMARY
31
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
- if P(m) is true for every positive integer m < k, then P(k) is true, then
P(n) is true for every n ∈ N,
a) T b) F c) F d) T
a. x ∈ A B ⇒ x ∈ A or x ∈ B ⇒x ∈ C, since A ⊆ C and B ⊆ C.
b. x ∈ A B ⇔ x ∈ A or x ∈ B ⇔ x ∈ B or x ∈ A Û x ∈ B A. ∴ A
B = B A.
b. x ∈ A B ⇒ x ∈ A and x ∈ B ⇒ x ∈ A, since A ⊆ B. ∴ A
B ⊆ A.
32
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
c. B C ⊆ B ⇒ A (B C) ⊆ A B.
Similarly, A (B C) ⊆ A C.
∴ A (B C) ⊆ (A B) (A C)
Conversely, x ∈ (A B) (A C)
⇒ x ∈ A B and x ∈ A C
⇒ x ∈ A or x ∈ B and x ∈ A or x ∈ C.
⇒ x ∈ A or x ∈ B C
⇒ x ∈ A (B C)
∴ (A B) (A C) ⊆ A (B C).
a. T
b. F. For example, if A = [0, 1] and B = [0, 2], then A ⊄
B, B ⊄ and A B = (0) ≠φ.
c. F, In fact, for any set A, A ⊆ B.
d. T.
e. T.
c. x ∈ A ⇔ x ∉ Ac ⇔ x ∈ (Ac)c. ∴A = (Ac)c.
33
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
(x, y) ∈ (A B) x C ⇔ x ∈ A B and y ∈ C ⇔ x
∈ A or x ∈ B and y ∈ C
⇔ x ∈ A and y ∈ C or x ∈ B and y ∈ C
⇔ (x, y) ∈ A x C or (x, y) ∈ B x C
⇔ (x, y) ∈ (A x C) (B x C).
(A B) x C = (A x C) (B x C).
EXERCISE 11
2 R 2 is false
(2, 4) ∈ R, but (4, 2) ∉ R.
(2, 4) ∈ R, (4, 16) ∈ R, but (2, 16) ∉ R.
34
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
∴, R is an equivalence relation.
∈ X.
b. x ∈ f-1 (S T) ⇔ f(x) ∈ S T
⇔ f(x) ∈ S or f(x) ∈ T
⇔ x ∈f-1 (S) or x ∈ f-1 (T)
⇔ x ∈f-1 (S) f-1 (T)
35
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
b. f g (x) = g f (x) = x V x ∈ R.
a. Since a.0 = 0, a | 0.
(± 1) (± a) = a. ∴± 1 | a and ± a | a.
36
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Suppose P (m – 1) is true.
Now, let p | a1a2 ……… am. Then p | (a1 ………. Am-1)am. By Self
Assessment Exercise 25, p | (a1 a2 ……… am-1) or p | am. ∴, p | ai
for some i = 1, ……, m (since P(m – 1) is true). ∴, P(m) is true.
∴, P(n) is true V n ∈N.
a
= b⇒a2 = pb2 ⇒ p | a2 ⇒ p | a, since p is a prime.
37
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
UNIT 2 GROUPS
CONTENTS
1.0 Introduction
2.0 Objectives
3.0 Main Content
3.1 Binary Operations
3.2 What is a Group?
3.3 Properties of Groups
3.4 Three Groups
3.4.1 Integers modulo n
3.4.2 Symmetric Group
3.4.3 Complex Numbers
4.0 Conclusion
5.0 Summary
6.0 Tutor-Marked Assignment
7.0 References/Further Readings
1.0 INTRODUCTION
In Unit 1 we have discussed some basic properties of sets and functions. In
this unit we are going to discuss certain sets with algebraic structures. We
call them groups.
The theory of groups is one of the oldest branches of abstract algebra. It has
many applications in mathematics and in the other sciences. Group theory
has helped in developing physics, chemistry and computer science. Its own
roots go back to the work of the eighteenth century mathematicians
Lagrange, Ruffini and Galois.
In this unit we start the study of this theory. We define groups and give
some examples. Then we give details of some properties that the elements
of a group satisfy. We finally discuss three well known and often used
groups. In future units we will be developing group theory further.
2.0 OBJECTIVES
39
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
3.0 MAIN CONTENT
You are familiar with the usual operations of addition and multiplication in
R, Q and C. these operations are examples of binary operations, a term that
we will now define.
Definition
ii. Let ℘(S) be the set of all subsets of S. Then the operations and are
binary operations on ℘ (S), since A B and A B are in ℘ (S) for
all subsets A and B of S.
iii. Let X be a non-empty set and F(X) be the family of all functions f: X →
X. Then the composition of functions is a binary operation on F (X),
since f g ∈ F (X) " f, g ∈ F (X).
Definition
i. * is closed on a subset T of S, if a * b ∈ T V a, b ∈ T.
40
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
1. x ⊕ y = x + y – 5
2. x * y = 2(x + y)
xy
3. x ∆ y =
-
2
for all x, y ∈ R.
In calculations you must have often used the fact that a(b + c) = ab + ac and
(b + c) a = bc + ba V a, b, c ∈ R. This fact says that multiplication
distributes over addition in R. In general, we have the following definition.
Definition
+ +
V a, b ∈ R. Then a(b * c) = a 2
ab +
For example, let a * b = (b * c)a = 2
2
b ca = ba ca
ab ac
+ +
= ab * ac, and = ba * ca V a, b, c ∈ R.
2 2
b c=
41
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Let us now look deeper at some binary operations. You know that, for any
a ∈ R, a + 0 = a, 0 + a = a and a + (-a) = (-a) + a = 0. We say that 0 is the
identity element for addition and (-a) is the negative or additive inverse of
a. In general, we have the following definition.
Definition
Let * be a binary operation on a set S. If there is an element e ∈ S such that
V a ∈ S, a * e = a and e * a = a, then e is called an identity element for* .
For a ∈ S, we say that b ∈ S is an inverse of a, if a * b = e and b * a = e. In
this case we usually write b = a-1.
Theorem 1
Proof
42
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
That is, a = b.
This uniqueness theorem allows us to say the identity element and the
inverse, henceforth.
A binary operation may or may not have an identity element. For example,
the operation of addition on N has no identity element.
Example 1
Solution
Example 2
Let S be a non-empty set. Consider ℘(S), the set of all subsets of S. Are
and commutative or associative operations on ℘(S)? Do identity elements
and inverses of elements of ℘(S) exist with respect to these operations?
Solution
43
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
1. Obtain the identity element, if it exists, for the operations given in Self
Assessment Exercise 1.
2. For x ∈ R, obtain x-1 (if it exists) for each of the operations given in Self
Assessment Exercise 1.
When the set S under consideration is small, we can represent the way a
binary operation on S acts by a table.
Operation Table
-1
(-1).(-1) (-1).0 (-1).1 =1 =0 =-1
0
0.(-1) 0.0 (-1).1 =0 =0 =0
44
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
1
1.(-1) 1.0 1.1 =-1 =0 =1
1 123
2 312
3 231
Again, (2 * 1) * 3 = 3 * 3 = 1 and 2 * (1 * 3) = 2.
∴ (2 * 1) * 3 ≠ 2 * (1 * 3). ∴, * is not associative.
The following exercise will give you some practice in drawing Cayley
tables.
Draw the operation table for the set ℘(S) (ref. Example 2), where S = {0, 1}
and the operation in .
Definition
Let * be a binary operation on a non-empty set S and let a1, .., ak+1 ∈ S.
45
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Theorem 2
Now that we have discussed binary operations let us talk about groups.
46
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Definition
G1) * is associative,
G2) G contains an identity element e for* , and
G3) every element in G has an inverse in G with respect to * . We
Example 3
Therefore, it is a group.
Note that (Z,.) is a semi group since it satisfies G1. So, there exist semi
groups that aren’t groups!
The following self assessment exercise gives you two more examples of
groups.
G1’) * is associative.
G2’) ∃e ∈ G such that a * e = a V a ∈ G.
G3’) Given a ∈ G, ∃ b ∈ G such that a * b = e.
47
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
What we are saying is that the two sets of axioms are equivalent. The
difference between them is the following:
In the first set we need to prove that e is a two-sided identity and that the
inverse b of any a ∈ G satisfies a * b = e and b * a = e. In the second set we
only need to prove that e is a one-sided identity and that the inverse b of
any a ∈ G only satisfies a * b = e.
G1”) * is associative.
G2”) ∃ e ∈ G such that e * a = a V a ∈ G.
G3”) Given a ∈ G ∃ b ∈ G such that b * a = e.
Clearly, if * satisfies G1, G2 and G3, then it also satisfies G1’, G2’ and
G3’. The following theorem tells us that if * satisfies the second set of
axioms, then it satisfies the first set too.
Theorem 3
Let (G,* ) satisfy G1’, G2’ and G3’. Then e * a = a " a ∈ G. Also, given a
∈ G, if ∃ b ∈ G such that a * b = e, then b * a = e. Thus, (G,* ) satisfies
G1, G2 and G3.
Lemma 1
Let (G,* ) satisfy G1’, G2’ and G3’. If ∃ a ∈ G such that a * a = a, then a =
e.
Proof
Now (a * a) * b = a * b = e.
48
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Proof to Theorem 3
G1 holds since G1 and G1’ are the same axioms. We will next prove that
G3 is true. Let a ∈ G such that a * b = e. We will show that b * a = e. Now,
(b * a) * (b * a) = (b * (a * b) * a = (b * e) * a = b * a.
Example 4
Solution
1 1 -1 i -i
-1 -1 1 -i i
i i -i -1 1
-i -i i 1 -1
From Example 4 you can see how we can use Theorem 3 to decrease the
amount of checking we have to do while proving that a system is a group.
49
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Note that the group in Example 4 has only 4 elements, while those in
Example 3 and Self Assessment Exercise 4 have infinitely many elements.
We have the following definitions.
Definition
Example 5
Let G be the set of all 2 x 2 matrices with non-zero determinant. That is,
∈ ≠
a, b, c, d R, ad-bc 0
ab
G= cd
A=
and P = cd
rspq
in G, A.P =
+ + cp dr cq
ap br aq bs + + ds
Now,
50
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
10
.
We also know that matrix multiplication is associative and 0 1 a b
in G, the matrix
is the multiplicative identity. Now, for A =
c
d
d − b
B= 1
−− is such that det B =
− − −
ad bc cad bc ad bc - ≠ 0 and AB
a
ad bc
.
10 = 01
ad bc
Thus, B = A-1. (Note that we have used the axiom G3’ here, and not G3.)
This shows that the act set of all 2 x 2 matrices over R with non-zero
determinant forms a group under multiplication. Since
2 1and
=
01 43
12
10
34
=
12 12
01
34 34’
10
This group is usually denoted by GL2(R), and is called the general linear
group of order 2 over R. We will be using this group for examples
throughout Blocks 1 and 2.
Example 6
51
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Solution
Thus, (T, ) satisfies G1’, G2’ and G3’, and hence is a group. Note that
fa,b fc,d = fc,d fa,b V fa,b fc,d ∈ T. Therefore, (T, ) is abelian. Try the
Let Q*, R* and Z* denote the sets of non-zero rationals, reals and integers.
Are the following statements true? If not, give reasons.
52
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Convention
Theorem 4
Proof
Theorem 5
For a, b, c in a group G,
a. ab = ac ⇒ b = c. (This is known as the left cancellation law.) b. ba =
ca ⇒ b = c. (This is known as the right cancellation law.)
53
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Proof
We will prove (a) and leave you to prove (b) (see Self Assessment 7).
a. Let ab = ac. Multiplying both sides on the left hand side by a -1∈ G, we
get
a-1(ab) = a-1(ac)
⇒ (a-1 a)b = (a-1a)c
⇒ eb = ec, e being the identity element.
⇒ b = c.
Theorem 6
Proof
We will first show that these linear equations do have solutions in G, and
then we will show that the solutions are unique.
Similarly, using the right cancellation law, we can show that ba-1 is the
unique solution of ya = b in G.
54
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Example 7
,B=
23 04
Consider A =
12 1 5in GL2 (R) (see Example 5).
Find the solution of AX = B.
Solution
=
A-1 −−
2 3(see Example 5).
12
B=
∴ A-1 −−
2 2= X.
13
Example 8
Let S be a non-empty set. Consider ℘(S) (see Example 2) with the binary
operation of symmetric difference∆, given by
A ∆ B = (A \ B) (B \ A) V A, B ∈ Ã (S).
Show that (℘(S), ∆) is an abelian group. What is the unique solution for the
equation Y ∆ A = B?
Solution
∆ is an associative binary operation. This can be seen by using the fact that
A \ B = A Bc, (A B)c = Ac Bc, (A B)c = Ac Bc and that and
are commutative and associative. ∆ is also commutative since A ∆ B = B ∆
A V A, B ∈ ℘(S).
Also, φ is the identity element since A ∆ φ = A V A ∈ ℘(S). Further, any
element is its own inverse, since A ∆ A = φ V A ∈ ℘(S). Thus, (℘ (S), ∆)
is an abelian group.
55
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Definition
i. a0 = e.
Note: When the notation used for the binary operation is addition, a n
becomes na. For example, for any a ∈ Z,
na = 0 if a = 0,
na = a + a + … + a (n times) if n > 0;
na = (-a) + (-a) + … + (-a) (-n times) if n < 0.
Theorem 7
56
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Proof
We prove (a) and (b), and leave the proof of (c) to you (see Self
Assessment Exercise 10).
Case 2 (m < 0 and n < 0): Then (-m) > 0 and (-n) > 0. Thus, by Case 1, a -
n
.a-m = a-(n+m) = a-(m+n). Taking inverses of both the sides and using (a), we
get,
am+n = (a-n.a-m)-1 = (a-m)-1.(a-n)-1= am.an.
Case 3 (m > 0, n < 0 such that m + n ≥ 0): Then, by Case 1, am+n.a-n = am.
Multiplying both sides on the right by an = (a-n)-1, we get am+n = am.an.
Case 4 (m > 0, n < 0 such that m + n < 0): By Case 2, a-m.am+n = an.
Multiplying both on the left by am = (a-m)-1, we get am+n = am.an.
57
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
The cases when m < 0 and n > 0 are similar to Case 3 and 4. Hence, a m+n =
am.an for all a ∈ G and m, n ∈ Z.
To finish the proof of this theorem try self assessment exercise 10.
In this section we shall look at three groups that we will use as examples
very often throughout this course – the group of integers modulo n, the
symmetric group and the set of complex numbers.
∴ r = {r + kn | k Î Z}.
58
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
∴ac+=bd+.
ii. a + ( b + c ) = a + ( b c + ) = a (b c) + +
= (a b) c + + = ( a b + ) + c = ( a + b ) + c V a , b , c ∈ Zn, i.e.,
addition is associative in Zn.
59
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
But (Zn,.) is not a group. This is because every element of Zn, for example
0 does not have a multiplicative inverse.
But, suppose we consider the non-zero elements of Zn, that is, ( Zn* , .) Is
this a group? For example Z4* = { 1 , 2 , 3 } is not a group because . is not
even a binary operation on Z4* , since 2 . 2 = 0 ∉ Z4* . But ( Zp* ,.). is an
abelian group for any prime p.
We will now discuss the symmetric group briefly. In MTH 312 we will
discuss this group in more detail.
So f ∈ S(X) iff f-1: X → X exists. Remember that f f-1 = f-1 f = IX. This
also shows that f-1∈ S(X).
1 2 .............. n
f(1) f(2) ............... f(n)
Consider S3, the set of all permutations on 3 symbols. This has 3! (=6) 1 2
3. Can
elements. One is the identify function, I. Another is
213
you list the other four.
Now, while solving Self Assessment Exercise one of the elements you 1 2
3.
must have obtained is f =
231
Here f(1) = 2, f(2) = 3 and f(3) = 1, such a permutation is called a cycle. In
general we have the following definition.
Definition
1 2 3 4 5 6 7 8 9 10
i.e., f =
1 4 3 5 10 6 7 8 9 2
Note that, in the notation of a cycle, we don’t mention the elements that are
left fixed by the permutation. Similarly, the permutation.
The following exercises will give you some practice in computing the
product of elements in Sn.
Calculate (1 3) (1 2) in S3.
a. (1 2)
b. (1 3 2)
And now let us talk of a group that you may be familiar with, without
knowing that it is a group.j
In this sub-section we will show that the set of complex numbers forms a
group with respect to addition. Some of you may not be acquainted with
some basic properties of complex numbers. We have placed these
properties in the appendix to this unit.
Consider the set C of all ordered pairs (x, y) of real numbers, i.e., we take
C = R x R.
63
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
This gives us an algebraic system (C, +,.) called the system of complex
numbers. We must remember that two complex numbers (x 1, y1) and (x2,
y2) are equal iff x1 = x2 and y1 = y2.
Moreover,
x2 + y2 > 0. Then
2222 y,
(x, y). xy xy
x+ +
−
=
+
x ( y) y x
,x
−⋅ −−⋅ 22222222
+ +⋅ xyx
= (1, 0) xy y xy xy+ + y
Thus, (C, +) is a group and (C*,.) is a group. (AS usual, C* denotes the set
of non-zero complex numbers).
Now let us see what we have covered in this unit.
4.0 CONCLUSION
5.0 SUMMARY
64
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
• proved and used the cancellation laws and laws of indices for group
elements.
• discussed the group of integers modulo n, the symmetric group and the
group of complex numbers.
1. a. x ⊕ y = y ⊕ x, V x, y ∈
Therefore, ⊕ is commutative
(x ⊕ y) ⊕ z = ( x + y – 5) ⊕ z = ( x +y – 5) + z - 5
= x + y + z – 10
= x ⊕ (y ⊕ z)
Therefore, ⊕ is associative.
φ φ φ φ {1}
65
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
{0} φ {0} φ {0}
S φ {0} {1} S
ba = ca ⇒ (ba)a-1 ⇒ (ca)a-1 ⇒ b = c
ANSWER TO SELF ASSESSMENT EXERCISE 8
∴ G = {e},
66
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
When n = 0, the statement is clearly true. Now, let n > 0. We will apply
induction on n. For n = 1, the statement is true.
1 1230
2 2301
3 3012
ANSWER TO SELF ASSESSMENT EXERCISE 12
67
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
1 1134
2 2413
3 3142
4 4321
123,
321
123 123,
231
123,
132
312
= (1 3), g = (1 2).
123 123
g=
Then f o
213
321
123
=
fg(2) fg(1) fg(3)
123
=
r(2)
r(1) r(3)
123=
(1 2 3)
= 231
68
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
123 213
-1 ,
∴f = 1 2 3
.
a. Let f = (1 2) = 2 1 3
just interchanging the rows.
∴ f-1 = (1 2).
b. (1 3 2)-1 = (2 3 1).
123
(1 3 2) =
Now, (1 2) o
321
3 2 1= (1 3).
Its inverse is
123
On other hand,
(1 2)-1-o (1 3 2)-1-o = (1 2) o (1 2 3) = (2 3) ≠ (1 3).
C = { (x, y) x, y ∈ R }.
While working~ with complex numbers, We' will sometimes use the
notation x + iy and sometimes the fact that the elements of C can be
represented by points in R2.
69
MTH 211 SET THEORY AND ABSTRACT ALGEBRA
Definition
Now, let us denote | z | by r and the angle made by OP with the positive x-
axis by θ. Then θ is called an argument of the non-zero complex: number
z. If θ is an argument of z, then 0 + 2nπ is also an argument of z for all n ∈
Z,. However, there is a unique value of these arguments which lies in the
interval [-π,π]. It is called the principal argument of x + iy, and is denoted
by Arg (x +iy).
From fig. 3 you can see that x = r cosθ, y = sinθ = r sinθ that is, z = (rcosθ,
rsinθ) = r(cosθ + i sinθ) = re10.
70