Homomorphisms and Isomorphisms

25 min
0/4 practice checks

A homomorphism between groups (G,)(G, *) and (H,)(H, \cdot) is a map φ:GH\varphi : G \to H that respects the operations:

φ(ab)=φ(a)φ(b)for all a,bG.\varphi(a * b) = \varphi(a) \cdot \varphi(b) \quad \text{for all } a, b \in G.

It automatically sends identity to identity, φ(eG)=eH\varphi(e_G) = e_H, and inverses to inverses. A bijective homomorphism is an isomorphism — the two groups are then structurally identical, just relabelled.

Worked example. The reduction map φ:ZZ5\varphi : \mathbb{Z} \to \mathbb{Z}_5, φ(n)=nmod5\varphi(n) = n \bmod 5, is a homomorphism from (Z,+)(\mathbb{Z},+) to (Z5,+)(\mathbb{Z}_5,+): the remainder of a sum is the sum of the remainders. Its kernel — the elements sent to 00 — is the set of multiples of 55. Another classic: φ(x)=2x\varphi(x) = 2x from (R,+)(\mathbb{R},+) to (R,+)(\mathbb{R},+), since 2(x+y)=2x+2y2(x+y) = 2x + 2y.