Group Theory Report
Group Theory Report
Bombay
Summer of Science 2022
May - July 2022
Group Theory
Acknowledgment
I have taken efforts in this project. However, it would not have been possible
without the kind support and help of my mentor Prerna Dhankhar and Maths
and Physics Club . I would like to extend my sincere thanks to them.
I am very grateful to Maths and Physics club for giving me this opportunity.
Also I like to thank to my mentor, her guidance and constant supervision was
very helpful for me throughout the journey.
Contents
1 Preliminaries 4
1.1 Theorem : Division Algorithm . . . . . . . . . . . . . . . . . . . 4
1.2 Theorem : GCD Is a Linear Combination . . . . . . . . . . . . . 4
1.3 Euclid’s Lemma : . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.4 Theorem : Fundamental Theorem of Arithmetic . . . . . . . . . 4
1.5 Theorem : First Principle of Mathematical Induction . . . . . . . 5
1.6 Theorem : Second Principle of Mathematical Induction . . . . . 5
1.7 Theorem : Equivalence Classes Partition . . . . . . . . . . . . . . 5
1.8 Properties of Functions . . . . . . . . . . . . . . . . . . . . . . . 5
2 groups 6
2.1 Theorem : Uniqueness of the Identity . . . . . . . . . . . . . . . 7
2.2 Theorem : Cancellation . . . . . . . . . . . . . . . . . . . . . . . 7
2.3 Theorem : Uniqueness of Inverses . . . . . . . . . . . . . . . . . . 7
2.4 Theorem : Socks-shoes property . . . . . . . . . . . . . . . . . . 7
3 Finite Groups;Subgroups 8
3.1 Theorem : One-step Subgroup Test. . . . . . . . . . . . . . . . . 8
3.2 Theorem : Two-step Subgroup Test . . . . . . . . . . . . . . . . 9
3.3 Theorem : Finite Subgroup Test . . . . . . . . . . . . . . . . . . 9
3.4 Theorem : ⟨a⟩ is a Subgroup . . . . . . . . . . . . . . . . . . . . 9
3.5 Theorem : Center is a Subgroup . . . . . . . . . . . . . . . . . . 9
3.6 Theorem : C(a) is a Subgroup . . . . . . . . . . . . . . . . . . . 10
4 Cyclic Groups 11
4.1 Theorem : criterion for ai = aj . . . . . . . . . . . . . . . . . . . 11
4.1.1 Corollary : |a| = |⟨a⟩| . . . . . . . . . . . . . . . . . . . . 11
4.1.2 Corollary : ak = e Implies That |a| divides k . . . . . . . 11
4.2 Theorem : ⟨ak ⟩ = ⟨agcd(n,k) ⟩ . . . . . . . . . . . . . . . . . . . . 11
4.2.1 Corollary : In a finite cyclic group, the order of an element
divides the order of the group . . . . . . . . . . . . . . . . 12
4.2.2 Corollary : Let |a| = n. Then ⟨ai ⟩ = ⟨aj ⟩ if and only if
gcd(n, i) = gcd(n, j) and same condition for order. . . . . 12
2
CONTENTS 3
5 Permutation Groups 14
5.1 Theorem : Product of Disjoint Cycles . . . . . . . . . . . . . . . 14
5.2 Disjoint Cycles Commute . . . . . . . . . . . . . . . . . . . . . . 15
5.3 Theorem : Order of a Permutation . . . . . . . . . . . . . . . . . 15
5.4 Theorem : Product of 2-Cycles . . . . . . . . . . . . . . . . . . . 15
5.4.1 lemma :If ϵ = β1 β2 ...βr , where the β’s are 2 cycles, then
r is even . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
5.5 Theorem : Always Even or Always Odd . . . . . . . . . . . . . . 16
5.6 Theorem : Even Permutations Form a Group . . . . . . . . . . . 16
5.7 Theorem : Order of Alternating Group . . . . . . . . . . . . . . . 17
6 Isomorphisms 18
6.1 Theorem : Cayley’s Theorem . . . . . . . . . . . . . . . . . . . . 18
Preliminaries
In this chapter I will discus some prerequisite Theorems or rules to start learning
Group Theory.
4
CHAPTER 1. PRELIMINARIES 5
groups
definition : Groups
Let G be a set together with a binary operation (usually called mul-
tiplication) that assigns to each ordered pair (a, b) of elements of G an
element in G denoted by ab. We say G is a group under this operation
if the following three properties are satisfied.
1. Associativity - The operation is associative; that is, (ab)c = a(bc)
for all a, b, c in G.
2. Identity - There is an element e (called the identity) in G such
that ae = ea = a for all a in G.
3. Inverses- For each element a in G, there is an element b in G
(called an inverse of a) such that ab = ba = e
Along with all these conditions group is called Abelian if it has property
ab = ba for every pair, but being Abelian or Non-Abelian doesn’t affect integrity
of group.
6
CHAPTER 2. GROUPS 7
(ab)(ab)−1 = e (2.1)
Multiply (1) by a−1 from left.
Finite Groups;Subgroups
definition : Subgroup
If a subset H of a group G is itself a group under the operation of G,
we say that H is a subgroup of G.
8
CHAPTER 3. FINITE GROUPS;SUBGROUPS 9
Definition : Centralizer of a in G
Let a be a fixed element of a group G. The centralizer of a in G, C(a),
is the set of all elements in G that commute with a. In symbols
C(a) = {g ∈ G|ga = ag}.
Cyclic Groups
11
CHAPTER 4. CYCLIC GROUPS 12
Permutation Groups
Notation:
1 2 3 4
α = This is the way we can write permutations here α(j) is
2 3 1 4
directly placed below j for every j. We can also write this in cyclic notation
where we write α = (123)(4). It means that 1 goes to 2 then 2 goes to 3 and
3 goes to 1. In case of 4 it points to itself.We can also ignore 4 in it because it
points to itself we can ignore this while writing then α = (123).
14
CHAPTER 5. PERMUTATION GROUPS 15
(a1 , al )(a1 , al−1 )..(a1 , a2 )(b1 , bm )(b1 , bm−1 )..(b1 , b2 )...(c1 , cn )(c1 , cn−1 )..(c1 , c2 )
Hence proved.
CHAPTER 5. PERMUTATION GROUPS 16
where the β’s and the γ’s are 2-cycles, then r and s are both even or
both odd
Proof:
β1 β2 ...βr = γ1 γ2 ...γs this implies
since a 2-cycle is its own inverse. Thus, the lemma 5.4.1 guarantees that s + r
is even. It follows that r and s are both even or both odd
Isomorphisms
18
CHAPTER 6. ISOMORPHISMS 19
Properties of Cosets
Let H be a subgroup of G, and let a and b belong to G. Then,
1. a ∈ aH.
2. aH = H if and only if a ∈ H.
21
CHAPTER 7. COSETS AND LAGRANGE’S THEOREM 22
G = a1 H ∪ ... ∪ ar H.
Now, property 4 of the cosets shows that this union is disjoint, so that
Example
L
U (8) U (10) = {(1, 1), (1, 3), (1, 7), (1, 9), (3, 1), (3, 3), (3, 7), (3, 9), (5, 1), (5, 3),
(5, 7), (5, 9), (7, 1), (7, 3), (7, 7), (7, 9)}.
The product (3, 7)(7, 9) = (5, 3) since the first components are combined by
multiplication modulo 8, whereas the second components are combined by mul-
tiplication modulo 10.
23
CHAPTER 8. EXTERNAL DIRECT PRODUCTS 24
Example
L
We determine the number of elements of order 5 inL Z25 Z5 . By Theorem 8.1,
we may count the number of elements (a, b) in Z25 Z5 with the property that
5 = |(a, b)| =lcm(|a|, |b|).Clearly this requires that either |a| = 5 and |b| = 1 or
5, or |b| = 5 and |a| = 1 or 5. We consider two mutually exclusive cases.
Case 1 |a| = 5 and |b| = 1 or 5. Here there are four choices for a (namely,
5, 10, 15, and 20) and five choices for b. This gives 20 elements of order 5.
Case 2 |a| = 1 and |b| = 5. This time there is one choice for a and four choices
for b, so weLobtain four more elements of order 5.
Thus, Z25 Z5 has 24 elements of order 5.
L
8.2 Theorem : Criterion for G H to be Cyclic
L
Let G and H be finite cyclic groups. Then G H is cyclic if and only
if |G| and |H| are relatively prime.
Proof : L
Let |G| = m and |H| = n,L so that |G H| = mn. To prove the first half of
the theorem, we assume G H is cyclic and show that m and n are L relatively
prime. Suppose that gcd(m, n) = d and (g, h) is a generator of G H. Since
(g, h)mn/d = ((g m )n/d , (hn )m/d ) = (e, e), we have mn = |(g, h)| ≤ mn/d. Thus,
d = 1.
To prove the other half of the theorem, let G = ⟨g⟩ and L H = ⟨h⟩ and suppose
gcd(m, n) = 1. LThen, |(g, h)| =lcm(m, n) = mn = |G H|, so that (g, h) is a
generator of G H.
L L L
8.2.1 corollary : Criterion for G1 G2 ... Gn to Be
Cyclic
L L L
An external direct product G1 G2 ... Gn of a finite number of
finite cyclic groups is cyclic if and only if |Gi | and |Gj | are relatively
prime when i ̸= j.
L L L
8.2.2 Corollary :Criterion for Zn1 n2 ...nk ≈ Zn1 Zn2 ... Znk
L L L
Let m = n1 n2 ...nk . Then Zm is isomorphic to Zn1 Zn2 ... Znk if
and only if ni and nj are relatively prime when i ̸= j.
8.3.1 Corollary
Let m = n1 n2 ...n
L k , where L i , nj ) = 1 for i ̸= j. Then,
L gcd(n
U (m) ≈ U (n1 ) U (n2) ... U (nk ).