Alphabeta Math
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

✓ 17 results · all verified · 0 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 17 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Conjugacy in Sn, Generation, and the Simplicity of An

1 · Prerequisites

2 · Summary

Cycle decomposition, cycle type, permutation parity, the sign homomorphism, and the alternating group come from the preceding symmetric-group development. Conjugacy classes, centralizers, class equations, normal subgroups, generated subgroups, centers, commutators, finite products, and factorial counting provide the group-theoretic and enumerative tools used here. In particular, fixed points remain part of cycle type throughout.

Conjugation first becomes explicit relabelling, yielding the cycle-type classification, centralizer formula, and the class equation for Sn. Generation by adjacent transpositions leads to generation of An by 3-cycles. An index-two splitting lemma then characterizes which symmetric classes split in An. After defining simple groups, support-reducing commutators force every nontrivial normal subgroup of An to contain a 3-cycle, proving simplicity for n≥5 and determining the normal and derived subgroups of the symmetric and alternating groups.

3 · Logical flowchart

4 · Definitions, theorems and proofs

LemmaStatement: Literature-sourcedProof: Literature-sourcedprecheck passaudited 2026-08-13Open item page →

Conjugating a cycle relabels each entry: g(a1 … ak)g−1=(g(a1) … g(ak))

Statement

For g∈Sn and a cycle c=(a1 a2 … ak), gcg−1=(g(a1) g(a2) … g(ak)). For a 1-cycle this says that a fixed point a1 is relabelled as the fixed point g(a1).

Facts & Assumptions

Given: A permutation g∈Sn and a cycle c=(a1 … ak).

[F1]

Permutation products act with the right factor first, and cycle notation records the successive images of the displayed entries (The symmetric group Sym⁡(X): the bijections of a set X under composition).

[F2]

The support of a cycle is its set of moved entries; entries outside it are fixed (Support, fixed points, disjoint cycles, cycle length, disjoint-cycle decompositions, and cycle type).

Proof

technique · direct
1.1

For each j modulo k, (gcg−1)(g(aj))=g(c(aj))=g(aj+1).

F1
1.2

If y is outside {g(a1),…,g(ak)}, then g−1(y) is outside the support of c, so [F2] gives (gcg−1)(y)=y.

F2algebra
2.1

Steps 1.1--1.2 describe exactly the cycle on the right, including the k=1 case.

F1step 1.1step 1.2∎
TheoremStatement: Literature-sourcedProof: Literature-sourcedprecheck passaudited 2026-08-13Open item page →

Two elements of Sn are conjugate if and only if they have the same cycle type

Statement

For σ,τ∈Sn, there is a g∈Sn with τ=gσg−1 if and only if σ and τ have the same cycle type, including their numbers of fixed points.

Facts & Assumptions

Given: Permutations σ,τ∈Sn.

[F1]

Every permutation has a disjoint-cycle decomposition, unique up to cycle order, cyclic rotation, and omission of fixed points (Every permutation of a finite set is a product of pairwise disjoint cycles, uniquely up to reordering and cyclic rotation).

[F2]

Cycle type records the number ck of cycles of each length k, including 1-cycles (Support, fixed points, disjoint cycles, cycle length, disjoint-cycle decompositions, and cycle type).

Proof

technique · iff
1.1

Suppose τ=gσg−1. Conjugate every factor in the disjoint-cycle decomposition of σ; [F3] preserves each cycle length and relabels fixed points.

F1F3
1.2

Conversely, suppose the cycle types agree. By [F1] and [F2], pair every cycle of σ with a cycle of τ of the same length, including the fixed points, and define g by sending entries positionwise in each pair.

F1F2
2.1

Hence σ and τ have the same multiplicities ck and the same cycle type.

F2step 1.1
2.2

The paired cycles partition the underlying set, so the map in step 1.2 is a bijection and hence an element of Sn.

step 1.2algebra
3.1

Applying [F3] to each paired cycle gives gσg−1=τ.

F3step 1.2step 2.2∎
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

