Group Homomorphism — Definition, Formula & Examples
A group homomorphism is a function from one group to another that respects the group operation — applying the operation before or after the function gives the same result.
Let and be groups. A function is a group homomorphism if for all , .
Key Formula
Where:
- = The function from group G to group H
- = The domain group with operation ∗
- = The codomain group with operation ·
- = Arbitrary elements of G
How It Works
To verify that a function is a group homomorphism, pick arbitrary elements from the domain group, compute on one side and on the other, and check that they are equal. Two important consequences follow automatically: the homomorphism maps the identity of to the identity of , and it maps inverses to inverses, i.e., . You do not need to verify these separately — they are forced by the defining property.
Worked Example
Problem: Let G = (ℤ, +) and H = (ℤ, +). Show that ϕ(n) = 3n is a group homomorphism.
Set up the condition: We need to verify that ϕ(a + b) = ϕ(a) + ϕ(b) for all integers a and b.
Compare both sides: Now compute ϕ(a) + ϕ(b) separately.
Conclude: Since 3(a + b) = 3a + 3b for all integers a and b, the homomorphism condition holds.
Answer: ϕ(n) = 3n is a group homomorphism from (ℤ, +) to (ℤ, +).
Why It Matters
Group homomorphisms are the central structure-preserving maps studied in abstract algebra. They underpin the First Isomorphism Theorem, which connects quotient groups to images of homomorphisms. In applications, they appear in coding theory, cryptography, and physics whenever symmetry groups need to be compared or simplified.
Common Mistakes
Mistake: Assuming a homomorphism must be bijective (one-to-one and onto).
Correction: A homomorphism only needs to preserve the operation. A bijective homomorphism has a special name — an isomorphism. Many useful homomorphisms are neither injective nor surjective.
