1.1 Definition of a Group
A group is a set G together with a binary operation ∗:G×G→G satisfying:
- Associativity: (a∗b)∗c=a∗(b∗c) for all a,b,c∈G.
- Identity: There exists e∈G such that e∗a=a∗e=a for all a∈G.
- Inverse: For each a∈GThere exists a−1∈G such that a∗a−1=a−1∗a=e.
If a∗b=b∗a for all a,b∈GThe group is abelian (or commutative).
1.2 Examples
Example 1. (Z,+) is an abelian group with identity 0 and inverse −n.
Example 2. (R∗,⋅) (non-zero reals under multiplication) is an abelian group with identity 1 and inverse 1/a.
Example 3. The symmetric group Sn of all permutations of {1,2,…,n} under composition is a non-abelian group for n≥3. It has order n!.
Example 4. (Z/nZ,+) is an abelian group of order nCalled the cyclic group of order n.
Example 5. The set GLn(R) of all n×n invertible real matrices, under matrix multiplication, forms the general linear group.
1.3 Dihedral Groups
The dihedral group Dn is the group of symmetries of a regular n-gon (for n≥3). It consists of n rotations and n reflections, giving ∣Dn∣=2n elements.
Let r denote rotation by 2π/n and s denote any fixed reflection. Then:
Dn={e,r,r2,…,rn−1,s,rs,r2s,…,rn−1s}
The group satisfies the presentation:
Dn=⟨r,s∣rn=s2=e, srs=r−1⟩
For n≥3, Dn is non-abelian (e.g., rs=sr since sr=r−1s=rs when n>2).
Example 1.6. D3 (symmetries of an equilateral triangle) has 6 elements: {e,r,r2,s,rs,r2s}. The map sending each symmetry to its permutation of the three vertices Gives an isomorphism D3≅S3. The rotations {e,r,r2} correspond to A3And the three Reflections correspond to the three transpositions.
Example 1.7. D4 (symmetries of a square) has 8 elements. Its center is Z(D4)={e,r2} Where r2 is the 180° rotation. The subgroups of D4 include the rotation subgroup ⟨r⟩≅Z/4Z of order 4Four subgroups of order 2 generated By reflections, and ⟨r2,s⟩≅V4 (the Klein four-group).
1.4 Permutations and Cycle Notation
Every element of Sn 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 1-cycles).
Example. In S5The permutation σ=(1 2 3)(4 5) has cycle type (3,2).
A transposition is a 2-cycle (i j). Every permutation factors into transpositions: (a1 a2 … ak)=(a1 ak)(a1 ak−1)⋯(a1 a2)
The number of transpositions in a factorization is not unique, but its parity is.
Proposition 1.6. The sign of a permutation σDefined by sgn(σ)=(−1)N(σ) Where N(σ) is the number of inversions of σIs a well-defined group homomorphism sgn:Sn→{1,−1}. Its kernel is the alternating group An of even permutations.
Proof. We first show sgn is a homomorphism. For any transposition τ and any Permutation σMultiplying by τ changes the number of inversions by an odd number, So sgn(τσ)=−sgn(σ). For any σ,ρ∈SnWrite ρ As a product of k transpositions. Then sgn(σρ)=(−1)ksgn(σ)=sgn(σ)sgn(ρ). The kernel is precisely the set of even permutations, and ∣An∣=n!/2. ■
Proposition 1.7. The number of k-cycles in Sn is k(n−k)!n!.
Proof. Choose k elements from n: (kn) ways. Arrange them in a cycle: (k−1)! distinct k-cycles (since a k-cycle has k equivalent representations by cyclic rotation). Total: (kn)(k−1)!=k(n−k)!n!. ■
1.5 Basic Properties
Proposition 1.8. The identity element of a group is unique.
Proof. Suppose e and e" are both identity elements. Then e=e∗e′=e′. ■
Proposition 1.9. The inverse of each element is unique.
Proof. If b and c are both inverses of aThen b=b∗e=b∗(a∗c)=(b∗a)∗c=e∗c=c. ■
Proposition 1.10 (Cancellation Law). If a∗b=a∗cThen b=c. Similarly, if b∗a=c∗aThen b=c.
Proof. Multiply on the left by a−1: a−1∗(a∗b)=a−1∗(a∗c)So (a−1∗a)∗b=(a−1∗a)∗cGiving e∗b=e∗cI.e., b=c. ■
Proposition 1.11. (a−1)−1=a and (a∗b)−1=b−1∗a−1.
1.6 Order of an Element
The order of an element g∈GDenoted ∣g∣Is the smallest positive integer n such that gn=e. If no such n exists, ∣g∣=∞.
Proposition 1.12. gk=e if and only if ∣g∣ divides k.
Proof. Write k=q∣g∣+r with 0≤r<∣g∣. Then e=gk=gq∣g∣+r=(g∣g∣)q∗gr=eq∗gr=gr. Since r<∣g∣ and ∣g∣ is the smallest positive exponent giving eWe must have r=0So ∣g∣ divides k. Conversely, if ∣g∣ divides kSay k=m∣g∣Then gk=(g∣g∣)m=em=e. ■
1.7 Subgroup Lattices
The subgroup lattice of G is the set of all subgroups of GPartially ordered by inclusion, Visualized as a Hasse diagram (edges connect each subgroup to its immediate supergroups).
Example. The subgroup lattice of S3 (order 6):
- S3 (order 6)
- A3=⟨(1 2 3)⟩ (order 3)
- {e} (order 1)
- ⟨(1 2)⟩ (order 2)
- {e}
- ⟨(1 3)⟩ (order 2)
- {e}
- ⟨(2 3)⟩ (order 2)
- {e}
The only proper non-trivial normal subgroup is A3 (it has index 2).
Example. The subgroup lattice of Z/12Z:
- Z/12Z (order 12)
- ⟨2⟩≅Z/6Z (order 6)
- ⟨4⟩≅Z/3Z (order 3)
- {0}
- ⟨6⟩≅Z/2Z (order 2)
- {0}
- ⟨3⟩≅Z/4Z (order 4)
- ⟨6⟩≅Z/2Z (order 2)
- {0}
- ⟨4⟩≅Z/3Z (order 3)
- {0}
- ⟨6⟩≅Z/2Z (order 2)
- {0}
By Theorem 2.4, every subgroup of Z/12Z is cyclic, and there is exactly one subgroup Of order d for each divisor d of 12.
:::caution Common Pitfall Not every group of order n has a subgroup of order d for each divisor d of n. The converse of Lagrange’s theorem is false. For example, A4 has order 12 but no subgroup of order 6. However, every subgroup of a cyclic group of order n has order dividing nAnd for each divisor There is exactly one such subgroup.
:::