Groups | Mathematics - Wyatt's Notes
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 .
1.8 Intuition: Why Do Groups Capture Symmetry?
Section titled “1.8 Intuition: Why Do Groups Capture Symmetry?”A symmetry of an object is a transformation that preserves the object’s structure. Groups capture symmetry because the composition of two symmetries is again a symmetry (closure), doing nothing is a symmetry (identity), and every symmetry can be undone (inverse).
Example: The equilateral triangle. The equilateral triangle has six symmetries: three rotations (, , ) and three reflections (one through each altitude). These symmetries form the group . The group multiplication table (Cayley table) is:
Reading the table: The entry in row , column is . For example, and . Since , the group is non-abelian.
Example: The square. The square has eight symmetries forming : four rotations (, , , ) and four reflections. The center of is , where is the rotation. The quotient (the Klein four-group), reflecting the fact that modding out by the central rotation collapses the four rotations to two elements.
Why abelian groups are simpler. In an abelian group, the Cayley table is symmetric across the main diagonal (since ). Every subgroup of an abelian group is normal, so the quotient construction always works. The structure theory of finite abelian groups (every finite abelian group is a direct product of cyclic groups) is much simpler than the classification of all finite groups.
1.9 Cayley Table for
Section titled “1.9 Cayley Table for Z/4Z\mathbb{Z}/4\mathbb{Z}Z/4Z”The cyclic group under addition modulo 4 has the following Cayley table:
This table is symmetric across the main diagonal (the group is abelian). Each row and column is a permutation of (the Latin square property, which holds for all groups). The element generates the entire group: .
1.10 Common Pitfalls
Section titled “1.10 Common Pitfalls”- The order of a group is the number of elements, not the order of any particular element. but the elements have orders .
- A group of order need not be cyclic. The Klein four-group has order 4 but is not cyclic (every non-identity element has order 2).
- The Cayley table determines the group up to isomorphism. Two groups with the same Cayley table (up to relabeling of elements) are isomorphic.
- Not every subset of a group is a subgroup. The subset must contain the identity, be closed under the operation, and contain inverses. For example, is not a subgroup because is fine, but .
flowchart TD A[1_Groups] --> B[Key Concepts] A --> C[Core Principles] A --> D[Practical Applications] B --> E[Fundamental definitions] C --> F[Design patterns] D --> G[Real-world usage]Cross-References
Section titled “Cross-References”Subgroups: Subgroups are subsets of a group that inherit the group structure.
Lagrange’s Theorem: Lagrange’s theorem constrains the order of subgroups based on the order of the group.
Homomorphisms and Isomorphism Theorems: Homomorphisms preserve group structure and lead to the isomorphism theorems.