Subgroups
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn what a subgroup is, the efficient test for checking one, why subgroups must share the parent’s identity, and how the subgroups of a group fit together into a lattice.
The Concept
Section titled “The Concept”The definition
Section titled “The definition”A subset is a subgroup of , written , if is itself a group under the same operation.
The phrase “under the same operation” is doing real work. is a subset of and a group under multiplication mod 5, but it is not a subgroup of , because the operations differ.
The subgroup test
Section titled “The subgroup test”Checking all four axioms is wasteful, because two come free. Associativity is inherited: if it holds for every triple in , it holds for every triple in . And once is nonempty and closed under inverses, closure hands you the identity.
So there are only three things to check:
- is nonempty (in practice, check ).
- Closed under the operation: .
- Closed under inverses: .
There’s an even tighter version. For a nonempty :
One-step subgroup test. It works because taking gives , then gives , and then replacing by gives . All three conditions fall out of the one.
For finite it’s even easier: a nonempty finite subset closed under the operation is automatically a subgroup. Repeatedly multiplying by itself in a finite set must eventually repeat, which forces a power of to be the identity, and the previous power is then .
Every group has at least two
Section titled “Every group has at least two”and itself are always subgroups. They’re called the trivial and improper subgroups, and any other is a proper nontrivial subgroup. Some groups have none: has only and itself.
The identity must match
Section titled “The identity must match”A subgroup’s identity is forced to be the parent’s identity. Suppose is the identity of . Then in , and cancelling one (legal, since has an inverse in ) gives .
The consequence is practical: a subset that omits the parent’s identity is not a subgroup, no matter how well behaved it otherwise looks. The positive integers are closed under addition and never contain , so they are not a subgroup of .
Generated subgroups
Section titled “Generated subgroups”Pick . The subgroup generated by is everything you can build from it:
This is always a subgroup, and it’s the smallest one containing . In additive notation it’s all integer multiples of .
In , . In , , which closes up after four steps because the group is finite.
The subgroup lattice
Section titled “The subgroup lattice”Listing every subgroup and drawing the containments gives a picture of the group’s internal structure.
has exactly six subgroups, one for each divisor of 12. That is not an accident and it is not typical of groups in general; it’s a special property of cyclic groups, proved next lesson.
Two things to notice in the diagram. Every subgroup’s order divides 12, which is Lagrange’s theorem arriving early. And the lattice mirrors the divisor lattice of 12 exactly, with precisely when divides . Larger generators give smaller subgroups, which reads backwards at first and is worth pausing on.
Subgroups inside a table
Section titled “Subgroups inside a table”In a Cayley table, a subgroup shows up as a block that only ever produces entries from itself.
| + | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
|---|---|---|---|---|---|---|---|---|
| 0 | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 1 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 0 |
| 2 | 2 | 3 | 4 | 5 | 6 | 7 | 0 | 1 |
| 3 | 3 | 4 | 5 | 6 | 7 | 0 | 1 | 2 |
| 4 | 4 | 5 | 6 | 7 | 0 | 1 | 2 | 3 |
| 5 | 5 | 6 | 7 | 0 | 1 | 2 | 3 | 4 |
| 6 | 6 | 7 | 0 | 1 | 2 | 3 | 4 | 5 |
| 7 | 7 | 0 | 1 | 2 | 3 | 4 | 5 | 6 |
Restrict attention to the shaded rows and columns and you get a complete four-element group table. Nothing in that block escapes to an odd number.
Identity: 0. Cells holding it mark inverse pairs. Shaded: 0, 2, 4, 6 (⟨2⟩) - closed, every product stays inside .
Worked Examples
Section titled “Worked Examples”Example 1: Is the set of even integers a subgroup of ?
Solution. Use the one-step test on .
Nonempty: . ✓
For and in , the additive version of is :
Yes, .
The odd integers are not, since they don’t contain - and closure fails anyway.
Example 2: Is a subgroup of ?
Solution. Closed under addition ✓. But , and no element has an inverse in since is not a positive integer.
No. This is the standard reminder that closure alone is not enough. Note the contrast with the finite case: for a finite subset closure would have sufficed. Infinitude is exactly what lets be closed without ever cycling back to an identity.
Example 3: Find all subgroups of .
Solution. Compute for each element.
, also give all of , and .
The distinct subgroups are , , , and : four subgroups, of orders 1, 2, 4, 8, which are exactly the divisors of 8.
Example 4: A subset closed under the operation but not a subgroup.
In , consider matrices with integer entries and determinant … actually that is a subgroup. Instead take = matrices with integer entries and nonzero determinant.
Solution. Closure ✓: a product of integer matrices has integer entries, and determinants multiply so the product’s determinant is nonzero.
Inverses fail. For , , and
which has no integer entries, so .
Not a subgroup. Requiring fixes it, because then the inverse formula divides by and stays integral. That group is and it matters in number theory.
Example 5: Prove the intersection of two subgroups is a subgroup.
Solution. Let and let .
is nonempty because belongs to both.
Since and is a subgroup, . Since likewise . So .
By the one-step test, . ∎
The union is a different story. In , take and . Then but is in neither. Unions of subgroups are almost never subgroups.
Example 6: The center of a group.
Show that is a subgroup.
Solution. since . ✓
Take and any . First, commutes with : from , multiply both sides by on the left and right to get .
Then
So , and . ∎
The center measures how far a group is from abelian: exactly when is abelian, and a small center means most elements fail to commute. For the center has just two elements out of eight.
Real-World Applications
Section titled “Real-World Applications”Symmetry breaking in physics. A physical system often has a large symmetry group at high energy, and as it cools the symmetry drops to a subgroup. The Higgs mechanism is exactly this: an electroweak symmetry group breaks to a subgroup, and the pattern of breaking determines which particles acquire mass.
Crystallography. A crystal’s point group is a subgroup of the full rotation group, and which subgroup it is constrains its physical properties. Only crystals whose symmetry group lacks a centre of inversion can be piezoelectric, which is why quartz works in watches and many other crystals don’t.
Error-correcting codes. A linear code is literally a subgroup of : the set of valid codewords is closed under bitwise XOR and contains the all-zeros word. Decoding works by finding which coset of that subgroup a received word lies in, which is the topic of a later lesson.
Rubik’s cube subgroups. Restricting yourself to a set of moves generates a subgroup, and solving methods work by descending a chain of nested subgroups, each easier to handle than the last. Thistlethwaite’s algorithm is explicitly built as a chain of four subgroups.
Music. Within , the whole-tone scale is , a subgroup of order 6. The diminished seventh chord is , of order 4. These sound “symmetric” and rootless precisely because they are subgroups, invariant under transposition by their generator.
Retrying will remove your ✅ checkmark until you pass again.