Subgroups and Quotients/Subgroups and Their Substructures

Lesson 3.11,285 words

Subgroups and Their Substructures

A subgroup is a subset that is a group under the inherited operation. One test decides it: nonempty and closed under the map (x,y)xy1(x,y) \mapsto xy^{-1}.

╌╌╌╌

A subgroup is a subset of a group that is itself a group under the same operation, the group analogue of subspaces of a vector space, subrings of a ring, or subfields of a field. Subgroups are cheap to recognize, and a handful of them attach canonically to any subset of or any set acts on.

Definition and shared identity

The operation on is the operation of restricted to ; a subgroup is never a subset carrying some unrelated multiplication. Because the operation is inherited, every equation that holds in also holds in , and the cancellation laws in have two immediate consequences.1

  • The identity is shared. If is the identity of , then in , so cancellation gives . Every subgroup contains the identity of .
  • Inverses are shared. The inverse of computed inside equals the inverse of computed inside , so the notation is unambiguous.

Two subgroups exist for free: itself and the trivial subgroup, written simply . The relation is transitive: if and then .

A few examples, drawing on the groups already built:

  • under addition; the even integers .
  • In the dihedral group, the rotations form a subgroup of order , since a product of rotations is a rotation and so is each inverse.
  • The positive integers are not a subgroup of : they miss the identity and are not closed under inverses.
  • under multiplication is not a subgroup of under addition, even though both are groups and one is a subset of the other. The operations do not match.

The subgroup criterion

Verifying the group axioms from scratch is tedious, mostly because of associativity. Inside a known group that work is already done: associativity is inherited, so a subset only needs closure. The two closure conditions collapse into one.

The proof is short.2 Take any (available since is nonempty). Applying the condition to gives . Applying it to the pair and gives , so is closed under inverses. Finally, for we now have , so and is closed under products. The finite refinement uses that in a finite group every element has finite order: if is finite and closed under multiplication, then for the powers cannot all be distinct, so for some , whence and .

The subgroup criterion as a decision procedure; the single test folds closure under products and closure under inverses into one.

The finite case is what makes checking small groups mechanical: for a subset of a finite group, only the multiplication table needs to stay inside the subset. Two more inheritance facts round out the basic theory: the intersection of any nonempty family of subgroups is again a subgroup (closure passes to the intersection), while the union of two subgroups is a subgroup only in the degenerate case where one contains the other.

Subgroups attached to a subset

Every nonempty subset generates three subgroups measuring how commutes with . Fix throughout.

Each of these is a subgroup. The verification for is the template.3 The identity commutes with everything, so and the set is nonempty. If , then from one recovers , so ; and

so . The same steps, with conjugation of the whole set in place of a single element, prove ; and is the centralizer of the largest possible subset.

These three sit in a fixed chain. If centralizes then for every , so certainly sends to : . And commutes with everything, in particular with each element of , so .

The canonical chain of subgroups attached to a subset ; each is contained in the next, with the center innermost and outermost.
For the rotation subgroup of , the chain collapses to inside inside .

Stabilizers and kernels of actions

The same subgroups appear from the direction of group actions. When acts on a set and is fixed, two subsets of record how moves and how moves all of .

Both are subgroups, by an argument that mirrors the centralizer proof with the action axioms replacing associativity.6 For the stabilizer: so ; if then , so ; and if then . The kernel is the intersection , so it is a subgroup too.

acting on the four vertices of a square; the stabilizer of a vertex is the order-two subgroup generated by the reflection through it.

For the square, permutes the four vertices. The stabilizer of a vertex is where is the reflection through that vertex and the center; the kernel of this action is trivial, since only the identity fixes all four vertices. A second action of , on the two diagonals , has kernel , and this larger kernel is why that action fails to be faithful.

The three subgroups from the previous section are special cases. Let act on its own power set by conjugation, . Then is precisely the stabilizer of the point ; letting act on by conjugation, is the kernel; and is the kernel of acting on itself by conjugation.7

SubgroupElementsAs a stabilizer/kernel
commute with each kernel of acting on by conjugation
commute with all of kernel of acting on by conjugation
send to stabilizer of under conjugation
fix the point stabilizer of in the action on

Interpreting the center and normalizer

The center measures how far is from abelian: exactly when is abelian, and says is far from it. The normalizer measures how close a subgroup is to being normal, the property that makes quotient groups possible, developed in cosets and normal subgroups. The stabilizer, paired with the orbit, gives the counting law behind the Sylow theorems.

Footnotes

  1. Dummit & Foote, Abstract Algebra, §2.1 — Definition and Examples: the definition of a subgroup, the notation , and the cancellation argument showing the identity and inverses of agree with those of .
  2. Dummit & Foote, §2.1, Proposition 1 — the Subgroup Criterion, including the finite-group refinement to closure under multiplication.
  3. Dummit & Foote, §2.2 — Centralizers and Normalizers: definitions of , , and the proofs that each is a subgroup, with .
  4. Dummit & Foote, §2.2, Examples 2–4 — the computation of , , and for the rotation subgroup.
  5. Dummit & Foote, §2.2, Example 5 — and , using Lagrange to cut the cases.
  6. Dummit & Foote, §2.2 — Stabilizers and Kernels of Group Actions: the stabilizer and the kernel of an action are subgroups, proved by the action axioms.
  7. Dummit & Foote, §2.2 — the unification of , , and as stabilizers and kernels of conjugation actions.

╌╌ END ╌╌