Academy
Group Maps
Level 1 - Math I (Physics) topic page in Groups.
Principle
A group map, more precisely a group homomorphism, is a function that preserves group structure. It sends products in the source group to products in the target group.
Homomorphisms let one group represent another. In physics, this is useful when an abstract symmetry is represented by matrices, permutations, or transformations of a state space.
Notation
- \((G,*)\) is the source group.
- \((K,\diamond)\) is the target group.
- \(\phi:G\to K\) is a function from \(G\) to \(K\).
- \(a\) and \(b\) are elements of \(G\).
- \(e_G\) is the identity element of \(G\).
- \(e_K\) is the identity element of \(K\).
- \(\ker\phi\) is the kernel of \(\phi\).
- \(\operatorname{im}\phi\) is the image of \(\phi\).
Method
To test whether \(\phi:G\to K\) is a homomorphism:
- Choose arbitrary elements \(a,b\in G\).
- Compute the source product \(a*b\).
- Apply the function to that product to get \(\phi(a*b)\).
- Separately compute \(\phi(a)\) and \(\phi(b)\) in \(K\).
- Combine those images using the target operation \(\diamond\).
- Check that the two results are equal for all \(a\) and \(b\).
Rules
- A homomorphism preserves the operation, not just the set of possible outputs.
- A homomorphism sends the source identity to the target identity.
- A homomorphism sends inverses to inverses.
- The kernel contains the source elements sent to the target identity.
- The image is the set of target elements reached by the map.
Examples
Define \(\phi:\mathbb Z\to\mathbb Z_3\) by reducing an integer modulo \(3\). The source operation is addition of integers, and the target operation is addition modulo \(3\).
For integers \(m\) and \(n\), reducing after adding gives the same residue class as reducing first and then adding modulo \(3\).
The kernel is the set of integers that reduce to \(0\) modulo \(3\):
The image is all of \(\mathbb Z_3\), because every residue class \(0\), \(1\), and \(2\) is reached.
Checks
- Check operation preservation, not only whether the function is well-defined.
- Use the source operation on source elements and the target operation on target elements.
- Do not assume every function between groups is a homomorphism.
- Check the kernel against the target identity \(e_K\).