The conjugacy classes of Sn are indexed by the tuples (c1,…,cn) with ∑kck=n

Statement

The conjugacy classes of Sn are in bijection with the tuples of nonnegative integers (c1,…,cn) satisfying ∑k=1nkck=n. For n=0, the unique empty tuple indexes the identity class of S0.

Facts & Assumptions

Given: The symmetric group Sn for n≥0.

[F1]

The cycle type of a permutation is the tuple (c1,…,cn) counting its orbits of each length, with fixed points counted as 1-cycles (Support, fixed points, disjoint cycles, cycle length, disjoint-cycle decompositions, and cycle type).

[F2]

Two permutations in Sn are conjugate exactly when they have the same cycle type (Two elements of Sn are conjugate if and only if they have the same cycle type).

Proof

technique · bijection
1.1

Assign to a conjugacy class the cycle type of any representative; [F2] makes this well-defined and injective.

F2
1.2

Conversely, for any such tuple, partition n symbols into ck blocks of size k and put a k-cycle on each block; their product has that cycle type. For n=0, use the empty product on the empty set.

F1algebra
2.1

The orbits counted in [F1] partition the n symbols, so counting their points gives ∑kkck=n. Thus the image consists of tuples satisfying the displayed equation.

F1step 1.1algebra
3.1

Thus the assignment is surjective and hence a bijection.

step 1.1step 2.1step 1.2∎
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

If σ∈Sn has ck cycles of length k, then ∣CSn(σ)∣=∏k=1nkckck!

Statement

If σ∈Sn has ck cycles of length k, including fixed points when k=1, then ∣CSn(σ)∣=∏k=1nkckck!. The formula uses the empty product 1 when n=0.

Facts & Assumptions

Given: A permutation σ∈Sn of cycle type (c1,…,cn).

[F1]

The centralizer consists of the permutations commuting with σ (The conjugacy class Cl⁡G(x) and centralizer CG(x) of an element).

[F2]

Every permutation has a disjoint-cycle decomposition unique up to reordering and cyclic rotation, and its cycle type counts the orbits of each length, including fixed points as 1-cycles (Every permutation of a finite set is a product of pairwise disjoint cycles, uniquely up to reordering and cyclic rotation, Support, fixed points, disjoint cycles, cycle length, disjoint-cycle decompositions, and cycle type).

[F4]

The cardinality of a finite product of finite choice sets is the product of their cardinalities, with the empty product having cardinality 1 (The product rule: ∣A×B∣=∣A∣ ∣B∣, and ∣∏i<mAi∣=∏i<m∣Ai∣).

Proof

technique · counting
1.1

If gσ=σg and O is a ⟨σ⟩-orbit, then g(O) is another orbit of the same size.

F1F2algebra
2.1

For the ck orbits of size k, g may permute those orbits in ck! ways by [F3]. Once a target orbit is chosen, the image of one marked point has k choices, and commutation forces all other images; hence there are kckck! choices at length k.

F1F2F3step 1.1
3.1

Conversely, arbitrary orbit permutations and cyclic offsets from step 2.1 assemble on the disjoint orbits to a unique bijection g, and the forced-image rule makes gσ=σg.

F2step 2.1algebra
4.1

Choices for distinct lengths are independent, so [F4] and steps 2.1--3.1 give the displayed product. If ck=0 its factor is k00!=1; for the identity the result is n!, and for n=0 it is the empty product 1.

F3F4step 2.1step 3.1∎
CorollaryStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

The class equation of Sn is n!=∑∑kck=nn!/∏kkckck!

Statement

For every n≥0, n!=∑c1,…,cn≥0∑k=1nkck=nn!∏k=1nkckck!. When n=0, the one empty tuple contributes 1.

Facts & Assumptions

Given: The symmetric group Sn for n≥0.

[F1]

Conjugacy classes of Sn are indexed by the tuples with ∑kck=n (The conjugacy classes of Sn are indexed by the tuples (c1,…,cn) with ∑kck=n).

[F2]

