Module 3
Module 3
P P Savani University
Binary Operations
Binary Operations
The symbol +, ·, 0, ∗ etc. are used to denote binary operation on a set. Thus + will
be a binary operation on G if and only if
a + b ∈ G for all a, b ∈ G and a + b is unique.
This is said to be the closure property of the binary operation.
(P P Savani University) Group Theory July 31, 2025 2 / 66
Binary Operations
Algebraic Structure
A non-empty set together with one or more than one binary operations is called
algebraic structure.
Example:
(N, +), (Z, +), (R, +, ·) are all algebraic structure. Obviously addition and multiplication
are both binary operation on the set R of real numbers. Therefore, (R, +, ·) is an
algebraic structure equipped with two operation.
Associative Law
A binary operation ∗ on a set S is said to be associative or to satisfy associate
property, if and only if, for any elements a, b, c ∈ S
a ∗ (b ∗ c) = (a ∗ b) ∗ c
Commutative Law
A binary operation ∗ on the elements of the set is commutative or to satisfy
commutative property, if and only if, for any two elements a and b ∈ S,
a∗b=b∗a
Example: The algebraic structure (Z, −) where − denotes the binary operation of
subtraction on Z is neither associative nor commutative since
3 − (4 − 5) = 4 6= −6 = (3 − 4) − 5
and also 3 − 4 6= 4 − 3
Identity Element
An element e in a set S is called an identity element with respect to the binary
operation ∗ if, for any element a in S
a∗e=e∗a=a
Example: Consider any element x of the set Q of rational numbers with respect to
the binary operation addition. Obviously, 0 is the identity element,
since 0 + x = x + 0 = x, for every x ∈ Q. and similarly 1 is the identity element of
Q for the binary operation multiplication, since 1.x = x.1 = x, for every x ∈ Q.
(P P Savani University) Group Theory July 31, 2025 7 / 66
Properties of Group
I It is easily seen that for the set N of natural numbers there is no identity element
for addition; but 1 is an identity element with respect to multiplication.
I The identity element (if it exists) of any algebraic structure is unique.
Inverse Element
Consider a set S having the identity element e with respect to the binary
operation ∗. If corresponding to each element a ∈ S there exists an element
b ∈ S such that
a∗b=b∗a=e
Then b is said to be the inverse of a and is usually denoted by a−1 . We say a
is invertible.
Consider the set R of real numbers which has 0 as the identity element with respect
to the binary operation addition. Then, for any a ∈ R, we see that
(−a) + a = a + (−a) = 0
Thus, for any a of real number set, (−a) is its inverse. This is called the additive
inverse.
(P P Savani University) Group Theory July 31, 2025 9 / 66
Properties of Group
Example: Show that the binary operation ∗ defined on (R, ∗) where x∗y = max(x, y)
is associative.
Solution:
(x ∗ y) ∗ z = max(x, y) ∗ z
= max(max(x, y), z)
= max(x, y, z)
Again x ∗ (y ∗ z) = x ∗ max(y, z)
= max(x, max(y, z))
= max(x, y, z)
Hence (x ∗ y) ∗ z = x ∗ (y ∗ z)
Thus, ∗ is associative. J
(P P Savani University) Group Theory July 31, 2025 10 / 66
Properties of Group
(x ∗ y) ∗ z = xy ∗ z
= (xy )z
= xyz
Again x ∗ (y ∗ z) = x ∗ y z
z
= xy
z
Since xyz 6= xy , (x ∗ y) ∗ z 6= x ∗ (y ∗ z)
Thus, ∗ is not associative. J
(P P Savani University) Group Theory July 31, 2025 11 / 66
Properties of Group
Example: Let Z be the set of integers, Show that the operation ∗ on Z, defined by
a ∗ b = a + b + 1 for all a, b ∈ Z satisfies the closure property, associative law and the
commutative law. Find the identity element. What is the inverse of an integer a?
Definition of Group
Group
Abelian Group
A group G is said to be Abelian if the commutative law holds i.e., a ∗ b = b ∗ a
for all a, b ∈ G
Example
I The set R of real numbers, for the binary operation of addition, is a group, with
0 as identity element and (−a) as inverse of a. The same is true of the set Z of
integers or the set Q of all rational numbers or the set C of complex numbers.
I The set R∗ of non-zero real numbers, for the binary operation of multiplication,
is a group, with 1 as identity element and (1/a) as inverse of a. The same is
true of the set Q∗ of non-zero rational numbers or the set C∗ of non-zero
complex numbers.
I The set Z+ of positive integers with operation + is not a group. There is no
identity element for + in Z+ . The set Z+ with operation multiplication is not a
group. There is an identity element 1, but no inverse of 3.
(P P Savani University) Group Theory July 31, 2025 16 / 66
Abelian group
Example: Show that the set of all positive rational numbers forms an abelian group
under the composition defined by a ∗ b = (ab)/2.
Solution: Let Q+ denote the set of all positive rational numbers. We have to show that
(Q+ , ∗) is a group under the composition a ∗ b = (ab)/2.
Closure Property: Since for every element a, b ∈ Q+ , (ab)/2 is also in Q+ , therefore Q+
is closed with respect to operation ∗.
Associative Law: For a, b, c ∈ Q+ , we have
(a ∗ b) ∗ c = (ab/2) ∗ c ⇒ (ab/2)c/2 = a/2(bc/2) = a ∗ (bc/2) = a ∗ (b ∗ c)
Identity Element: Let e be the identity element in Q+ , such that e ∗ a = a = a ∗ e.
Now e ∗ a = a ⇒ (ea)/2 = a ⇒ (a/2)(e − 2) = 0
⇒ e = 2, Since a ∈ Q+ ⇒ a > 0
But 2 ∈ Q+ and we have 2 ∗ a = (2a)/2 = a = a ∗ 2 for all a ∈ Q+
Composite Table
For finite set, a binary operation on the set can be defined by mean of a table,
called the composite table.
* a b c
a c b a
b a a a
c b b b
∗ a b c d e
a a b c b d
b b c a e c
c c a b b a
d b e b e d
e d b a d e
Example: Prove that the fourth roots of unity 1, −1, i, −i form an abelian
multiplicative group.
Solution: Let G = {1, −1, i, −i}. We form the composite table as
× 1 −1 i −i
1 1 −1 i −i
−1 −1 1 −i i
i i −i −1 1
−i −i i 1 −1
Closure Property: Since all the entries in the table are the elements of G and
hence G is closed with respect to multiplication.
Associative Law: a(bc) = (ab)c for all values of a, b, c in G.
Identity element: It can be seen from the first row and first column of table. 1 ∈ G
is identity element as 1.a = a.1 = a.
Inverse: Inverse of 1, −1, i, −i are 1, −1, −i, i respectively and all those belong to G.
Hence, G is a multiplicative group.
Commutative Law: ab = ba for all a, b in G.
From the composition table it is clear that elements in each row are the same as
elements in the corresponding column so that ab = ba.
Hence, it follows that G is an abelian multiplicative group. J
Example: Show that the set {1, 2, 3, 4, 5} is not a group under addition modulo 6.
Solution: Let G = {1, 2, 3, 4, 5}. The operation addition modulo 6 is denoted by
+6 . We can operate +6 on the elements in G and prepare the composition table as
+6 1 2 3 4 5
1 2 3 4 5 0
2 3 4 5 0 1
3 4 5 0 1 2
4 5 0 1 2 3
5 0 1 2 3 4
Since all the entries in the composition table do not belong to G, in particular 0 ∈
/ G.
Hence, G is not closed w.r.t. +6 . Consequently (G, +6 ) is not a group. J
Groupoid
Semigroup
Monoid
An algebraic structure (S, ∗) is called a Monoid if the following conditions are
satisfied:
1 The binary operation ∗ is a closed operation. (Closure law)
2 The binary operation ∗ is an associative operation. (Associative law)
3 There exists an identity element.
Thus a monoid is a semigroup (S, ∗) that has an identity element.
Example: Show that N , the set of positive integers, and ∗ is the operation of least
common multiple (l.c.m) on N, (N, ∗) is a semigroup, it is also commutative.
Solution: For a, b ∈ N , defined a ∗ b = l.c.m(a, b). Clearly a ∗ b ∈ N and for
a, b, c ∈ N.
(a ∗ b) ∗ c = [l.c.m(a, b)] ∗ c
= l.c.m[l.c.m(a, b), c]
= l.c.m[a, b, c]
= l.c.m[a, l.c.m(b, c)]
= a ∗ (b ∗ c)
So ∗ is associative, Hence (N, ∗) is a semigroup.
Clearly, a ∗ b = l.c.m(a, b) = l.c.m(b, a) = b ∗ a for all a, b ∈ N. Hence ∗ is
commutative. J
(P P Savani University) Group Theory July 31, 2025 27 / 66
Subgroup
Subgroup
Now every set is a subset of itself. Therefore, if G is a group, then G itself is subgroup
of G. Also if e is the identity element if G. Then the subset of G containing only
identity element is also a subgroup of G. There two subgroup (G, ∗) and ({e}, ∗) of
the group (G, ∗) are called improper or trivial subgroup, others are called proper
or non-trivial subgroup.
Example:
i The multiplicative group {1, −1} is a subgroup of the multiplicative group
{1, −1, i, −i}
ii The additive group of even integers is a subgroup of the additive group of all
integers.
iii The set Q+ of all non-zero positive rational numbers is a subgroup of the
multiplicative group Q∗ of all non-zero rational numbers.
Cosets
Let H be a subgroup of group G and let a ∈ G. Then the set {a ∗ h : h ∈ H}
is called the left coset generated by a and H and is denoted by aH.
Similarly the set Ha = {h ∗ a : h ∈ H} is called the right coset and is denoted
by Ha.
Cont..
We see that the right coset H, H + 1 and H + 2 are all distinct and moreover these
are disjoint i.e, have no element common.
Now 3 ∈ G and H + 3 = {· · · , −6, −3, 0, 3, 6, 9, 12, · · · }.
We see that H + 3 = H. Also we observe that 3 ∈ H.
Again 4 ∈ G and H + 4 = {· · · , −5, −2, 1, 4, 7, 10, 13, · · · } = H + 1
Thus there exists three disjoint right cosets namely H, H + 1, H + 2.
The Union of all right coset of H in G will be equal to G. i.e.
G = H ∪ (H + 1) ∪ (H + 2)
Hence, The index of H in G is 3. J
Normal Subgroup
A subgroup H of a group G is said to be a normal subgroup of G if Ha = aH
for all a ∈ G.
Order of a group
The number of elements in group is called the order of the group.
The order of a group G is denoted by o(G). A Group of finite order is called a finite
group.
Lagrange’s Theorem
The order of each subgroup of a finite group G is a divisor of the order of the
group G.
Example: If G be an abelian group with identity e, then prove that all elements x
of G satisfying the equation x2 = e form a subgroup H of G.
Solution: Let H = {x : x2 = e} Now x2 = e ⇒ x = x−1
Therefore, if x ∈ H, then x−1 also belongs to H.
Furthermore e2 = e. Hence the identity element of G also belongs to H.
Let x, y ∈ H.
Then, since G is abelian, we have
xy = yx
= y −1 x−1 , as x−1 = x and y −1 = y
= (xy)−1 .
Therefore, (xy)2 = e
So xy ∈ H and H is a subgroup of G. J
(P P Savani University) Group Theory July 31, 2025 35 / 66
Cyclic group
Cyclic Group
A group G is called a cyclic group if, for some a ∈ G, every element of G is of
the form an , where n is some integer i.e, G = {an : n ∈ Z}. The element a is
then called a generator of G.
Example: The set of integers with respect to +, i.e (Z, +) is a cyclic group, show
that it have a generator being 1.
Solution: We have 11 = 1, 12 = 1 + 1, 13 = 1 + 1 + 1 = 3 and so on.
Similarly 1−1 = Inverse of 1 = −1 and
1−2 = (12 )−1 = −2
1−3 = (13 )−1 = −3 and so on.
Thus each element of G can be expressed as some integral power of 1.
Similarly we can show that −1 is also a generator. J
Example: How many generators are there of the cyclic group G of order 8?
Solution: Let a be generator of G. Then o(a) = 8.
We can write G = {a, a2 , a3 , a4 , a5 , a6 , a7 , a8 }
7 is prime to 8 therefore, a7 is also generator of G.
5 is prime to 8 therefore, a5 is also generator of G.
3 is prime to 8 therefore, a3 is also generator of G.
Thus there are only four generators of G i.e., a, a3 , a5 , a7 .
Example: Show that the group ({1, 2, 3, 4, 5, 6}, ×7 ) is cyclic. How many generators
it have ?
Solution: G be a given group. If there exists an element a ∈ G such that o(a) = 6
i.e., equal to the order of the group G then the group G will be a cyclic group and a
will be a generator of G. Note that o(3) = 6 because
(31 = 3)
(32 = 3 ×7 3 = 2)
(33 = 32 ×7 3 = 6)
(34 = 33 ×7 3 = 4)
(35 = 34 ×7 3 = 5)
(36 = 35 ×7 3 = 1) i.e., the identity element.
So, G is cyclic and 3 is a generator of G. We can write G = {3, 32 , 33 , 34 , 35 , 36 }.
Now 5 is prime to 6. There 35 i.e., 5 is also generator of G.
(P P Savani University) Group Theory July 31, 2025 41 / 66
Permutation group
Permutation group
Permutation
Let A be a finite set. Then a function f : A → A is said to be a permutation
of A if
1 f is one-one
2 f is onto
i.e., A bijection from A to itself is called a permutation of A.
The number of distinct element in finite set A is called the degree of permutation.
Let f and g be two permutation on set X. Then f = g if and only if f (x) = g(x)
for all x in X.
Identity Permutation
If each element of a permutation be replaced by itself. Then it is called the
identity permutation and is denoted by the symbol I.
For example, !
a b c
I= is an identity permutation.
a b c
Example: Find the product of two permutations and show that it is not commutative.
! !
1 2 3 4 1 2 3 4
f= and g =
2 1 4 3 3 2 1 4
Solution:
! ! !
1 2 3 4 1 2 3 4 1 2 3 4
fg = =
2 1 4 3 3 2 1 4 2 3 4 1
! ! !
1 2 3 4 1 2 3 4 1 2 3 4
gf = =
3 2 1 4 2 1 4 3 4 1 2 3
We observe that f g 6= gf .
This shows that the product of two permutations is not commutative.
But we can prove that permutations multiplication is associative.
(P P Savani University) Group Theory July 31, 2025 46 / 66
Permutation group
Inverse Permutation
Since a permutation is one-one onto map and hence it is invertible, i.e., every
permutation f on a set P = {a1 , a2 , · · · , an } has a unique inverse permutation
denoted by f −1 .
Thus if !
a1 a2 a3 · · · an
f=
b1 b2 b3 · · · bn
Then !
−1 b1 b 2 b3 · · · bn
f =
a1 a2 a3 · · · an
◦ P0 P1 P2 P3 P4 P5
P0 P0 P1 P2 P3 P4 P5
P1 P1 P2 P0 P4 P5 P3
P2 P2 P0 P1 P5 P3 P4
P3 P3 P5 P4 P0 P2 P1
P4 P4 P3 P5 P1 P0 P2
P5 P5 P4 P3 P2 P1 P0
Permutation Group
Let A be a set of degree n. Let Pn be the set of all permutations of degree n on
A. Then (Pn , ∗) is a group, called a permutation group and the operation ∗
is the composition (multiplication) of permutations.
Cyclic Permutation
A permutation which replaces n objects cyclically is called a cyclic permutation
of degree n.
Transpositions
AB = (1 2 3 4 5)(2 3)(4 5)
! !
1 2 3 4 5 1 2 3 4 5
=
2 3 4 5 1 1 3 2 5 4
!
1 2 3 4 5
= = (1 3 5)
3 2 5 4 1
!
1 2 3 4 5 6
Example: Express the permutation as a product of transpositions.
6 5 2 4 3 1
Solution:
!
1 2 3 4 5 6
= (1 6)(2 5 3)
6 5 2 4 3 1
= (1 6)(2 5)(2 3)
Note:
I Identity permutation is an even permutation.
I Every transposition is an odd permutation.
I Product of two odd permutation is an even permutation.
I Product of even and odd permutation is an odd permutation.
!
1 2 3 4 5 6
Example: Show that the permutation is odd,
5 6 2 4 1 3
!
1 2 3 4 5 6
while the permutation is even.
6 3 4 5 2 1
Solution: We have
!
1 2 3 4 5 6
= (1 5)(2 6 3)
5 6 2 4 1 3
= (1 5)(2 6)(2 3)
Homomorphism of groups
Structure preserving maps between groups are called morphisms. So, to relate two
groups requires notions about such maps, which is defined below.
Let (G, ∗) and (G1 , ∗1 ) be two groups and f is a function from G into G1 , then f is
called a homomorphism of G into G1 if for all a, b ∈ G
f (a ∗ b) = f (a) ∗1 f (b)
Example: Let G = Z is additive group and G0 = {1, −1} the multiplicative group.
the mapping f : G → G0 defined by f (n) = 1 if n is even number and f (n) = −1 if n
is odd number is group homomorphism, as f (m + n) = f (m).f (n) for all m, n ∈ Z.
Isomorphism of group
Example: If R be the group of real numbers under addition and let R+ be the
group of positive real numbers under multiplication. Let f : R → R+ be defined by
f (x) = ex then show that f is an isomorphism.
Solution: If f (a) = f (b), so that ea = eb , then a = b. Thus f is one to one.
If c ∈ R+ , then ln c ∈ R and f (ln c) = eln c = c.
Thus each element of R+ is the image of some element of R and hence f is onto.
Again f (a + b) = ea+b = ea eb = f (a)f (b).
Hence f is an isomorphism. J
Homomorphism of Semi-groups
Let (S, ∗) and (T, ◦) be any two semigroups, A mapping f : S → T such that for any
two element a, b ∈ S f (a ∗ b) = f (a) ◦ f (b) is called a semigroup homomorphism.
A homomorphism of a semigroup into itself is called a semigroup endomorphism.
A homomorphism f : S → T is called a semigroup isomorphism if f is a one-to-one
onto.
An isomorphism of a semigroup onto itself is called a semigroup automorphism.
τ ~αnk Ψφu !!