PHD → Algebra → Group Theory ↓
Cosets and Lagrange's Theorem
Group theory is a branch of algebra that studies algebraic structures known as groups. One of the fundamental concepts within group theory is the coset and the Lagrange theorem. These concepts are important for understanding the structure of groups and their subgroups.
Understanding groups and subgroups
A group G
is a set equipped with a binary operation (often called multiplication) that satisfies certain axioms: closure, associativity, the existence of an identity element, and the existence of inverse elements. Mathematically, if g, h
are elements of G
, then:
1. Completion: ( g cdot h in G ) 2. Associative: ( (g cdot h) cdot k = g cdot (h cdot k) ) 3. Identity: There exists an element ( e in G ) such that ( g cdot e = e cdot g = g ) 4. Inverse: For every ( g in G ) there exists an element ( g^{-1} in G ) such that ( g cdot g^{-1} = g^{-1} cdot g = e )
A subgroup H
of a group G
is a subset of G
which is itself a group under an operation defined on G
What are cosets?
In the context of groups, a coset is a subgroup formed by multiplying (or adding, in the case of additive groups) all the elements of a group by a fixed element of the group. Specifically, if H
is a subgroup of G
, and g
is an element of G
, then the left coset of H
with respect to g
is:
( gH = { g cdot h mid h in H } )
Similarly, the right coset of H
with respect to g
is:
( HG = { H cdot G mid H in H } )
Visualize this with a simple SVG example. Let's say ( o ) is the identity element, and H
is a subgroup containing the elements ( { o, a, b } ). If g
is an element from G
that is not in H
, and we multiply each element in H
by g
, we generate a new set of elements:
Here, gH = { g cdot o, g cdot a, g cdot b }
creates a new set in G
that denotes the left coset of H
by g
.
Properties of cosets
An interesting aspect of cosets is that they partition the group into disjoint subgroups of equal size. Below are some fundamental properties:
- The cosets of a subgroup
H
inG
are either equal or disjoint. - All cosets of a subgroup
H
have the same cardinality (size), which is equal to the cardinality ofH
Let us understand this property with a text example:
For a group G = { e, a, b, c }
and a subgroup H = { e, a }
, compute the left coset:
eH = { e cdot e, e cdot a } = { e, a } bH = { b cdot e, b cdot a } = { b, c } cH = { c cdot e, c cdot a } = { c, b }
Note that bH
and cH
result in the same set, which shows that these two cosets are equal. Also, every element of G
belongs to exactly one coset, which shows how cosets form a partition of the group.
Lagrange's theorem
The Lagrange theorem is a fundamental result in group theory, providing insight into the relationship between a group and its subgroups. It states:
If G
is a finite group and H
is a subgroup of G
, then the order (number of elements) of H
divides the order of G
Expressed mathematically:
|g| = n times |h|
where |G|
is the order of the group, |H|
is the order of the subgroup, and n
is the number of distinct cosets of H
in G
(also called the index of H
in G
).
Example of Lagrange's Theorem
Consider the symmetric group S_3
, which consists of all possible permutations of a three-element set. It has the following elements:
S_3 = {e, (12), (13), (23), (123), (132) }
The order of S_3
is 6. Let us take H = { e, (12) }
as a subgroup of S_3
:
|h| = 2
According to Lagrange's theorem, the cosets of H
must partition S_3
. The possible cosets can be calculated as follows:
eH = { e cdot e, e cdot (12) } = { e, (12) } (13)H = { (13) cdot E, (13) cdot (12) } = { (13), (132) } (23)H = { (23) cdot E, (23) cdot (12) } = { (23), (123) }
The three cosets eH, (13)H,
and (23)H
are clearly distinct and cover all elements of S_3
, which shows the truth of Lagrange's theorem.
Conclusion
The concepts of cosets and the Lagrange theorem play an important role in understanding the structure of groups in algebra. Cosets provide a way to divide groups into uniform and structured subgroups, and the Lagrange theorem provides a powerful tool for analyzing the relationship between a group and its subgroups. These ideas provide the basis for more advanced topics in algebra and have wide applications in physics, cryptography, and other fields.