ALGEBRA Groups
ALGEBRA Groups
TOPIC 1: ALGEBRA
1.2 GROUPS
Learning Objectives
After completing this topic you should be able to:
define a binary operation
inverse element
define a group
use the basic properties to show that a given structure is, or is not, a
group
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
Page |2
(a) Closure
The set S is closed under a binary operation ∗ if, for every pair of elements 𝑎 and 𝑏 of set 𝑆,
𝑎 ∗ 𝑏 is also an element of set 𝑆.
The binary operation ∗ is said to be a closed binary operation on set 𝑆.
Example 1
Determine whether the following set is closed under the given law of binary operation.
(i) Integers, multiplication.
(ii) Natural numbers, subtraction.
Solution
(i) The set of integers is given by ℤ = {… − 3; −2; −1; 0; 1; 2; 3; … }
(ℤ; x)
It is clear that ∀𝑎, 𝑏 ∈ ℤ, 𝑎x𝑏 ∈ ℤ. E.g. if 𝑎 = −3 𝑏 = 4, −3x4 = −12 ∈ ℤ. Hence the set of
integers is closed under multiplication.
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
Page |3
Example 2
Solution
Set G is a finite set and so we can use the following operation table to show all the possible
outcomes.
x −1 1 −𝑖 𝑖
−1 1 −1 𝑖 −𝑖
1 −1 1 −𝑖 𝑖
−𝑖 𝑖 −𝑖 −1 1
𝑖 −𝑖 𝑖 1 −1
Every element in the table is a member of the set 𝐺 . Hence the binary operation ∗ is closed.
(b) Commutativity
A binary operation ∗ on a set 𝑆 is said to be commutative if for all 𝑎, 𝑏 ∈ 𝑆, the equality
𝑎 ∗ 𝑏 = 𝑏 ∗ 𝑎 holds, ie, the order of the pair does not affect the result.
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
Page |4
Example 1
(i) Show that multiplication is commutative on the set ℤ of integers.
(ii) The operation ∘ on real numbers is defined by 𝑎 ∘ b = 𝑎|𝑏|.
Show that ∘ is not commutative.
(iii) A set 𝑀 = {𝑎, 𝑏, 𝑐, 𝑑} under a binary operation ∗ has an operation table as follows:
∗ 𝑎 𝑏 𝑐 𝑑
𝑎 𝑐 𝑑 𝑎 𝑏
𝑏 𝑑 𝑐 𝑏 𝑎
𝑐 𝑎 𝑏 𝑐 𝑑
𝑑 𝑏 𝑎 𝑑 𝑐
Solution
(i) ℤ = {… − 2, −1, 0, 1, 2, … }
(ℤ; x)
It is clear that ∀𝑎, 𝑏 ∈ ℤ 𝑎 x 𝑏 = 𝑏 x 𝑎. Eg if 𝑎 = −2 and 𝑏 = 7
−2 x 7 = 7 x −2 = −14.
Hence multiplication is commutative on the set ℤ of positive integers.
(ii) 𝑎 ∘ b = 𝑎|𝑏| ∀𝑎, 𝑏 ∈ ℝ
For commutativity, 𝑎 ∘ b = 𝑏 ∘ 𝑎
LHS 𝑎 ∘ b = 𝑎|𝑏| RHS 𝑏 ∘ 𝑎 = 𝑏|𝑎|
𝑎|𝑏| ≠ 𝑏|𝑎| hence ∘ is not commutative.
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
Page |5
(iii)
∗ 𝑎 𝑏 𝑐 𝑑
𝑎 𝑐 𝑑 𝑎 𝑏
𝑏 𝑑 𝑐 𝑏 𝑎
𝑐 𝑎 𝑏 𝑐 𝑑
𝑑 𝑏 𝑎 𝑑 𝑐
The table is symmetrical about the main diagonal (as shown by the red line) hence ∗ is
commutative on 𝑀.
(c) Associativity
The binary operation ∗ on a set 𝑆 is said to be associative if for for every three elements
𝑎, 𝑏, 𝑐 ∈ 𝑆 then 𝑎 ∗ (𝑏 ∗ 𝑐) = (𝑎 ∗ 𝑏) ∗ 𝑐.
Example 1
The operation ∘ on real numbers is defined by 𝑎 ∘ b = 𝑎|𝑏|.
Determine whether ∘ is associative.
Solution
𝑎 ∘ b = 𝑎|𝑏| ∀𝑎, 𝑏 ∈ ℝ
Let 𝑎, 𝑏, 𝑐 ∈ ℝ.
We want to show that 𝑎 ∘ (𝑏 ∘ 𝑐) = (𝑎 ∘ 𝑏) ∘ 𝑐
[email protected] /+263773975592/+263737967477_
Page |6
Example 2
Given that ∗ is a binary operation on the set ℤ, of integers defined by
𝑎 ∗ 𝑏 = 𝑎 + 𝑏 + 𝑎𝑏
(i) Evaluate 3 ∗ 4
(ii) Prove that ∗ is both commutative and associative and ℤ.
Solution
(i) 3 ∗ 4 = 3 + 4 + 3(4) = 19
(ii) Commutativity: to prove that 𝑎 ∗ 𝑏 = 𝑏 ∗ 𝑎 ∀𝑎, 𝑏 ∈ ℤ
LHS ⟹ 𝑎 ∗ 𝑏 = 𝑎 + 𝑏 + 𝑎𝑏
RHS ⟹ 𝑏 ∗ 𝑎 = 𝑏 + 𝑎 + 𝑏𝑎
= 𝑎 + 𝑏 + 𝑎𝑏.
LHS=RHS Hence ∗ is commutative
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
Page |7
1 0
The identity element when multiplying 2x2 matrices is ( ).
0 1
𝑎 𝑏
For any 2x2 matrix ( ),
𝑐 𝑑
𝑎 𝑏 1 0 1 0 𝑎 𝑏 𝑎 𝑏
( )( )=( )( )=( )
𝑐 𝑑 0 1 0 1 𝑐 𝑑 𝑐 𝑑
Example 1
The binary operation ∗ is defined on set ℝ by 𝑚 ∗ 𝑛 = 𝑚 + 𝑛 + 6 for all 𝑚, 𝑛 ∈ ℝ.
Find the identity element of ℝ under the binary operation ∗.
Solution
𝑚 ∗ 𝑛 = 𝑚 + 𝑛 + 6 ∀ 𝑚, 𝑛 ∈ ℝ.
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
Page |8
Example 2
𝑎+𝑏
The binary operation ∗ is defined on set 𝑀 of positive numbers is given 𝑎 ∗ 𝑏 = , for
3𝑎𝑏
all 𝑎, 𝑏 ∈ 𝑀. Find, if it exists, the identity element of 𝑀 under the binary operation ∗.
Solution
𝑎+𝑏
𝑎∗𝑏 = for all 𝑎, 𝑏 ∈ 𝑀
3𝑎𝑏
⟹ 𝑒 + 𝑎 = 3𝑒𝑎2
⟹ 3𝑒𝑎2 − 𝑒 = 𝑎
⟹ 𝑒(3𝑎2 − 1) = 𝑎
𝑎
⟹ 𝑒 = 3𝑎2 −1
𝑎
Hence the identity element is 3𝑎2 −1
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
Page |9
Example 3
The binary operation ∗ is defined on set ℝ by 𝑝 ∗ 𝑞 = 𝑝 + 𝑞 − 4𝑝2 𝑞 2 for all 𝑝, 𝑞 ∈ ℝ.
Find the identity element of ℝ under the binary operation ∗.
Solution
Looking for an element 𝑒 of ℝ which satisfies 𝑒 ∗ 𝑎 = 𝑎 ∗ 𝑒 = 𝑎 for all 𝑎 ∈ ℝ
Taking 𝑎 ∗ 𝑒 = 𝑎
⟹ 𝑎 + 𝑒 − 4𝑎2 𝑒 2 = 𝑎
⟹ 𝑒 − 4𝑎2 𝑒 2 = 0
⟹ 𝑒(1 − 4𝑎2 𝑒) = 0
1
⟹ 𝑒 = 0 or 4𝑎2
Example 4
The binary operation ∗ is defined on the set R of ordered pairs of real numbers by
(𝑥, 𝑦) ∗ (𝑝, 𝑞) = (𝑥 + 𝑝, 𝑦𝑞) for all 𝑥, 𝑦, 𝑝, 𝑞 ∈ ℝ.
(a) Show that
(i) R is commutative under the binary operation ∗.
(ii) R is associative under the binary operation ∗.
(b) Find the identity element of R under the binary operation ∗.
Solution
(a) (i) Let 𝑥, 𝑦, 𝑝, 𝑞 ∈ ℝ
For commutativity we want to prove that (𝑥, 𝑦) ∗ (𝑝, 𝑞) = (𝑝, 𝑞) ∗ (𝑥, 𝑦)
LHS (𝑥, 𝑦) ∗ (𝑝, 𝑞) = (𝑥 + 𝑝, 𝑦𝑞)
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
P a g e | 10
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
P a g e | 11
Example 1
A binary operation ∗ is defined on the set of real numbers, ℝ, by 𝑚 ∗ 𝑛 = 𝑚 + 𝑛 + 2𝑚𝑛,
for all 𝑚, 𝑛 ∈ ℝ. Find
(i) the identity element 𝑒 of ℝ under ∗.
(ii) the inverse 𝑥 −1 of 𝑥, where 𝑥 ∈ ℝ.
(iii) for what value of 𝑥 is 𝑥 −1 not defined?
Solution
(i) Looking for an 𝑒 ∈ ℝ such that 𝑚 ∗ 𝑒 = 𝑒 ∗ 𝑚 = 𝑚 for all 𝑚 ∈ ℝ
Taking the equation 𝑚 ∗ 𝑒 = 𝑚
⟹ 𝑚 + 𝑒 + 2𝑚𝑒 = 𝑚
⟹ 𝑒(1 + 2𝑚) = 0
⟹𝑒=0
(ii) 𝑥 −1, the inverse of 𝑥 satisfies 𝑥 ∗ 𝑥 −1 = 𝑥 −1 ∗ 𝑥 = 𝑒 where 𝑒 = 0.
Taking the equation 𝑥 ∗ 𝑥 −1 = 0
⟹ 𝑥 + 𝑥 −1 + 2𝑥𝑥 −1 = 0
⟹ 𝑥 −1 + 2𝑥𝑥 −1 = −𝑥
⟹ 𝑥 −1 (1 + 2𝑥) = −𝑥
−𝑥
⟹ 𝑥 −1 = 1+2𝑥
1
(iii) 𝑥 −1 is undefined when the denominator is zero that is when 𝑥 = − 2.
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
P a g e | 12
Example 2
The binary operation ∗ is defined on the set ℝ of real numbers by 𝑚 ∗ 𝑛 = 𝑚 + 𝑛 + 3, for
all 𝑚, 𝑛 ∈ ℝ.
(i) Find the inverse of 𝑎 under the binary operation ∗ of real numbers.
(ii) Find the inverse of 4.
Solution
(i) We first find the identity element 𝑒 under ∗
Let 𝑚, 𝑒 ∈ ℝ.
𝑚∗𝑒 =𝑒∗𝑚 = 𝑚
Taking 𝑚 ∗ 𝑒 = 𝑚
⟹𝑚+𝑒+3=𝑚
⟹ 𝑒 = −3
We now find a real number 𝑎−1 such that 𝑎 ∗ 𝑎−1 = 𝑎−1 ∗ 𝑎 = −3
Taking 𝑎−1 ∗ 𝑎 = 3
⟹ 𝑎−1 + 𝑎 + 3 = −3
⟹ 𝑎−1 = −𝑎 − 6
(ii) 4−1 = −4 − 6 = −10
Modular Arithmetic
Modular arithmetic is a system of arithmetic for integers, which considers the remainder after
dividing two integers.
In general:
If 𝑎 ÷ 𝑛 = 𝑞 + 𝑅 where 𝑞 is the quotient and 𝑅 is the remainder, we say that
𝑎 mod 𝑛 = 𝑅 where 0 ≤ 𝑅 < 𝑛. The focus is on the remainder after dividing 𝑎 by 𝑛.
For instance 18𝑚𝑜𝑑5 = 3, 21𝑚𝑜𝑑4 = 1 and 16𝑚𝑜𝑑4 = 0
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
P a g e | 13
Example 3
The set 𝐺 = {0; 1; 2; 3; 4; 5}, is defined under the binary operation ∗ of addition (mod 6).
Complete a Cayley table for the operation. State the identity element for set and the inverse
for each element. Determine whether ∗ is associative.
Solution
+𝟔 0 1 2 3 4 5
0 0 1 2 3 4 5
1 1 2 3 4 5 0
2 2 3 4 5 0 1
3 3 4 5 0 1 2
4 4 5 0 1 2 3
5 5 0 1 2 3 4
Element 0 1 2 3 4 5
Inverse 0 5 4 3 2 1
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
P a g e | 14
Example 4
The table below defines the binary operation ∗ on the set 𝑀, where 𝑀 = {𝑎, 𝑏, 𝑐, 𝑑}.
(a) Find, giving reasons, whether or not
(i) 𝑀 is closed with respect to ∗.
(ii) the operation ∗ is commutative.
(iii) There is an identity element.
(b) Find, where possible, the inverse of each element 𝑎, 𝑏, 𝑐 and 𝑑.
∗ 𝑎 𝑏 𝑐 𝑑
𝑎 𝑏 𝑑 𝑎 𝑐
𝑏 𝑑 𝑐 𝑏 𝑎
𝑐 𝑎 𝑏 𝑐 𝑑
𝑑 𝑐 𝑎 𝑑 𝑏
Solution
(a) (i) 𝑀 is closed under ∗ because all outcomes in the table are elements of set 𝑀.
(ii) The table is symmetrical about the main diagonal, hence ∗ is commutative.
(ii) 𝑐 is the identity element because for each element 𝑥 in 𝑀, 𝑥 ∗ 𝑐 = 𝑐 ∗ 𝑥 = 𝑥.
(b)
Element 𝑎 𝑏 𝑐 𝑑
Inverse 𝑑 𝑏 𝑐 𝑎
(f) Distributive
The distributive property uses two binary operations on the same set.
If the binary operations ∗ and ⨂ are defined on the set S such that;
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
P a g e | 15
The distributive property is simple. It is just a matter of one operation having authority over
another operation.
If an operation overrules another operation, we say the overruling operation is distributive over
the other.
Example 1
The binary operations of addition " + " and multiplication "x" are defined on the set ℝ.
Determine whether or not
(a) "x" is distributive over " + ",
(b) " + " is distributive over "x".
Solution
(b) If 𝑎, 𝑏, 𝑐 ∈ ℝ 𝑎 +(b x c)≠ (𝑎 + 𝑏)x(𝑎 + 𝑐), hence “+” is distributive over "x".
Example 2
Solution
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
P a g e | 16
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
P a g e | 17
Exercise 1.2.1
2 Find out whether the binary operation on the set of rational numbers ℚ defined by
𝑎
𝑎 ∗ 𝑏 = 𝑏 is closed, associative or commutative.
7 Show that the operation 𝑎 ∗ 𝑏 = 1 + 𝑎𝑏 on the set of integers ℤ has no identity element.
[email protected] /+263773975592/+263737967477_
P a g e | 18
(c) It is given that the particular element (𝑚, 𝑛) has an inverse denoted by
(𝑝, 𝑞), where (𝑚, 𝑛) ∗ (𝑝, 𝑞) = (𝑝, 𝑞) ∗ (𝑚, 𝑛) = (1,0)
1.2.2 Groups
A group (𝐺;∗) is a non-empty set 𝐺 with binary operation ∗ satisfying the following basic
properties(axioms):
(i) Closure – For every pair of elements 𝑎 and 𝑏 in set 𝐺 then 𝑎 ∗ 𝑏 ∈ 𝐺.
(ii) Associativity-For any three elements 𝑎, 𝑏 and 𝑐 in 𝐺, the equality 𝑎 ∗ (𝑏 ∗ 𝑐) = (𝑎 ∗ 𝑏) ∗ 𝑐
must hold.
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
P a g e | 19
(iii) Identity element-There is a group element 𝑒 in 𝐺, the identity element, such that
𝑒 ∗ 𝑎 = 𝑎 ∗ 𝑒 = 𝑎 for all 𝑎 ∈ 𝐺.
(iv) Inverse - Every element 𝑎 in 𝐺 has an inverse, 𝑎−1 , such that 𝑎 ∗ 𝑎−1 = 𝑎−1 ∗ 𝑎 = 𝑒 where
𝑎, 𝑎−1 and 𝑒 are elements of set 𝐺.
Abelian group
A group (G;∗) which satisfies the commutative property is called an Abelian group.
The commutative property says ∀𝑎, 𝑏 ∈ 𝐺 then 𝑎 ∗ 𝑏 = 𝑏 ∗ 𝑎.
Check for commutative in order to determine whether the given structure is an Abelian group or
not. All basic properties of a group are still valid.
Subgroup
A subset 𝐻 of a group 𝐺 is a subgroup of 𝐺 if H is itself a group under the operation in 𝐺.
Note: Every group G has at least two subgroups: 𝐺 itself and the subgroup {e}, containing only
the identity element. All other subgroups are said to be proper subgroups.
Definition. Let (𝐺; ∗) be a group. A subset 𝐻 of 𝐺 is called a subgroup if it satisfies the
following conditions:
(i) 𝑒 ∈ 𝐻
(ii) H is closed under ∗, that is if 𝑥, 𝑦 ∈ 𝐻, then 𝑥 ∗ 𝑦 ∈ 𝐻
(iii) H is closed under inversion, that is if ∈ 𝐻, then 𝑥 −1 ∈ H
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
P a g e | 20
Example 1
The composition table for a group 𝐺 of order 8 is given below
State which is the identity element and give the inverse of each element of 𝐺.
Solution
The identity element is 𝑒.
Element 𝑎 𝑏 𝑐 𝑑 𝑒 𝑓 𝑔 ℎ
Inverse 𝑏 𝑎 𝑐 𝑔 𝑒 ℎ 𝑑 𝑓
Example 2
Show that the set {5, 15, 25, 35} is a group under multiplication modulo 40.
Solution
5 15 25 35
5 25 35 5 15
15 35 25 15 5
25 5 15 25 35
35 15 5 35 25
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
P a g e | 21
Closure
All elements in the table are members of the set {5, 15, 25, 35}, hence the set is closed under
multiplication modulo 40.
Associativity
Since we have 𝑎(𝑏𝑐) = 𝑎(𝑏𝑐) for every 𝑎, 𝑏, 𝑐 in ℤ, we get 𝑎(𝑏𝑐) = (𝑎𝑏)𝑐 for
every 𝑎, 𝑏, 𝑐 in {5, 15, 25, 35}. Hence associativity is satisfied.
Identity
25 is the identity element. Observe that 25 · 𝑎 = 𝑎 · 25 = 𝑎 for all 𝑎 in {5, 15, 25, 35}.
Inverse
Each element is its own inverse.
Since the set {5, 15, 25, 35} with multiplication modulo 40 satisfies all requirements given in the
definition of a group, {5, 15, 25, 35} is a group under the multiplication modulo 40.
Example 3
(a) Show that the set 𝑆 = {0, 1, 2, 3} forms a group under addition (mod 4).
(b) Show that the set S in (a) is an Abelian group.
(c) State all subgroups of 𝑆.
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
P a g e | 22
Solution
(a)
+4 0 1 2 3
0 0 1 2 3
1 1 2 3 0
2 2 3 0 1
3 3 0 1 2
Line of symmetry
Closure
All outcomes in the table are members of the set 𝑆, hence 𝑆 is closed under addition (mod4).
Associativity
The set 𝑆 is associative since for any three elements 𝑎, 𝑏, 𝑐 ∈ 𝑆, 𝑎 + (𝑏 + 𝑐) = (𝑎 + 𝑏)+ 𝑐
Identity
0 is the identity element
Inverse
Every element has an inverse
Element 0 1 2 3
Inverse 0 3 2 1
Since the set 𝑆 satisfies all the 4 group axioms, set 𝑆 forms a group under addition (mod4).
(b) The table is symmetrical about the main diagonal hence the set 𝑆 is commutative under
addition (mod 4). Thus set 𝑆 is an Abelian group.
(c) Subgroups are {0}, {0,1,2,3}, {0, 2}.
Notice that the sets {0, 1}, {0, 3}, {0, 1, 2},{0, 2, 3} and {0, 1, 3} and cannot be subgroups of 𝑆
because each of these sets violet either closure or inverse property.
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
P a g e | 23
Example 4
1 𝑝 𝑞
Let 𝐺 be the set of all 3x3 real matrices of the form [0 1 𝑟 ] where 𝑝, 𝑞, 𝑟 ∈ ℝ. Prove
0 0 1
that 𝐺 forms a group under matrix multiplication.
Solution
Closure
1 𝑎 𝑏 1 𝑑 𝑒 1 𝑎+𝑑 𝑒 + 𝑎𝑓 + 𝑏
Let 𝑎, 𝑏, 𝑐, 𝑑, 𝑒, 𝑓 ∈ ℝ. Then [0 1 𝑐 ] [0 1 𝑓 ] = [0 1 𝑐+𝑓 ]∈𝐺
0 0 1 0 0 1 0 0 1
Hence the set 𝐺 is closed under matrix multiplication.
Associativity
For any three matrices 𝐴, 𝐵 and 𝐶 in G, (𝐴𝐵)𝐶 = 𝐴(𝐵𝐶) (matrix multiplication is associative).
Identity
1 0 0
The identity 3 x 3 matrix is [0 1 0] which is an element of 𝐺.
0 0 1
Inverse
1 𝑎 𝑏 1 −𝑎 𝑎𝑐 − 𝑏
−1
For all 𝐴𝜖𝐺 such that 𝐴 = [0 1 𝑐 ] , 𝐴 = [ 0 1 −𝑐 ] ∈ 𝐺
0 0 1 0 0 1
Thus every element has an inverse
Since G satisfies all the properties of a group, G forms a group under matrix multiplication.
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
P a g e | 24
Example 4
1 𝑦
Let H be the set of all matrices of the form [ ], where 𝑦 ∈ ℝ.
0 1
Show that
(i) H does not form a group under matrix addition.
(ii) H forms an abelian group under matrix multiplication. [Assume associativity]
(Zimsec Specimen paper 2018)
Solution
Closure
(i) Let 𝑦1 and 𝑦2 be real numbers.
1 𝑦1 1 𝑦2 2 𝑦1 + 𝑦2
[ ]+[ ]=[ ] ∉ H since 2 is a new entry.
0 1 0 1 0 2
Hence H is not closed under matrix addition.
Thus H does not form a group under matrix addition.
(ii) Closure
Let 𝑦1 and 𝑦2 be real numbers.
1 𝑦1 1 𝑦2 1 𝑦1 + 𝑦2
[ ][ ]=[ ] ∈ H, 𝑦1 + 𝑦2 ∈ ℝ
0 1 0 1 0 1
Hence H is closed under matrix multiplication.
Assuming associativity.
Identity
1 0
The identity element is [ ] since
0 1
1 𝑦1 1 0 1 0 1 𝑦1 1 𝑦1
[ ][ ]=[ ][ ]=[ ] ∈ H, where 𝑦1 ∈ ℝ
0 1 0 1 0 1 0 1 0 1
Inverse
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
P a g e | 25
1 −𝑦1
The inverse element is [ ] since
0 1
1 𝑦1 1 −𝑦1 1 −𝑦1 1 𝑦1 1 0
[ ][ ]=[ ][ ]=[ ]
0 1 0 1 0 1 0 1 0 1
Commutativity
For commutativity, we want to show that 𝑎 ∗ 𝑏 = 𝑏 ∗ 𝑎
Let 𝑦1 , 𝑦2 ∈ ℝ
1 𝑦1 1 𝑦2 1 𝑦2 + 𝑦1 1 𝑦1 + 𝑦2
LHS: 𝑎 ∗ 𝑏 = [ ][ ]=[ ]=[ ]
0 1 0 1 0 1 0 1
1 𝑦2 1 𝑦1 1 𝑦1 + 𝑦2
RHS: 𝑏 ∗ 𝑎 = [ ][ ]=[ ]
0 1 0 1 0 1
LHS=RHS
Commutativity is satisfied hence H forms an Abelian group under matrix multiplication.
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
P a g e | 26
Exercise 1.2.2
1 A binary operation ⨁ is defined on the set ℝ of real numbers by 𝑥⨁𝑦 = 𝑥 − 5𝑥𝑦 + 𝑦.
Determine if ℝ forms a group under ⨁.
2 A set 𝐺 = {𝑖, −𝑖, 1, −1} is for complex numbers of unity moduli
(iii) Explain briefly how the table shows that 𝐺 is an Abelian group under multiplication
1 0
3 The set 𝑀 consists of matrices of the form ( ) where 𝑛 ∈ ℝ. Determine whether
𝑛 1
(𝑀,∗) forms a commutative group under matrix multiplication.
1 1
5 The function 𝑓 is defined by 𝑓: 𝑥 ⟼ 2−2𝑥 for 𝑥 ∈ ℝ, 𝑥 ≠ 0, 𝑥 ≠ 2 , 𝑥 ≠ 1. The function
1−𝑥
(a) Show that 𝑔(𝑥) = 1−2𝑥 and that 𝑔𝑔(𝑥) = 𝑥.
It is given that 𝑓 and 𝑔 are elements of a group 𝐾 under the operation of composition
of functions.
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
P a g e | 27
1
The element 𝑒 is the identity, where 𝑒: 𝑥 ⟼ 𝑥 for 𝑥 ∈ ℝ, 𝑥 ≠ 0, 𝑥 ≠ 2 , 𝑥 ≠ 1.
(c) Construct the operation table for the elements 𝑒, 𝑓, 𝑔 and ℎ of the group 𝐾.
∗ 𝒂 𝒃 𝒄
𝒂 𝑏 𝑎 𝑐
𝒃 𝑎 𝑏 𝑐
𝒄 𝑐 𝑐 𝑏
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
P a g e | 28
∗ 0 1 2 3 4 5
0
1
2
3
4
5
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
P a g e | 29
10 The binary operations ∗ and ⊗ are defined on the set ℝ of real numbers by
𝑎 ∗ 𝑏 = 𝑎 + 2𝑏 + 4, ∀𝑎, 𝑏 ∈ ℝ and 𝑎 ⊗ 𝑏 = 𝑎 + 3𝑏 − 𝑎𝑏, ∀𝑎, 𝑏 ∈ ℝ
Find the value of
(a) 2 ∗ (3 ⊗ 5) (b) (2 ∗ 3) ⊗ (2 ∗ 5)
(c) What conclusion can you draw from the result of (a) and (b).
11 Show that the set 𝐺 = {1, 5, 7, 11} under the binary operation of multiplication
modulo 12,
is a group. State whether or not the set is an Abelian group.
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
P a g e | 30
13
(a) The operations below are performed on the square above to produce elements
of the set = {𝑙, 𝑎, 𝑏, 𝑐} , where
𝑙 = leave the square where it is,
𝑎 = rotate it through 90° anticlockwise about 𝑂,
𝑏 = rotate it through 180° anticlockwise about 𝑂,
𝑐 = rotate it through 90° clockwise about 𝑂.
The x sign means “followed by” binary operation on the set S elements.
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
P a g e | 31
Make use of square I and the meanings of the elements, to complete table II.
Copy and fill up the table above. State the inverse of 𝑎.
(b) The set G = {0, 1, 2, 3}. Show that the set G forms a group under the operation
of addition modulo 4.
14 A binary operation ⊙ defined on a set 𝑄 = {2,3,4,5} has operation table shown.
⊙ 2 3 4 5
2 2 3 4 5
3 3 4 5 2
4 4 5 1 3
5 5 1 3 4
(a) Determine whether or not
(i) 𝑄 is closed with respect to the binary operation ⊙,
(ii) the operation ⊙ is commutative.
(b) What is the identity element 𝑒, under the operation ⊙.
15 Find the matrices for the clockwise rotations about the origin through the angles
0°, 90°, 180°, 270°.
By constructing a table of compositions show that this set denoted by M forms a
group under matrix multiplication.
16 The binary operation ∗ is defined on the set ℝ of real numbers by
𝑎 ∗ 𝑏 = 𝑎 + 𝑏 + 3𝑎𝑏, ∀𝑎, 𝑏 ∈ ℝ.
Find
(a) 3𝑎 ∗ 5𝑏 (b) (𝑥 2 + 𝑥 + 1) ∗ 𝑥 (c) (𝑎 ∗ 𝑏) ∗ 𝑐 (d) 𝑎 ∗ (𝑏 ∗ 𝑐)
(e) what can you conclude about your answers for part (c) and (d)?
17 Show that the set 𝑃 = {1, 3, 4, 5,9} under the binary operation of multiplication
modulo 11, is a group.
18 A binary operation ∗ is defined on the set ℝ of real numbers by 𝑝 ∗ 𝑞 = 𝑝 + 𝑞 − 3𝑝𝑞
where 𝑝, 𝑞 ∈ ℝ.
Find (a) the identity element 𝑒 under the operation (b) the inverse of an element
𝑥 ∈ ℝ,
______________________________________________________________________________
stating the value for which no inverse exists.
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
P a g e | 32
19 A set G = {0,1,2,3,4}, where the elements are defined from the turning of a minute
hand of a clock as follows:
0 = a turn through 0 minutes or multiples of 60 minutes
1 = turn through 12 minutes
2 = turn through 24 minutes
3 = turn through 36 minutes
4 = turn through 48 minutes
Defining 𝑎 ∗ 𝑏 as “a turn of the element 𝑎 followed by a turn of the element 𝑏”.
(i) Construct a multiplication table for all the elements of the set G.
(ii) Show that the set G is a group.
(iii) Establish whether the set G forms an Abelian group. Give a reason for your
answer.
20 The binary operation ∗ is defined on the set ℝ of real numbers by
𝑎 ∗ 𝑏 = 𝑎 + 𝑎𝑏 2 + 3, ∀𝑎, 𝑏 ∈ ℝ.
Find (a) (5 ∗ 3) ∗ 7 (b) 5 ∗ (3 ∗ 7)
(c) What conclusion can you draw from the results of (a) and (b).
21 Consider the set 𝐻 = {1, 3, 5, 7} under the binary operation of multiplication modulo 8.
(i) Construct the operation table and, assuming associativity, show that 𝐻 forms a
group.
(ii) Find all the proper subgroups of 𝐺.
𝑎+𝑏
22 The binary operation ∗ is defined on the set ℝ of real numbers by 𝑎 ∗ 𝑏 = .
2𝑎𝑏
∀𝑎, 𝑏 ∈ ℝ. Find
3
(a) 𝑎 ∗ (𝑏 ∗ 𝑐) (b) (𝑎 ∗ 𝑏) ∗ 𝑐 (c) (2𝑥 + 1) ∗ (3𝑥 + 2) (d) 3𝑎∗5𝑏
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_
P a g e | 33
23
The diagram shows a regular pentagon ABCDE with centre O. Five transforms of
the figure are defined as follows:
𝑒 is the volentity transformation “do nothing”.
2𝜋 4𝜋 6𝜋 8𝜋
𝑟1 , 𝑟2 , 𝑟3 , 𝑟4 are anticlockwise rotations about O through , , , , respectively.
5 5 5 5
Given that the five transformations form a group, construct the corresponding group
table. State the inverse of each transformation.
______________________________________________________________________________
“There are 10 kinds of people in the world, those that understand binary and the other 9” Jonathan
Kariv
[email protected] /+263773975592/+263737967477_