Lesson 2.5
Lesson 2.5
Coprime is another term that we may use for the expression relatively
prime for the integers whose common factors are none other than 1 and -1, or in
other words, when the integers’ greatest common divisor is 1. Two integers are
additive inverses of each other if their sum results in 0. On the other hand, two
integers are multiplicative inverses of each other if their product is 1.
Recall from your algebra course that an additive inverse of a number 𝑎, will
make a sum with 𝑎 to be zero (additive identity). An additive inverse of a real
number can also be a real number of its opposite sign or is also referred to as a
negation of that given real number. In example, −5 is the additive inverse of 5,
since −5 + 5 = 0. 8 is the additive inverse of −8 since 8 + (−8) = 0.
However, in modular arithmetic, the modular additive inverse of an integer
𝑥 is the integer 𝑎 where 𝑎 + 𝑥 ≡ 0 (𝑚𝑜𝑑 𝑚), and that 𝑥 and 𝑎 are modular additive
inverse of each other as their sum leaves a remainder of zero when divided by the
value of the modulo 𝑚. Thus, 15 is a modular additive inverse of 5 modulo 20
because it satisfies the congruence 5 + 𝑥 ≡ 0 (𝑚𝑜𝑑 20).
Question Set 1:
1. What is the additive inverse of 0?
2. Is there any integer that does not have a multiplicative inverse? What is
it/are those?
3. Is there any integers that has an integer multiplicative inverse? What is
it/are those?
Page 1 of 3
Vision: A globally competitive university for science, technology, and environmental conservation.
TP-IMD-03
Mission: Development of a highly competitive human resource, cutting-edge scientific knowledge V0 07-15-2020
and innovative technologies for sustainable communities and environment. No. VT-CTEAS-DTE-
Math128-20-003
4. If an integer contains a modular additive inverse or a modular
multiplicative inverse, will it also possibly have infinitely many modular additive
inverses or modular multiplicative inverses?
Problem:
What is the additive and the multiplicative inverse of each element of 𝑍5
(modulo 5)?
Addition 𝒁𝟓 (modulo 5)
𝟓𝒄 + 𝟑
𝟓𝒄 + 𝟏
𝟓𝒄 + 𝟐
𝟓𝒄 + 𝟒
Set of integers with
corresponding
remainder, modulo 5
𝟓𝒄
→
→
→
→
+ 0 1 2 3 4
Remainders (modulo 5)
𝟓𝒄 → 0 0 1 2 3 4 of the corresponding
sum between integers
𝟓𝒄 + 𝟏 → 1 1 2 3 4 0 in the first row and first
column.
𝟓𝒄 + 𝟐 → 2 2 3 4 0 1
𝟓𝒄 + 𝟑 → 3 3 4 0 1 2 Integers (that is represented
by the remainders in the first
𝟓𝒄 + 𝟒 → 4 4 0 1 2 3 column and first-row modulo
5) whose intersection is 0, are
modular additive inverses
Table 2.5.1 (notice color coding).
Set of integers with
corresponding
remainder, modulo 5
Question Set 2:
1. Are there infinitely many modular additive inverses that we can generate
from table 2.5.1 for modulo 5?
Page 2 of 3
Vision: A globally competitive university for science, technology, and environmental conservation.
TP-IMD-03
Mission: Development of a highly competitive human resource, cutting-edge scientific knowledge V0 07-15-2020
and innovative technologies for sustainable communities and environment. No. VT-CTEAS-DTE-
Math128-20-003
2. Use the Cayley table in Table 2.5.1 to express at least 5 congruence
notations that satisfy 𝑎 + 𝑥 ≡ 0 (𝑚𝑜𝑑 5).
3. Construct a Cayley Table for addition 𝑍8 .
Multiplication 𝒁𝟓 (modulo 5)
+𝟏
+𝟐
+𝟑
+𝟒
𝟓𝒄
𝟓𝒄
𝟓𝒄
𝟓𝒄
corresponding
𝟓𝒄
remainder, modulo 5
→
× 0 1 2 3 4
𝟓𝒄 → 0 0 0 0 0 0 Remainders (modulo 5)
of the corresponding
𝟓𝒄 + 𝟏 → 1 0 1 2 3 4 product between
integers in the first row
𝟓𝒄 + 𝟐 → 2 0 2 4 1 3 and first column.
𝟓𝒄 + 𝟑 → 3 0 3 1 4 2
Integers (that is represented
𝟓𝒄 + 𝟒 → 4 0 4 3 2 1 by the remainders in the first
column and first-row modulo
Table 2.5.2 5) whose intersection is 1, are
modular multiplicative
Set of integers with inverses s(notice color
corresponding coding).
remainder, modulo 5
Question Set 3:
1. Are there infinitely many modular multiplicative inverses that we can
generate from table 2.5.2 for modulo 5?
2. Use the Cayley table in Table 2.5.2 to express at least 5 congruence
notations that satisfies 𝑎𝑥 ≡ 1 (𝑚𝑜𝑑 5).
3. Construct a Cayley Table for multiplication 𝑍8 .
Page 3 of 3
Vision: A globally competitive university for science, technology, and environmental conservation.
TP-IMD-03
Mission: Development of a highly competitive human resource, cutting-edge scientific knowledge V0 07-15-2020
and innovative technologies for sustainable communities and environment. No. VT-CTEAS-DTE-
Math128-20-003