Folioby Interconnected
Log InSign Up

Cosets and quotient groups: the art of controlled forgetting

The quotient group G/N is the first major conceptual hurdle in group theory. By computing small examples by hand -- from clock arithmetic to D4 modulo its center -- we build the intuition for what "dividing" a group really means, and why normality is indispensable.

FO
Folio Official
March 1, 2026

The quotient group is, for many students, the first serious wall in group theory. The textbook defines cosets, states that they form a group when the subgroup is normal, and proves well-definedness. Mechanically the argument is straightforward. But the nagging question persists: what are we actually doing when we "divide" one group by another?

The purpose of this article is to answer that question through direct computation, starting with the most familiar quotient of all and working up to examples where things go wrong.

1 The simplest example:Z/nZ

Consider the group of integers (Z,+) and its subgroup nZ={0,±n,±2n,…} consisting of all multiples of n. The cosets of nZ in Z are the sets of integers that share the same remainder when divided by n. For n=3:

Z/3Z={0ˉ,1ˉ,2ˉ}

where 0ˉ={…,−6,−3,0,3,6,…}, 1ˉ={…,−5,−2,1,4,7,…}, and 2ˉ={…,−4,−1,2,5,8,…}.

Each coset is an infinite set, yet addition on cosets is perfectly well-behaved: 1ˉ+2ˉ=0ˉ (since, for instance, 1+2=3∈0ˉ). Choosing different representatives gives the same answer (4+5=9∈0ˉ). The arithmetic is consistent no matter which representatives we pick.

Because Z is abelian, the subgroup nZ is automatically normal, and no difficulties arise. The trouble begins when the ambient group is non-abelian.

2 DividingD4​by its center

The dihedral group D4​={e,r,r2,r3,s,rs,r2s,r3s} has a center Z(D4​)={e,r2}– the set of elements that commute with everything. (The 180° rotation r2 commutes with all rotations and all reflections.) Since the center of any group is a normal subgroup, we may form the quotient D4​/Z(D4​).

Writing out the cosets:

C1​​={e,r2},C2​={r,r3},C3​={s,r2s},C4​={rs,r3s}​

This gives a group of order 4, with four cosets as its elements. Let us compute some products.

C2​⋅C3​: choosing representatives r and s, we get rs∈C4​. Choosing instead r3 and r2s, we get r3⋅r2s=r5s=rs∈C4​. The answer is the same coset either way – as it must be, since Z(D4​) is normal – but it is reassuring to verify by hand.

C2​⋅C2​: r⋅r=r2∈C1​. So C22​=C1​, the identity coset. One can similarly check that C32​=C1​ and C42​=C1​.

A group of order 4 in which every non-identity element has order 2– this is the Klein four-groupV4​≅Z/2Z×Z/2Z. The eight-element non-abelian group D4​ has been compressed into a four-element abelian group. The quotient construction has "forgotten" the distinction between e and r2, between r and r3, and so on, leaving behind only the coarser structure.

3 What goes wrong without normality

This is the part that textbooks often rush past. Let us take S3​ and its subgroup H={e,(12)}, which is not normal in S3​, and see the quotient construction collapse.

Since ∣S3​∣=6 and ∣H∣=2, there are three left cosets:

eH(13)H(23)H​={e,(12)}={(13),(132)}={(23),(123)}​

Now try to define a product on cosets. We want to compute (13)H⋅(23)H, but the result must not depend on which representatives we choose.

Taking representatives (13) and (23): (13)(23)=(132)∈(13)H.

Taking representatives (132) and (123): (132)(123)=(23)∈(23)H.

Different choices of representatives land in different cosets. The operation is not well-defined, and no amount of cleverness can fix it. The quotient construction simply fails.

To confirm that the problem lies with normality, observe that (13)⋅(12)⋅(13)−1=(13)(12)(13)=(23)∈/H, so H is not closed under conjugation and hence not normal.

4 What normality guarantees

When N⊴G (that is, N is a normal subgroup of G), every element g∈G satisfies gN=Ng– left cosets and right cosets coincide. This is the condition that makes coset multiplication well-defined.

