Groups
1.1 Definition of a Group
Section titled “1.1 Definition of a Group”A group is a set together with a binary operation satisfying:
- Associativity: for all .
- Identity: There exists such that for all .
- Inverse: For each There exists such that .
If for all The group is abelian (or commutative).
1.2 Examples
Section titled “1.2 Examples”Example 1. is an abelian group with identity and inverse .
Example 2. (non-zero reals under multiplication) is an abelian group with identity and inverse .
Example 3. The symmetric group of all permutations of under composition is a non-abelian group for . It has order .
Example 4. is an abelian group of order Called the cyclic group of order .
Example 5. The set of all invertible real matrices, under matrix multiplication, forms the general linear group.
1.3 Dihedral Groups
Section titled “1.3 Dihedral Groups”The dihedral group is the group of symmetries of a regular -gon (for ). It consists of rotations and reflections, giving elements.
Let denote rotation by and denote any fixed reflection. Then:
The group satisfies the presentation:
For , is non-abelian (e.g., since when ).
Example 1.6. (symmetries of an equilateral triangle) has elements: . The map sending each symmetry to its permutation of the three vertices Gives an isomorphism . The rotations correspond to And the three Reflections correspond to the three transpositions.
Example 1.7. (symmetries of a square) has elements. Its center is Where is the rotation. The subgroups of include the rotation subgroup of order Four subgroups of order generated By reflections, and (the Klein four-group).
1.4 Permutations and Cycle Notation
Section titled “1.4 Permutations and Cycle Notation”Every element of can be written uniquely (up to reordering of disjoint cycles) as a product Of disjoint cycles. The cycle type of a permutation is the multiset of its cycle lengths (including -cycles).
Example. In The permutation has cycle type .
A transposition is a -cycle . Every permutation factors into transpositions:
The number of transpositions in a factorization is not unique, but its parity is.
Proposition 1.6. The sign of a permutation Defined by Where is the number of inversions of Is a well-defined group homomorphism . Its kernel is the alternating group of even permutations.
Proof. We first show is a homomorphism. For any transposition and any Permutation Multiplying by changes the number of inversions by an odd number, So . For any Write As a product of transpositions. Then . The kernel is precisely the set of even permutations, and .
Proposition 1.7. The number of -cycles in is .
Proof. Choose elements from : ways. Arrange them in a cycle: distinct -cycles (since a -cycle has equivalent representations by cyclic rotation). Total: .
1.5 Basic Properties
Section titled “1.5 Basic Properties”Proposition 1.8. The identity element of a group is unique.
Proof. Suppose and are both identity elements. Then .
Proposition 1.9. The inverse of each element is unique.
Proof. If and are both inverses of Then .
Proposition 1.10 (Cancellation Law). If Then . Similarly, if Then .
Proof. Multiply on the left by : So Giving I.e., .
Proposition 1.11. and .
1.6 Order of an Element
Section titled “1.6 Order of an Element”The order of an element Denoted Is the smallest positive integer such that . If no such exists, .
Proposition 1.12. if and only if divides .
Proof. Write with . Then . Since and is the smallest positive exponent giving We must have So divides . Conversely, if divides Say Then .
1.7 Subgroup Lattices
Section titled “1.7 Subgroup Lattices”The subgroup lattice of is the set of all subgroups of Partially ordered by inclusion, Visualized as a Hasse diagram (edges connect each subgroup to its immediate supergroups).
Example. The subgroup lattice of (order ):
- (order )
- (order )
- (order )
- (order )
- (order )
- (order )
The only proper non-trivial normal subgroup is (it has index ).
Example. The subgroup lattice of :
- (order )
- (order )
- (order )
- (order )
- (order )
- (order )
- (order )
- (order )
By Theorem 2.4, every subgroup of is cyclic, and there is exactly one subgroup Of order for each divisor of .
:::caution Common Pitfall Not every group of order has a subgroup of order for each divisor of . The converse of Lagrange’s theorem is false. For example, has order but no subgroup of order . However, every subgroup of a cyclic group of order has order dividing And for each divisor There is exactly one such subgroup.
:::