Group theory is the mathematical study of symmetry and structure. Instead of focusing on what particular objects are made of, group theory studies the operations that can be performed on them and the rules those operations obey.
The same abstract structure appears in many different places:
- adding integers,
- rotating a polygon,
- permuting a collection of objects,
- multiplying invertible matrices,
- and studying symmetries of equations.
Once we recognize that these examples satisfy the same axioms, we can prove results about all of them at once.
Table of contents
Open Table of contents
- What is a group?
- The integers under addition
- A non-example: the integers under multiplication
- Abelian and non-abelian groups
- Basic consequences of the axioms
- Finite groups and Cayley tables
- Subgroups
- Cyclic groups
- The order of an element
- Permutation groups
- Symmetry groups
- Homomorphisms
- Kernel and image
- Cosets
- Lagrange’s theorem
- Normal subgroups and quotient groups
- A compact example
- Exercises
- Answers
- Where to go next
What is a group?
A group is a set together with an operation
that combines two elements to produce another element .
The pair is a group when the following four properties hold.
1. Closure
For every ,
The operation never takes us outside the set.
2. Associativity
For every ,
Associativity allows us to write without ambiguity. Notice that associativity is not the same as commutativity: it changes the placement of parentheses, not the order of the elements.
3. Identity element
There exists an element such that, for every ,
The element is called the identity of the group.
4. Inverses
For every , there exists an element such that
The element is called the inverse of .
We often suppress the operation symbol and write
instead of . In this notation, the group axioms become
The integers under addition
The most familiar example of a group is
Let . Then:
and
Therefore is a group. Its identity is , and the inverse of is .
Because the operation is addition, we usually write the inverse as rather than . Similarly, repeated addition is written
for .
A non-example: the integers under multiplication
Consider . Multiplication is closed and associative, and is an identity:
However, most integers do not have multiplicative inverses in . For example, an inverse of would have to satisfy
so , but . Therefore
is not a group.
If we instead use the nonzero rational numbers,
then is a group because every has the inverse
We exclude because no number can satisfy .
Abelian and non-abelian groups
A group is abelian if
for all .
The groups and are abelian. Not every group is.
For example, rotations in three-dimensional space generally do not commute. Rotating an object around the -axis and then around the -axis usually produces a different result from performing the rotations in the opposite order:
The order of operations matters in a non-abelian group.
Basic consequences of the axioms
The group axioms are short, but they imply many useful facts.
The identity is unique
Suppose and are both identity elements. Since is an identity,
Since is an identity,
Therefore
A group cannot have two different identity elements.
Every inverse is unique
Suppose and are both inverses of . Then
and
Using associativity,
Thus the inverse of is unique.
The inverse of a product
For ,
The order reverses because
and similarly,
This is analogous to putting on socks and then shoes: to undo the process, we remove the shoes first and the socks second.
Cancellation
If
then multiplying both sides on the left by gives
Associativity now gives
so
and therefore
This is the left cancellation law. Similarly,
Finite groups and Cayley tables
A group is finite if it contains finitely many elements. The number of elements in is called the order of and is denoted by
For a finite group, its operation can be displayed in a Cayley table.
Consider the integers modulo under addition:
Addition is performed modulo , so
and
Its Cayley table is
Every row and every column contains each group element exactly once. This follows from cancellation. For example, if two entries in the row corresponding to were equal, then
would imply .
Subgroups
A subset is a subgroup of if is itself a group under the operation inherited from . We write
Every group has at least two obvious subgroups:
and
The first is called the trivial subgroup.
For example, the even integers form a subgroup of :
Indeed, if , then
and
The identity also belongs to .
The subgroup test
A nonempty subset is a subgroup if, for every ,
This single condition contains everything we need.
Taking gives
Now that , taking gives
Finally, since , applying the condition to and gives
Thus contains the identity, inverses, and products.
Cyclic groups
Let . The subgroup generated by is
Here,
If
then is called a cyclic group, and is called a generator of .
The additive group of integers is cyclic:
In additive notation,
The group is also cyclic:
Starting from and repeatedly adding modulo gives
The element is another generator because
However,
is only a proper subgroup of .
Every cyclic group is abelian. If and , then
The order of an element
The order of an element , written , is the smallest positive integer such that
If no such positive integer exists, then has infinite order.
In , using additive notation, the order of is because
while neither nor is congruent to modulo .
Thus
More generally, in the additive group ,
For example,
Indeed,
Permutation groups
A permutation of a set is a bijection from the set to itself. The set of all permutations of
forms the symmetric group under composition.
The group has
elements.
One permutation is
This means
In cycle notation,
Applying three times returns every element to its starting position:
Therefore
Permutation composition is generally not commutative. Let
Using the convention that the rightmost permutation acts first,
whereas
Hence
so is non-abelian.
Symmetry groups
Group theory gives a precise language for symmetry.
Consider an equilateral triangle. The transformations that leave it looking unchanged are:
- the identity transformation,
- rotations by and ,
- and three reflections.
These six symmetries form the dihedral group
Let denote rotation by and let denote a reflection. Then
and the interaction between rotation and reflection is described by
Equivalently,
The group can be written as
Since
the group is non-abelian. In fact,
The symbol means that the two groups have the same abstract group structure even though their elements are described differently.
Homomorphisms
A group homomorphism is a function
that preserves the group operation:
for all .
If the groups use additive notation, this becomes
For example, define
by
Then
so is a homomorphism.
Every homomorphism sends the identity to the identity:
To see this, observe that
Cancellation in gives
Homomorphisms also preserve inverses:
Indeed,
Kernel and image
For a homomorphism , its kernel is
and its image is
For the reduction map
we have
because
Also,
because every congruence class is the image of the integer .
The kernel measures which elements become indistinguishable under the homomorphism. A homomorphism is injective exactly when
Cosets
Let and . The left coset of determined by is
The corresponding right coset is
In an additive group, we write
Consider the subgroup
of . Its cosets are
and
Every integer belongs to exactly one of these three cosets. They are precisely the three congruence classes modulo .
Every coset has the same number of elements as because the function
is a bijection.
Lagrange’s theorem
One of the first major results in finite group theory is Lagrange’s theorem:
If is a finite group and , then
In other words, the order of every subgroup divides the order of the group.
The reason is that the left cosets of partition , and every coset contains exactly elements. If there are distinct cosets, then
The number is called the index of in .
As an immediate consequence, the order of every element divides the order of the group:
For example, a group of order cannot contain an element of order , because
If for a prime number , then every non-identity element has order . Therefore every group of prime order is cyclic:
Normal subgroups and quotient groups
A subgroup is normal if
for every . We write
An equivalent condition is
for every .
Every subgroup of an abelian group is normal because
for all and .
When , the set of cosets
becomes a group under
For example,
is the quotient of by the subgroup . Its elements are
This connects modular arithmetic directly with group theory.
A compact example
Consider the additive group
Let
Repeatedly adding gives
so
and
The distinct cosets of are
Therefore
and Lagrange’s theorem appears concretely as
Because is abelian, is normal, and the quotient group has order
In fact,
Exercises
Exercise 1
Show that
is a subgroup of .
Exercise 2
Find every generator of .
Exercise 3
Calculate the order of every element of .
Exercise 4
Let
Find and .
Exercise 5
Let be a finite group with . What element orders are permitted by Lagrange’s theorem?
Answers
For Exercise 1, the set is nonempty, and for ,
Therefore the subgroup test gives
For Exercise 2, an element generates the group exactly when
Hence the generators are
For Exercise 3, use
Thus
For Exercise 4,
and
For Exercise 5, the order of an element must divide . Therefore the only possibilities are
Lagrange’s theorem permits these orders, although it does not by itself guarantee that elements of every permitted order exist.
Where to go next
The basic objects of group theory now fit into one picture:
At the same time, homomorphisms compare different groups:
The next natural topics are:
- group actions,
- the isomorphism theorems,
- direct products,
- the classification of finite abelian groups,
- Sylow’s theorems,
- and presentations by generators and relations.
The main habit to develop is to move constantly between abstract axioms and concrete examples. Groups become intuitive when we see the same structure in integers, permutations, matrices, and geometric symmetries.