groups
Group Homomorphisms
You should know: group mathematics
Overview
A group homomorphism is a structure-preserving map between two groups: it sends products to products, so the algebraic relationships in the source group are mirrored exactly in the target group. Homomorphisms let us compare groups, transfer theorems between them, and formally define when two groups are 'the same' (isomorphic).
Intuition
Imagine translating sentences between two languages that both encode the same underlying logic — as long as the translation preserves how sentences combine (concatenating two source sentences corresponds to concatenating their translations), the translation is faithful to the algebraic structure. A group homomorphism is exactly this kind of faithful translation between two groups: it doesn't need to be a perfect one-to-one dictionary (that stronger property is an isomorphism), but it must respect the operation.
Formal Definition
Let (G, ·) and (H, ∗) be groups. A function φ: G → H is a group homomorphism if it preserves the group operation:
Notation
| Notation | Meaning |
|---|---|
| A homomorphism from G to H | |
| Kernel — elements mapped to the identity of H | |
| G is isomorphic to H (a bijective homomorphism exists) | |
| Quotient group of G by a normal subgroup N |
Properties
Identity and inverses are preserved
Kernel is a normal subgroup
Image is a subgroup
Injectivity criterion
Applications
Worked Examples
Check the homomorphism property directly.
The kernel is all integers mapping to 0 mod n, i.e. all multiples of n.
Answer: φ is a homomorphism (the 'reduction mod n' map), and ker(φ) = nℤ, giving the isomorphism ℤ/nℤ ≅ ℤₙ.
Practice Problems
Is the map φ: (ℝ, +) → (ℝ\{0}, ×) given by φ(x) = eˣ a homomorphism? What are its kernel and image?
Common Mistakes
Assuming any function between groups that happens to be bijective is automatically a homomorphism.
Bijectivity says nothing about preserving the operation; both properties (structure-preserving AND bijective) are needed for an isomorphism.
Confusing the kernel with the identity element itself.
The kernel is a whole subgroup (possibly with many elements) that maps to the identity of the codomain — not just the identity of the domain.
Summary
- A homomorphism φ: G → H satisfies φ(ab) = φ(a)φ(b), preserving the group operation.
- The kernel ker(φ) is always a normal subgroup of G; the image is always a subgroup of H.
- φ is injective exactly when its kernel is trivial: ker(φ) = {e}.
- A bijective homomorphism is an isomorphism, meaning the two groups have identical structure (G ≅ H).
- The first isomorphism theorem states G/ker(φ) ≅ im(φ).
References
- BookDummit, D. & Foote, R. Abstract Algebra, 3rd ed., Ch. 3.
Mathematics