group theory
Quotient Groups
You should know: normal subgroups
Overview
Given a group G and a normal subgroup N ⊴ G, the quotient group G/N is the set of cosets of N in G, made into a group by the operation (aN)(bN) = (ab)N. It is well-defined precisely because N is normal, and it formalizes the idea of 'collapsing' N to a single identity element while retaining a coherent group structure on what remains. Quotient groups are central to the first isomorphism theorem, which identifies G/ker(φ) with the image of any homomorphism φ.
Intuition
Forming G/N is like agreeing to treat every element of N as 'the same as' the identity — you zoom out and only track which coset an element belongs to, ignoring differences within a coset. This only produces a consistent group operation when N is normal, because then multiplying representative-by-representative gives the same coset no matter which representatives you pick. A concrete instance everyone already knows is clock arithmetic: ℤ/12ℤ collapses all integers differing by a multiple of 12 into one of 12 classes, exactly matching a 12-hour clock.
Formal Definition
Let N ⊴ G. The quotient group G/N consists of the left cosets of N in G, with operation and identity:
Worked Examples
ℤ is abelian so 4ℤ is automatically normal. The cosets partition ℤ by remainder mod 4.
Addition of cosets adds representatives mod 4, e.g. (2+4ℤ)+(3+4ℤ) = 5+4ℤ = 1+4ℤ.
This is exactly the cyclic group of order 4.
Answer: ℤ/4ℤ has 4 elements {0,1,2,3} (mod 4) and is isomorphic to the cyclic group ℤ₄.
Practice Problems
What is the order of the quotient group ℤ/6ℤ, and list its elements?
Let G = S₃ (order 6) and N = A₃ = {e, (123), (132)} (order 3, normal since index 2). Compute |G/N| and identify the group.
Why does coset multiplication (aN)(bN) = (ab)N fail to be well-defined if N is not normal?
Quiz
Summary
- For N ⊴ G, the quotient group G/N consists of cosets gN with operation (aN)(bN) = (ab)N, well-defined exactly because N is normal.
- |G/N| = [G:N] = |G|/|N| for finite G; ℤ/nℤ is the canonical example, isomorphic to ℤₙ.
- Quotient groups let you 'collapse' a normal subgroup to a point while preserving a legitimate group structure on the rest.
References
- WebsiteWikipedia — Quotient group
Mathematics