PHD → Algebra → Group Theory ↓
Subgroups
In the vast field of mathematics, particularly in the domain known as group theory, the concept of a subgroup plays a fundamental role. Subgroups form the building blocks of group theory, providing information about the internal structure and properties of groups. Understanding subgroups is important not only for pure mathematics but also for applications in physics, chemistry, and computer science.
Introduction to the group
Before getting into the specifics of subgroups, it is important to have a clear understanding of what groups are. A group is a mathematical object defined by a set of elements, as well as an operation that combines any two elements to form a third element, which is also within the group. Groups must satisfy four key properties:
- Closure: For all elements
a
andb
in the group, the result of the operation,a * b
, is also in the group. - Associativity: For all elements
a
,b
, andc
of the group,(a * b) * c = a * (b * c)
- Identity element: There exists an element
e
in the group such that for every elementa
in the group,a * e = e * a = a
. - Inverse element: For every element
a
in the group, there exists an elementb
such thata * b = b * a = e
, wheree
is the identity element.
What is a subgroup?
A subgroup is a smaller group that lies within a larger group. Formally, a subgroup H
of a group G
is called a subgroup if H
itself forms a group under the operation defined on G
. For H
to be a subgroup of G
, it must satisfy three conditions:
- Nonemptiness:
H
is nonempty, that is, it has at least one element. - Closure: for any
a
,b
inH
, the producta * b
is also inH
. - Inverse: For any element
a
inH
, the inverse ofa
, denoted bya -1
, also lies inH
If these conditions are met, H
is a subgroup of G
, and we write H ≤ G
Demonstrate subgroups with simple examples
Let's look at some visual examples to understand the concept of subgroups more easily.
Example 1: Subgroup of integers
Consider the group of integers (mathbb{Z}, +)
under addition. A simple subgroup of this group is the group of even integers 2mathbb{Z}
, which consists of all numbers of the form 2n
, where n
is an integer. We represent it as follows:
(2mathbb{Z}, +)
Diagrammatically, you can see the integers as a long number line, with red dots for even numbers:
The red dots indicate elements of the subgroup of even integers, which clearly form a subset of the larger group of integers.
Example 2: Symmetry group of a square
Consider the symmetries of a square, which form a group denoted by D_4
. This group consists of the following elements:
- Identity (no change)
- Rotation up to 90 degrees
- Rotation by 180 degrees
- Rotation up to 270 degrees
- Flip on vertical axis
- Flip on the horizontal axis
- Flip on diagonal axis (two options)
A possible subgroup within D_4
can only be rotations, which do not include flip operations. This subgroup is itself a group because:
- It includes the identity and all elements are closed under combination (the combination of two rotations produces another rotation).
- Every rotation operation has an inverse (for example, a 90 degree clockwise rotation can be undone by rotating 270 degrees clockwise).
Theorems and properties of subgroups
Subgroups have many important properties and theorems that serve as tools for further exploration and understanding.
Lagrange's theorem
The Lagrange theorem is a fundamental result in group theory that relates the size of a subgroup to the size of the whole group. It states that:
|G| = [G : H] * |H|
where |G|
is the order (number of elements) of the group G
, H
is a subgroup of G
, and [G : H]
is the index of H
in G
, indicating the number of distinct left cosets of H
in G
Normalizer and Centralizer
In the context of subgroups, two related constructions, normalizer
and centralizer
, provide a means of understanding subgroups with respect to other group elements:
- The normalizer of a subgroup
H
inG
, denotedN_G(H)
, is the set of all elements inG
thatH
normalizes. In formal terms,N_G(H) = { g ∈ G | gHg -1 = H }
. - The centralizer of an element
a
inG
, denotedC_G(a)
, is the set of all elements inG
that commute witha
. In formal terms,C_G(a) = { g ∈ G | ga = ag }
.
Simple example using text
Let's look at some simple text-based examples to strengthen our understanding of subgroups.
Example 1: Subgroup of a permutation
Consider the permutation group S3
, which consists of all permutations of three objects. This group consists of the following elements:
e
- Permutation
(12)
(interchange elements 1 and 2) - Permutation
(13)
(interchange elements 1 and 3) - Permutation
(23)
(interchange elements 2 and 3) - Permutation
(123)
(rotate elements 1, 2, and 3) - Permutation
(132)
(rotate elements 1, 3, and 2)
The subgroup of S3
can be the set {e, (123), (132)}
. This subgroup satisfies the conditions for forming a subgroup:
- Closure: The composition of two elements (e.g.,
(123)
followed by(123)
) results in an element of the set. - Inverses: for every element, there is a corresponding inverse within the set (for example, the inverse of
(123)
is(132)
).
Example 2: Subgroup of a cyclic group
Consider a cyclic group Z6
, consisting of the integers modulo 6 under addition. A subgroup of this group can be Z3
, consisting of {0, 3}
.
- Closure: Adding any two elements of a subgroup gives another element of the subgroup.
- Inverse: For every element, there is also an equivalent negative element in the subgroup.
Conclusion
Subgroups are important in group theory because they allow us to break down complex groups into simpler components, giving a deeper understanding of the structure and symmetry of the group. Whether in visual or textual form, identifying and analyzing subgroups provides important insights not only in pure mathematics but also in various applied fields where symmetry and structure matter.