Here is the precise argument. Suppose a′=an1​ and b′=bn2​ with n1​,n2​∈N, so that a′ and a represent the same coset, and likewise b′ and b. Then

a′b′=an1​bn2​=a(n1​b)n2​.
By normality, Nb=bN, so n1​b=bn1′​ for some n1′​∈N. Thus
a′b′=ab(n1′​n2​)∈abN,
and the product coset is abN regardless of which representatives were chosen.

5 A normal subgroup ofS3​

Not every subgroup of S3​ is problematic. The alternating group A3​={e,(123),(132)}– the set of all even permutations – is a subgroup of index 2, which is automatically normal.

Remark 1.
Any subgroup of index 2 is normal. If [G:N]=2, then G partitions into exactly two left cosets: N and gN=G∖N. But G∖N is also the unique right coset Ng other than N, so gN=Ng for every g.

The quotient is

S3​/A3​={A3​,{(12),(13),(23)}}

– one coset of even permutations and one coset of odd permutations, forming a group of order 2. In other words, S3​/A3​≅Z/2Z. The quotient has forgotten everything about the permutations except their parity.

6 Quotient groups as acts of forgetting

The quotient G/N is a "lower-resolution view" of G: it blurs out differences that lie inside N and retains only the structure visible from outside. Here are several examples, side by side:

  • Z/nZ– ignore differences that are multiples of n; what remains is the cyclic group of order n.

  • Sn​/An​≅Z/2Z– ignore everything about a permutation except whether it is even or odd.

  • D4​/Z(D4​)≅V4​– ignore the distinction between 0° and 180° rotation; the eight symmetries collapse to four.

  • GLn​(R)/SLn​(R)≅R∗– ignore everything about a matrix except the value of its determinant.

Even when the original group is large and complicated, its quotients are often small and tractable. This "progressive simplification" is the basic strategy for analyzing the internal structure of groups, and it leads ultimately to the Jordan–Hö– the group-theoretic analogue of prime factorization.

7 Takeaway

The quotient group G/N is what you get when you declare all elements of N to be indistinguishable and do algebra on the resulting equivalence classes. For this algebra to be consistent – for the product of cosets to be independent of the representatives chosen – the subgroup N must be normal. The failure with H={e,(12)} in S3​ is not an edge case; it is the rule whenever normality is absent. On the other hand, the clean quotient S3​/A3​≅Z/2Z shows how powerful the construction becomes once normality holds. Working through these small examples by hand is the surest route to understanding quotient groups not as an abstract formalism, but as a concrete tool for dissecting the structure of a group.

Group TheoryAlgebraBetween the Lines
FO
Folio Official

Mathematics "between the lines" — exploring the intuition textbooks leave out, written in LaTeX on Folio.

1 followers·107 articles

Share your expertise with the world

Write articles with LaTeX support, build your audience, and earn from your knowledge.

Start Writing — It's Free

More from Folio Official

Folio Official·March 1, 2026

Cosets and Lagrange's Theorem

Beginning with the definition of cosets of a subgroup, we prove Lagrange's theorem --- the assertion that the order of a subgroup divides the order of the group. As applications, we derive Fermat's little theorem and Euler's theorem, and we exhibit the alternating group A_4 as a counterexample to the converse.

Group TheoryAlgebraTextbook
2
Folio Official·February 27, 2026

The group axioms: why these three?

Associativity, identity, inverses -- textbooks present these axioms as if they were carved in stone. But why not two? Why not four? By systematically adding and removing axioms, we discover the engineering brilliance behind the definition of a group.

Group TheoryAlgebraBetween the Lines
Folio Official·March 1, 2026

Composition Series and the Jordan--Hölder Theorem

We introduce normal series and composition series, establishing the framework for decomposing a group into simple factors. The Jordan--Hölder theorem proves the uniqueness of the composition factors, and we develop the theory of solvable groups with its connections to the derived series.

Group TheoryAlgebraTextbook
1
Folio Official·March 1, 2026

What is "dimension," really? The truth about degrees of freedom

We all say "three-dimensional space" without blinking — but what exactly does the "three" mean? The answer is less obvious than it seems, and proving it requires the Steinitz exchange lemma.

Linear AlgebraAlgebraBetween the Lines
1