A permutation of type (ck) has centralizer cardinality ∏kckck! (If σ∈Sn has ck cycles of length k, then ∣CSn(σ)∣=∏k=1nkckck!).

[F3]

A conjugacy class has cardinality ∣Cl⁡G(x)∣=[G:CG(x)] (G/CG(x)→Cl⁡G(x) is a bijection, so ∣Cl⁡G(x)∣=[G:CG(x)] whenever these cardinalities are finite), and ∣G∣=[G:H] ∣H∣ for H≤G (Lagrange's theorem: ∣G∣=[G:H]∣H∣ for every subgroup H of a finite group G), so the class size is ∣G∣/∣CG(x)∣.

[F4]

If x1,…,xr represent the non-singleton conjugacy classes of a finite group G, then ∣G∣=∣Z(G)∣+∑i[G:CG(xi)] (The class equation ∣G∣=∣Z(G)∣+∑i[G:CG(xi)] for a finite group).

Proof

technique · counting
1.1

By [F1], index the conjugacy classes by the displayed tuples.

F1
2.1

For a tuple (ck), [F2], [F3], and [F5] give class size n!/∏kckck!.

F2F3F5step 1.1
3.1

In [F4], the central term counts the singleton conjugacy classes and the sum counts every remaining class. Thus summing the sizes from step 2.1 and using [F5] for ∣Sn∣ gives the displayed identity.

F4F5step 1.1step 2.1
4.1

At n=0, [F1] gives the one empty type and all empty products and 0! equal 1, so the same formula reads 1=1.

F1F2F5∎
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Z(Sn) is trivial for n≥3

Statement

Z(Sn)={1} for n≥3. In contrast, S0, S1, and S2 are abelian, so their centers are the whole groups.

Facts & Assumptions

Given: The symmetric groups Sn.

[F1]

The center consists of elements commuting with every group element (The center Z(G) of a group).

Proof

technique · contradiction
1.1

For n=0,1, the groups are trivial; S2 has two elements and is cyclic. Hence all three are abelian, as is also consistent with the conjugacy and centralizer descriptions in [F3].

F3algebra
1.2

Let n≥3 and suppose, for contradiction, that σ≠1 lies in Z(Sn). Choose a with b=σ(a)≠a and choose c distinct from a,b.

assume-contrachoose
2.1

For t=(a c), [F2] gives σtσ−1=(b σ(c)). This cannot equal (a c) because its support contains b∉{a,c}.

F2step 1.2
3.1

Thus σ does not commute with t, contradicting [F1] and the assumption that it is central. Therefore only the identity is central for n≥3, while step 1.1 gives the stated exceptional centers.

F1step 1.1step 2.1discharge-contradiction∎
TheoremStatement: Literature-sourcedProof: Literature-sourcedprecheck passaudited 2026-08-13Open item page →

The adjacent transpositions (1 2),(2 3),…,(n−1 n) generate Sn

Statement

For n≥2, Sn is generated by the adjacent transpositions sj=(j j+1), 1≤j<n. For n=0,1, the empty set generates the trivial group Sn.

Facts & Assumptions

Given: The symmetric group Sn and its standard ordering of symbols.

[F2]

The subgroup generated by a set is the smallest subgroup containing it; the empty set generates the trivial subgroup (The subgroup ⟨S⟩ generated by a subset, the cyclic subgroup ⟨g⟩, and cyclic groups).

[F3]

Products of permutations act with the right factor first (The symmetric group Sym⁡(X): the bijections of a set X under composition).

Proof

technique · direct
1.1

For 1≤a<b≤n, pointwise calculation using [F3] gives (a b)=sasa+1⋯sb−2sb−1sb−2⋯sa+1sa. When b=a+1, this word is just sa.

F3algebra
2.1

Thus every transposition lies in the subgroup generated by the adjacent ones, and [F1]--[F2] show that this subgroup is Sn.

F1F2step 1.1
3.1

If n=0 or 1, Sn is trivial, so [F2] says the empty displayed set generates it.

F2F3∎
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

For n≥2, (1 2 … n) and (1 2) generate Sn

Statement

For n≥2, if c=(1 2 … n) and t=(1 2), then ⟨c,t⟩=Sn.

Facts & Assumptions

Given: n≥2, c=(1 2 … n), and t=(1 2).

[F3]

A generated subgroup contains the generators and is closed under products and inverses (The subgroup ⟨S⟩ generated by a subset, the cyclic subgroup ⟨g⟩, and cyclic groups).

Proof

technique · direct
1.1

For 0≤j≤n−2, [F1] gives cjtc−j=(j+1 j+2).

F1algebra
2.1

Every element in step 1.1 belongs to ⟨c,t⟩ by [F3], so that subgroup contains all standard adjacent transpositions.

F3step 1.1
3.1

By [F2], ⟨c,t⟩=Sn. At n=2, c=t=(1 2) and the same argument has the single adjacent transposition.

F2step 2.1∎
TheoremStatement: Literature-sourcedProof: Literature-sourcedprecheck passaudited 2026-08-13Open item page →

An is generated by 3-cycles for every n≥3

Statement

For every n≥3, the alternating group An is generated by its 3-cycles.

Facts & Assumptions

Proof

technique · direct
1.1

Let σ∈An. By [F2], write it as a product of transpositions; [F1] and [F3] imply that the number of factors is even.

F1F2F3
1.2

Pair consecutive transpositions. An equal pair cancels; two sharing one entry multiply to a 3-cycle; and two disjoint pairs satisfy (a b)(c d)=(a c b)(a c d).

algebra
2.1

Thus every σ∈An is a product of 3-cycles.

step 1.1step 1.2
3.1

Conversely, [F3] makes every 3-cycle even, hence an element of An by [F1]. Therefore [F4] and step 2.1 prove that the 3-cycles generate An.

F1F3F4step 2.1∎
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

A conjugacy class in an index-two normal subgroup remains one class or splits into two equal classes, with a centralizer criterion

Statement

Let H⊴G have index 2, and let x∈H. The G-conjugacy class of x is either one H-conjugacy class or the disjoint union of two H-conjugacy classes of equal cardinality. It remains one class if and only if CG(x) contains an element outside H; equivalently, it splits if and only if CG(x)⊆H.

Facts & Assumptions

Given: A normal subgroup H⊴G of index 2 and x∈H.

[F1]

A normal subgroup is invariant under conjugation (Normal subgroup: invariance under conjugation).

[F2]

The conjugacy class and centralizer are {gxg−1:g∈G} and {g∈G:gx=xg} (The conjugacy class Cl⁡G(x) and centralizer CG(x) of an element).

[F3]

Index 2 means that the coset set has two elements (The coset set G/H and the index [G:H] of a subgroup).

Proof

technique · direct
1.1

Choose t∈G∖H. By [F3], G=H⊔tH.

F3choose
2.1

Let C be the H-class of x. Using [F1] and step 1.1, the G-class is C∪tCt−1; these are H-classes and therefore are equal or disjoint.

F1F2step 1.1algebra
3.1

Conjugation by t is a bijection C→tCt−1, so in the disjoint case the two classes have equal cardinality.

step 2.1algebra
3.2

The classes agree exactly when txt−1=hxh−1 for some h∈H, which is equivalent to h−1t∈CG(x). This element lies outside H.

F2step 1.1step 2.1algebra
3.3

Conversely, if c∈CG(x)∖H, then c=h−1t for some h∈H, and txt−1=hxh−1∈C; hence the two classes agree.

F2step 1.1step 2.1algebra
4.1

Steps 3.2--3.3 give the outside-centralizer criterion; negating it gives the equivalent containment criterion for splitting.

step 3.2step 3.3∎
TheoremStatement: Literature-sourcedProof: Literature-sourcedprecheck passaudited 2026-08-13Open item page →

For n≥2, an Sn-class of an even permutation splits in An exactly when all cycle lengths, including 1-cycles, are odd and distinct

Statement

Let n≥2 and let σ∈An. Its Sn-conjugacy class splits into two An-conjugacy classes of equal size if and only if the lengths of all cycles in its cycle decomposition, including 1-cycles for fixed points, are odd and no two lengths are equal.

Facts & Assumptions

Given: An integer n≥2 and an even permutation σ∈An; for such n, An has index 2 in Sn, which is the hypothesis [F3] requires and which fails for n≤1, where An=Sn.

[F3]

An Sn-class splits in the index-two subgroup An exactly when its centralizer in Sn is contained in An (A conjugacy class in an index-two normal subgroup remains one class or splits into two equal classes, with a centralizer criterion).

[F4]

Every permutation has a disjoint-cycle decomposition unique up to reordering and cyclic rotation (Every permutation of a finite set is a product of pairwise disjoint cycles, uniquely up to reordering and cyclic rotation).

[F5]

If a permutation has ck cycles of length k, including fixed points, then its centralizer has cardinality ∏k=1nkckck! (If σ∈Sn has ck cycles of length k, then ∣CSn(σ)∣=∏k=1nkckck!).

Proof

technique · iff
1.1

If σ has an even-length cycle, that cycle commutes with every disjoint cycle of σ, so it lies in CSn(σ); [F2] makes it odd.

F2F4algebra
1.2

If two cycles have the same odd length k, including k=1, the permutation swapping their entries positionwise is a product of k transpositions. It centralizes σ and is odd by [F2].

F2F4algebra
1.3

Conversely, suppose all cycle lengths are odd and distinct. Products of independent powers of the disjoint cycles form a subgroup P⊆CSn(σ) of cardinality ∏kk. Here each ck is 0 or 1, so [F5] gives ∣CSn(σ)∣=∏kk=∣P∣. Hence CSn(σ)=P: every centralizing permutation preserves each cycle and restricts to a power of it.

F4F5algebra
2.1

In either case the centralizer is not contained in An, so [F3] says the class does not split.

F1F3step 1.1step 1.2
2.2

Each cycle has odd length, so [F2] makes it and all its powers even. By step 1.3 every centralizing permutation is a product of such powers and is therefore even.

F2step 1.3
3.1

Hence CSn(σ)⊆An, so [F3] gives two equal An-classes.

F1F3step 2.2∎
CorollaryStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

All 3-cycles are conjugate in An for n≥5

Statement

For n≥5, all 3-cycles in An lie in one An-conjugacy class.

Facts & Assumptions

Given: n≥5.

[F1]

Two permutations in Sn are conjugate exactly when their cycle types agree (Two elements of Sn are conjugate if and only if they have the same cycle type).

[F2]

For n≥2 and σ∈An, the Sn-class of σ splits into two An-classes of equal size exactly when all cycle lengths in its decomposition, including 1-cycles for fixed points, are odd and no two are equal (For n≥2, an Sn-class of an even permutation splits in An exactly when all cycle lengths, including 1-cycles, are odd and distinct).

Proof

technique · direct
1.1

Every 3-cycle has cycle type consisting of one 3-cycle and n−3 fixed points, so [F1] puts all of them in one Sn-class.

F1
2.1

Since n−3≥2, the length 1 is repeated. Thus [F2] says that this class does not split in An.

F2step 1.1
3.1

Therefore all 3-cycles form one An-conjugacy class.

step 1.1step 2.1∎
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-13Open item page →

Simple groups

Definition

A group G is simple if G≠{1} and its only normal subgroups are {1} and G, where normality is as in Normal subgroup: invariance under conjugation.

LemmaStatement: Literature-sourcedProof: Literature-sourcedprecheck passaudited 2026-08-13Open item page →

A normal subgroup of An containing one 3-cycle equals An for n≥5

Statement

Let n≥5. If N⊴An contains one 3-cycle, then N=An.

Facts & Assumptions

Given: n≥5 and a normal subgroup N⊴An containing a 3-cycle.

[F1]

Normality makes a subgroup contain every conjugate of each of its elements (Normal subgroup: invariance under conjugation).

[F2]

All 3-cycles form one conjugacy class in An (All 3-cycles are conjugate in An for n≥5).

[F3]

Proof

technique · direct
1.1

By [F1], N contains the entire An-conjugacy class of its given 3-cycle.

F1
2.1

By [F2], this means that N contains every 3-cycle.

F2step 1.1
3.1

Since those cycles generate An by [F3], one has N=An.

F3step 2.1∎
LemmaStatement: Literature-sourcedProof: Literature-sourcedprecheck passaudited 2026-08-13Open item page →

Every nontrivial normal subgroup of An contains a 3-cycle for n≥5

Statement

For n≥5, every nontrivial normal subgroup N⊴An contains a 3-cycle.

Facts & Assumptions

Given: n≥5 and a nontrivial normal subgroup N⊴An.

[F1]

Normality makes N closed under conjugation by elements of An (Normal subgroup: invariance under conjugation).

[F4]

A k-cycle has sign (−1)k−1, and sgn⁡(σ)=(−1)n−c(σ) when fixed points are included as 1-cycles (A k-cycle has sign (−1)k−1, and sgn⁡(σ)=(−1)n−c(σ) when fixed points are counted as cycles).

Proof

technique · extremal
1.1

Choose 1≠σ∈N having as many fixed points as possible; this is possible because An is finite.

choose
1.2

For any 3-cycle τ, the commutator h=τστ−1σ−1 lies in N by [F1]. Its support is contained in supp⁡(τ)∪σ(supp⁡(τ)).

F1F2F3algebra
1.3

If σ itself is a 3-cycle, there is nothing to prove. Suppose instead that σ has a 3-cycle (a1 a2 a3) and also moves a point b outside it. The remaining disjoint cycles form a nonidentity even permutation, so [F4] shows that they move at least three points; hence σ moves at least six points.

F2F4algebra
1.4

It remains that every nontrivial cycle of σ is a transposition. Because σ∈An, [F4] makes their number r even, so r≥2.

F2F4
2.1

If σ has a cycle (a1 a2 a3 a4 …) of length at least 4, take τ=(a1 a2 a3). Direct use of [F3] gives h=(a1 a2 a4), a 3-cycle in N.

F3step 1.2algebra
2.2

Put τ=(a1 a2 b). Its support is not preserved by σ, so h≠1; step 1.2 shows that h moves at most the five points a1,a2,a3,b,σ(b). Thus h fixes more points than σ, contradicting step 1.1.

F2F3step 1.1step 1.2step 1.3
2.3

If r≥3, write two factors as (a b)(c d) and take τ=(a b c). Calculation gives h=(a c)(b d), which is nonidentity and moves four points, fewer than the at least six moved by σ; this again contradicts step 1.1.

step 1.1step 1.2step 1.4algebra
2.4

If r=2, write σ=(a b)(c d). Since n≥5, choose a fixed point e and take τ=(a b e). Calculation gives h=(a e b), a 3-cycle in N.

step 1.2step 1.4choosealgebra
3.1

The exhaustive cycle cases in [F2] show that either σ itself, step 2.1, or step 2.4 supplies a 3-cycle, while steps 2.2 and 2.3 exclude every other case. Therefore N contains a 3-cycle.

F2step 1.3step 2.1step 2.2step 2.3step 2.4∎
TheoremStatement: Literature-sourcedProof: Literature-sourcedprecheck passaudited 2026-08-13Open item page →

An is simple for every n≥5

Statement

The alternating group An is simple for every n≥5.

Facts & Assumptions

Given: n≥5.

[F1]

A group is simple when it is nontrivial and its only normal subgroups are the trivial subgroup and the whole group (Simple groups).

[F2]

Every nontrivial normal subgroup of An contains a 3-cycle (Every nontrivial normal subgroup of An contains a 3-cycle for n≥5).

[F3]

A normal subgroup of An containing a 3-cycle is all of An (A normal subgroup of An containing one 3-cycle equals An for n≥5).

Proof

technique · direct
1.1

The cycles (1 2 3) and (3 4 5) have sign (−1)2=+1 by [F4], so they belong to An; they do not commute, so An is nontrivial.

F4algebra
1.2

Let N⊴An. If N is nontrivial, [F2] gives a 3-cycle in N, and [F3] then gives N=An.

F2F3
2.1

Thus the only normal subgroups are {1} and An; together with step 1.1, [F1] proves simplicity.

F1step 1.1step 1.2∎
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

For n≥5, the only proper nontrivial normal subgroup of Sn is An

Statement

For n≥5, the normal subgroups of Sn are {1}, An, and Sn. Thus An is the only proper nontrivial one.

Facts & Assumptions

Given: n≥5 and N⊴Sn.

[F1]

An⊴Sn and 2∣An∣=n! for n≥2 (An is normal in Sn; for n≥2, 2 ∣An∣=n!, while An=Sn for n=0,1); with ∣Sn∣=n! and ∣Sn∣=[Sn:An] ∣An∣ (Lagrange's theorem: ∣G∣=[G:H]∣H∣ for every subgroup H of a finite group G) this gives [Sn:An]=2, so Sn is the union of An and one other coset.

[F2]

An is simple for n≥5 (An is simple for every n≥5).

[F4]

Z(Sn)={1} for n≥3 (Z(Sn) is trivial for n≥3).

[F5]

A subgroup is normal exactly when it is invariant under conjugation (Normal subgroup: invariance under conjugation).

Proof

technique · cases
1.1

The intersection N∩An is normal in An by [F5], so [F2] makes it either {1} or An.

F2F5algebra
1.2

Suppose N∩An=An.

assume-case full
1.3

Suppose N∩An={1}.

assume-case trivial
2.1

In the case of step 1.2, An⊆N. Since [F1] gives only two cosets, N=An or N=Sn.

F1step 1.2algebra
2.2

In the case of step 1.3, the restriction of sign to N is injective by [F3], so ∣N∣≤2.

F3step 1.3algebra
3.1

If the subgroup in step 2.2 were nontrivial, it would have a unique nonidentity element t. Normality [F5] would make every conjugate of t the same unique element, so t∈Z(Sn), contradicting [F4]. Thus this case gives N={1}.

F4F5step 2.2
4.1

The alternatives in step 1.1 are exhaustive, and steps 2.1 and 3.1 give exactly N∈{{1},An,Sn}.

step 1.1step 2.1step 3.1cases-exhaustive∎
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

[Sn,Sn]=An for n≥2, and [An,An]=An for n≥5

Statement

For n≥2, [Sn,Sn]=An. For n≥5, [An,An]=An.

Facts & Assumptions

Given: The groups Sn and An in the stated ranges of n.

[F1]

[G,G] is generated by the commutators [g,h]=ghg−1h−1 (Commutators [g,h]=ghg−1h−1 and the commutator subgroup [G,G]).

[F2]

The commutator subgroup is normal (The commutator subgroup is normal).

[F3]

For N⊴G, the quotient G/N is abelian exactly when [G,G]⊆N (G/N is abelian if and only if [G,G]⊆N).

[F5]

An is simple for n≥5 (An is simple for every n≥5).

Proof

technique · direct
1.1

Since Sn/An is the abelian sign image, [F3] gives [Sn,Sn]⊆An.

F3F4algebra
1.2

Every 3-cycle satisfies (a b c)=[(b c),(a b)] under the convention in [F1], so [F4] gives An⊆[Sn,Sn] for n≥3.

F1F4algebra
1.3

For n≥5, the 3-cycles (1 2 3) and (3 4 5) do not commute, so [An,An] is nontrivial by [F1].

F1algebra
2.1

At n=2, both A2 and the commutator subgroup of the abelian group S2 are trivial. Thus steps 1.1--1.2 prove the first formula for all n≥2.

F1F4step 1.1step 1.2
3.1

This subgroup is normal by [F2], and simplicity [F5] therefore forces [An,An]=An.

F2F5step 1.3∎

5 · Examples, counterexamples and false statements

None yet.

Sources