Module 1 2020-2021
Module 1 2020-2021
Abstract Algebra is the study of structures of sets and their properties. Many
concepts in abstract algebra make use of properties of integers, equivalence relations and
functions. This first module, which supplements Chapter 0 of the text on pages 3-21, will
discuss these properties and relations which will be useful in our study of the succeeding
chapters. Some of these concepts are already familiar to you. For some of you, this will
just be a breeze!
Objectives: At the end of this module, the student should be able to:
2. define the greatest common divisor gcd and least common multiple 1cm of two
nonzero integers;
3. use the Euclidean Algorithm to compute the gcd of two nonzero integers and
We postpone the discussion of the Well-Ordering Principle and first recall the
terms defined. These terms are familiar to you since the elementary grades, so you should
Examples:
2. 3¿20 since 3 is not a divisor of 20. That is, there is no integer which when
2. A prime is a positive integer greater than 1 whose only positive divisors are 1 and
itself.
Examples: The numbers 2,3, 5 and 7 are prime numbers. The number 6 is not prime
since it has other factors, namely, 2 and 3, which are different from 1 and 6.
Well-Ordering Principle
Examples:
The Well-Ordering Principle is used in the proofs of the Division Algorithm and
READ page 4 of the text and study the proof of the Division Algorithm. Reread
Division Algorithm
Let a and b be integers with b >0. Then there exist unique integers q and r with
We make some notes here for a better understanding of the proof of the
a
2. We then consider the case when 0 ∈ S . In this case, we set q=
b
5. Lastly, the uniqueness of q and r is proved. Assume that there are 2 sets of values q,
r and q', r'. Then it is proved that q=q ' ∧r=r ' .
1. If a=22 and b=6, then since 22=6(3)+4 , we have q=3 and r =4 . Note that 0< 4< 6
2. If a=−38 and b=5, we get −38=5(−8)+2 and so q=−8 and r =2. You may notice
0 ≤ r <5.
4. If a=−12 and b=18, we get −12=18 (−1)+6 . Hence, q=−1 and r =6.
Try to compute for q and r for the following values of a and b.
Find the values of q and r which will satisfy the conditions of the Division Algorithm
1. a=37∧b=14
2. a=−15∧b=4
3. a=8∧b=16
4. a=−2 2∧b=25
1. q=2∧r=9
2. q=−4∧r=1
3. q=0∧r=8
4. q=−1∧r=3 .
Did you get all four correct? Then congratulations! You have done very well
indeed!
READ pages 5-7 of the text for the definition of gcd and relatively prime numbers.
We note here that the gcd is the largest among the common divisors or the
common factors of two nonzero integers. For example, the factors of 8 are ± 1, ± 2 ,± 4 and
largest among the common factors is 4. Thus gcd ( 8,12 ) =4 . On the other hand, the factors
of 9 are ± 1, ± 3and ± 9. Thus, gcd ( 8,9 )=1and gcd ( 9,12 )=3. We say that 8 and 9 are
relatively prime.
The theorem in page 6 of the text tells us that the gcd (a , b)can be expressed as a
linear combination of the numbers a and b. We note that this expression of the gcd (a , b)
as a linear combination of the numbers a and b is not unique. For example, the
gcd ( 4,6 )=2 . Then note that 2=4 ( 2 ) +6(−1) is one linear combination of 4 and 6 which
yield their gcd 2. Observe that 2=4 (−4 ) +6 (3) is another linear combination of 4 and 6.
The Euclidean Algorithm not only gives us another way by which we can
compute
the gcd but also gives us a way by which we can express the gcd (a , b) as a linear
In the next step, the divisor 124 becomes the new dividend and the remainder 112
124=112 ( 1 ) +12.
(2)
Next, 112 becomes the new dividend and 12 the new divisor.
112=12 ( 9 )+ 4
(3 )
Then, 12 becomes the new dividend and 4 the new divisor. So, we get
12=4 ( 3 ) +0.
( 4)
Since the last remainder is 0, we stop the Euclidean Algorithm here. The last nonzero
remainder is 4 and so
gcd (124,236¿)=4.¿
To express 4 as a linear combination of 124 and 236, we will work our way
backwards.
112=236+124 ( 4 ) .
(8 )
4= [236 +124 (−1 ) ] (10 )+124 (−9 )¿ 236 ( 10 ) +124 (−10 ) +124 (−9 )¿ 236(10)+124 (49)
SAQ 2. Use the Euclidean Algorithm to find the gcd (516,324). Then express the ged as a
Then we work our way backwards to express 12 as a linear combination of 516 and 324.
ASAQ 3. Since gcd ( a , c ) =1, there exist integers s and t such that 1=as+ct . Multiplying
both sides by 6, we get b=|+ bct|. Since c∨ab, we have ab=ck for some integer k. Thus,
READ pages 7-8 of the text for Euclid's lemma, the Fundamental Theorem of Arithmetic
Recall that the least common multiple is the smallest positive integer among
common multiples of two given nonzero integers. For example, the positive multiples of
2 are 2,4,6,8,10,12 and so on. The positive multiples of 3 are 3,6,9,12 and so on. Thus,
some of the common multiples of 2 and 3 are 6, 12, 18 and so on. But the smallest of
these is 6. Hence, lcm(2,3)=6. Observe that 6 divides all other common multiples of 2
and 3. In general, if s is a multiple of a and b, then lcm ( a , b )∨s. This last statement is in
SAQ 4. Show that if a and b are positive integers, then ab=gcd (a , b)lcm (a , b). (This is
Exercise no. 7 on page 22. This question is a little difficult as it is conceptual in nature,
but still, give it your best shot! First show that the gcd (a , b) is a factor of the product,
then show that the remaining factors comprise the lcm( a ,b).)
ASAQ 4. Let d=gcd ( a ,b). Since d is a common factor of a and b, then we can write
a=de and b=df for some integers e and f. We note that e and f must be relatively prime.
For if we suppose otherwise, that is, if gcd ( e , f )=t >1, then dt is a common factor of a and
and b.
Then, ab=d 2 ef =d (¿). We want to show that lcm( a ,b)=¿. Clearly, ¿ is a common
multiple of a=de and b=df . Next, we show that de f is the smallest among the common
multiples of a and b. That is, we show that ¿ must divide any common multiple s of a and
b. Since s is a multiple of a and b, then s=ag = deg and s=bh=dfh for some integers g
and h. Suppose ¿∨s . This implies that ¿∨deg or f ∨g. But since s=deg=dfh, this implies
eg=fh. Note that f ∨eg but gcd( e , f )=1. Thus, by SAQ 3, f ∨g. Hence, we have a
2. Modular Arithmetic
READ pages 8-13 of the book. This section of the book gives a lot of practical
applications on the use of modular arithmetic. This is good because most of the time,
higher mathematics tend to be so theoretical that many people question if these have
applications in real life. So please bear in mind these applications. In this section though,
We recall that if n is a positive integer and n>1, then we say that two integers a
Examples: 12=6 ( mod 3 ) since 3∨(12−6) . However, 12 ≢ 5(mod 3) since 12−5 is not
divisible by 3.
In other words, we can say that two integers are congruent modulo n, if they
yield the same remainder when divided by n. For example, both 12 and 6 yield a
So 12 ≢ 5(mod 3).
ASAQ 5. Since a=b ( mod n ) , then n∨( a−b). Similarly, c= ( mod n ) implies n∨(c−d). Thus,
a+ c ≡(b+ d)(mod n)
3. Mathematical Induction
READ pages 13-16 on Mathematical Induction. Please take note of the paragraphs which
come right after the statements of the First and Second Principle of Mathematical
Induction on pages 13 and 14, respectively. These give you a summary of how to apply
Example: Use the First Principle of Mathematical Induction to prove that for every
positive integer n.
n(n+1)
1+2+⋯ +n=
2
Solution: Let S be the set of all positive integers for which the equation holds. First, we
1(1+1)
1= Thus, 1 ∈ S. Assume that some integer k ∈ S . That is
2
k (k +1)
1+2+⋯ +k =
2
We prove that k +1 ∈ S .
k ( k +1 )
1+2+⋯ +k + ( k + 1 )=[ 1+ 2+ ⋯+ k ] + ( k +1 )¿ + ( k +1 ) by the assumption
2
k (k +1)(k + 2)
¿( k +1) [ ]
2
+1 ¿
2
Observe that the right-hand side (RHS) of the last equation verifies the formula for
n=k +1. ■
SAQ 6. Use the First Principle of Mathematical Induction to prove that
1+3+5+ ⋯+(2n−1)=n2
ASAQ 6. Let S be the set of positive integers for which the equation holds. We verify if
1 ∈ S. Since 1=12 , then 1 ∈ S. Assume now that some integer k ∈ S . That is,
1+3+5+ ⋯+ ( 2 k−1 )=k 2We then prove true for n=k +1.
ASAQ 7. Let S be the set of positive composite integers for which the statement holds.
We first verify the statement for n=4 , the smallest positive composite integer. Clearly, 4
has a prime divisor, namely p=2 which satisfies 2 ≤ √ 4 . Thus, 4 ∈ S. Assume now that the
statement is true for all composite integers k such that 4 ≤ k <n. We now show that if n is a
composite integer, then n ∈ S . Since n is composite, there exist integers a and b such that
n=ab where 1<a< n and 1<b< n. We first consider the case when at least one of a and b is
composite. Without loss of generality, assume that a is composite. Then by the inductive
assumption, a has a prime divisor p which satisfies p ≤ √ a . Since 1<b< n, this implies
1< √ b< √ n. Thus, p= p ⋅1< √ a ⋅ √ b=√ ab= √n . So, p is a prime divisor of n which is less
than √ n . If neither one of a and b is composite, then both of them are prime. Without loss
4. Equivalence Relations
READ pages 16-18 of the book. Please pay particular attention to the definition of
equivalence relation and partition. Memorize these definitions. These are important
concepts not only in Abstract Algebra but in other branches of mathematics as well. Look
closely at Examples 13 and 14 on page 17, as they show why the relation congruence
modulo n is an equivalence relation on the set of integers and what are some of its
equivalence classes.
We show one more example which illustrates how to show that a given relation is an
equivalence relation.
Example: Let S be the set of integers. If a , b ∈ S , define aRb if a+ b is even. Prove that R
iii. Transitive Property: If aRb and bRc then aRc for all a , b , c ∈ S.
If a+ b is even and b+ c is even, then a+ b=2 k and b+ c=2 m for some integers k
and m. Therefore,
[0]={... ,−4 ,−2 , 0 , 2 , 4 , 6 , ...} or the set of all even integers, and
[1]={... ,−3 ,−1 , 1, 3 , 5 ,7. .. } or the set of all odd integers. We note that the sum of two
even integers is again even and that the sum of any two odd integers is also even. We also
iii. Transitive Property: If aRb and bRc then aRc , for all a , b , c ∈ S.
both sides of a b 2 c >0 by b 2 , gives ac >0 . However, if b=0, then it is possible that a and c
equivalence relation on S. ■
5. Functions
assignment of elements of set A to elements of set B, such that every element of set A is
assigned to exactly one element in set B. The set A is called the domain while the set B is
b ∈ B . As a set of ordered pairs, a function does not allow the first component to repeat.
That is, a function may not have elements of the form (a , b) and (a , c ) as this will mean
that the clement a ∈ A is paired with two elements b and c in B. A function f : A → B may
also be expressed as some equation in the form y=f (x ) or some rule which can generate
5. Let A=the set of all men and B=the set of all women. Let f (x)=mother of x .
Solution:
1. S is a function.
2. T is not a function. Observe that the element 1 is paired with two elements namely, 2
and 3.
3. This is a function. Every real number x is paired with only one element of y .
4. This is not a function. For example, the element x=1 has two images 1 and −1.
4. y=⌊ x ⌋ . Let the domain be the set of real numbers. The symbol ⌊ x ⌋ denotes the
largest integer less than or equal to x . For example, ⌊ 1.5 ⌋ =1 , ⌊ 3 ⌋=3 and
⌊−2.4 ⌋=−3.
5. Let A=the set of all items∈a certain grocery store . B=all positive real numbers . Let
f ( x )= price of x .
ASAQ 9.
1. function.
2. not a function. The element 1 has 2 images, namely 5 and 1. Likewise, the element 2
3. function.
4. function. This is called the greatest integer function of x or the floor function of x .
5. function. Every item in the grocery store can have only one price.
Next, we recall that a function ϕ from set A to set B is one-to-one if ϕ ( a1 )=ϕ ( a2 )
statement translates to the following: distinct elements should have distinct images. If
two or more elements have the same image, then the function is said to be many-to-one.
4. Let A=the set of all men and B=the set of all women. Let f (x)=mother of x .
Solution:
3. not one-to-one. It suffices to show that there exist two distinct elements which have
the same image. For example, both 1 and −1 have the same image which is 1.
ASAQ 10.
2. not one-to-one. The numbers 1 ,1.1 , 1.2 ,1.3 and 1.4 all have the same image which is
1. These are just a few of the numbers having the same image. There many more
x 1 log 2=x2 log 2. Canceling the common factor log 2, we get x 1=x 2
4. not one-to-one. Two different items may have the same price. For example, two cans
of milk, having the same brand and same size, are considered as two different items.
Of course, two distinct items, like soap and toothpaste may also have the same price.
Lastly, we recall that a function ϕ from set A to set B is onto if every element of
B is the image of at least one element of A . The property of being onto depends not only
on what the function is, but also on what the domain and codomain are.
Examples: Determine which of the following functions are onto.
4. Let A=the set of all men and B=the set of all women. Let f (x)=mother of x .
Solutions:
1. not onto. Observe that the set of odd integers do not have pre-images. For
1 1
example, the pre-image of 1 should be but is not an element of the domain.
2 2
y
2. onto. Every real number y has a pre-image which is again a real number.
2
f ( x )= price of x .
ASAQ 11.
1. not onto. The negative real numbers have no pre-images. For example, there is no
y−1
3. onto. Every real number y has a pre-image namely,
2
4. not onto. The negative real numbers and 0 do not have pre-images.
5. not onto. Not all real numbers can be prices of commodities. For example, an item
Now, try to do as many of the Exercises on pages 21-24 as you can. Do your
best! After solving, you can check your answers with those given by the book. These
answers can be found in one of the appendixes at the end of the book.
So, that ends it for the first module. I hope everything is clear to you. If not read
and re-read until you understand everything perfectly. Move on now to the rest of the