Graduate → Abstract Algebra → Groups ↓
Normal Subgroups
In abstract algebra, group theory is a major area of study. It brings a rigorous approach to understanding symmetry and structure in mathematical systems. At the core of this discussion about groups lies the concept of subgroups, and there is a special kind of subgroup called a "normal subgroup". This is a detailed exploration of normal subgroups, showing their theoretical basis and conceptual importance.
Basic concepts of group theory
Before diving into normal subgroups, let's recap some basic concepts of groups. A group (G) is a set equipped with a binary operation ((cdot)) that satisfies four fundamental properties:
1. Closure: For every ( a, b in G ), the result of the operation ( a cdot b ) is also in ( G ).
2. Associativity: For every ( a, b, c in G ), ((a cdot b) cdot c = a cdot (b cdot c)).
3. Identity Element: There exists an element ( e in G ) such that for every element ( a in G ), the equation ( e cdot a = a cdot e = a ) holds.
4. Inverse Element: For each ( a in G ), there exists an element ( b in G ) such that ( a cdot b = b cdot a = e ), where ( e ) is the identity element.
Subgroups
A subgroup is a subgroup of a group itself that is closed under the group operation and satisfies all group properties. Consider a group ( (G, cdot) ). A subgroup ( H subseteq G ) is called a subgroup if:
1. Closure: For every ( a, b in H ), the result ( a cdot b in H ).
2. Identity: The identity element ( e ) of ( G ) is in ( H ).
3. Inverses: For every ( a in H ), the inverse ( a^{-1} in H ).
Normal subgroups
Normal subgroups are a special type of subgroup where the left and right cosets of the subgroup in the group are equal. Formally, a subgroup ( N ) of a group ( G ) is normal if it satisfies:
[ gN = Ng text{ for all } g in G ]
This means that for each element of the group, the elements of the subgroup interact symmetrically while forming a coset. If ( N ) is a normal subgroup of ( G ), then we denote it by ( N trianglelefteq G ).
Visualization of cosets and normal subgroups
Let us consider the group (S_3), the symmetric group on three elements, consisting of all permutations of the set {1, 2, 3}.
S_3 = { e, (1 2), (1 3), (2 3), (1 2 3), (1 3 2) }
S_3 has many subgroups. Consider the subgroup ( H = { e, (1 2) } ). We verify ( H trianglelefteq S_3 ) by comparing the left and right cosets:
Left cosets of H: quad gH eH = { e, (1 2) } \
(1 2)H = { (1 2), e } quad text{(same as eH)} \
(1 3)H = { (1 3), (1 2 3) } \
(2 3)H = { (2 3), (1 3 2) } \
(1 2 3)H = { (1 2 3), (1 3) } \
(1 3 2)H = { (1 3 2), (2 3) }
Right cosets of H: quad Hg He = { e, (1 2) } \
H(1 2) = { (1 2), e } quad text{(same as He)} \
H(1 3) = { (1 3), (1 2 3) } \
H(2 3) = { (2 3), (1 3 2) } \
H(1 2 3) = { (1 2 3), (1 3) } \
H(1 3 2) = { (1 3 2), (2 3) }
We see that every left coset ( gH ) has a corresponding right coset ( Hg ). Therefore, ( H ) is a normal subgroup of ( S_3 ).
Algebraic properties and significance
One of the main reasons why normal subgroups are important is that they allow us to create quotient groups. If ( N trianglelefteq G ), then we can define the group of cosets, ( G/N ), using the operation:
(aN) cdot (bN) = (ab)N
The set of all such cosets ( {aN mid a in G} ) forms a group under this operation, the quotient group ( G/N ).
Example of a quotient group
Consider ( G = mathbb{Z} )
, the group of all integers under addition, and the subgroup ( N = 2mathbb{Z} ) (all even integers).
Left cosets of ( N ) in ( G ): eg, ( 0 + 2mathbb{Z} = { ldots, -4, -2, 0, 2, 4, ldots } = N ) \
( 1 + 2mathbb{Z} = { ldots, -3, -1, 1, 3, 5, ldots } ) \
These cosets represent the elements of the quotient group ( mathbb{Z}/2mathbb{Z} ). The operation is addition modulo 2, and this group is isomorphic to ( mathbb{Z}_2 ), the integers modulo 2.
Common subgroup tests
To check whether a subgroup ( N ) of a group ( G ) is normal, you can use the normal subgroup test:
A subgroup ( N ) of ( G ) is normal in ( G ) if and only if for every element ( g in G ) and ( n in N ), the element ( gng^{-1} ) is in ( N ).
gng^{-1} in N quad forall g in G, n in N
Why are normal subgroups important?
Normal subgroups play an important role in the overall structure theory of groups. They allow us to build new groups (quotient groups) from existing groups, making it possible to investigate the properties and characteristics of these groups in depth:
Simplification and analysis: By studying quotient groups, we can often break down complex groups into simpler components that are easier to analyze and understand.
Symmetry and invariance: Normal subgroups capture the essence of symmetries that remain invariant under group operations, and bridge the gap between abstract algebra and geometric and physical symmetries.
Homeomorphisms: Understanding normal subgroups further helps in understanding homeomorphisms (structure-preserving mappings between groups). They directly correspond to the kernels of homeomorphisms, which helps in the first isomorphism theorem.
In conclusion, normal subgroups provide a framework for exploring groups and their complexities more deeply. Understanding this concept expands our ability to work with fundamental algebraic structures and establishes connections to a variety of applications in mathematics and science.