This chapter deepens permutation theory in two directions. First, it interprets cycles as orbit data. Second, it introduces parity, which separates permutations into even and odd classes and leads to the alternating groups. The main conceptual point is that parity is a structural invariant, not a bookkeeping accident. By the end, An emerges as the kernel of a canonical homomorphism sgn:Sn→Z2, giving the first natural example of a quotient group beyond trivial cases.
§9.1 Orbits of a permutation
Definition 9.1
Let σ be a permutation of a finite set X. The orbit of x under σ is
Orbσ(x)={x,σ(x),σ2(x),…}={σn(x):n∈Z}.
Since X is finite and σ is a bijection, repeated application must eventually return to x: there exists a smallest positive integer k such that σk(x)=x, and the orbit is {x,σ(x),…,σk−1(x)}.
Theorem 9.2 (Orbits partition the set)
Let σ∈Sn. The orbits of σ partition {1,2,…,n}.
Proof
We must show that the orbits are nonempty, their union is all of {1,…,n}, and distinct orbits are disjoint.
Nonempty and covering. Every element x∈{1,…,n} belongs to Orbσ(x) (take n=0, i.e., σ0(x)=x). So every element lies in at least one orbit.
Disjoint or equal. Suppose Orbσ(x)∩Orbσ(y)=∅. Then there exist integers r,s with σr(x)=σs(y). Since σ is bijective, x=σs−r(y). Therefore for any t,
σt(x)=σt+s−r(y)∈Orbσ(y).
This shows Orbσ(x)⊆Orbσ(y). By the symmetric argument, Orbσ(y)⊆Orbσ(x). Hence the two orbits are equal.
Therefore orbits are either equal or disjoint, and their union is {1,…,n}. ■
The nontrivial orbits of σ (those of size ≥2) correspond exactly to the cycles in the disjoint cycle decomposition of σ. Fixed points (orbits of size 1) correspond to 1-cycles, which are conventionally omitted.
Proof
Let O={x,σ(x),σ2(x),…,σk−1(x)} be an orbit of size k. Then σ restricted to O acts as the cycle (xσ(x)σ2(x)⋯σk−1(x)): it sends each element to the next, and the last element back to x.
Conversely, if (a1a2⋯ak) is a cycle in the disjoint cycle decomposition, then σ(ai)=ai+1 for i<k and σ(ak)=a1, so {a1,…,ak} is exactly the orbit of a1.
Since the orbits partition {1,…,n} and the disjoint cycles partition the non-fixed elements, the correspondence is bijective. ■
Example (continued). The permutation σ above has orbits {1,3}, {2,5}, {4,6}. The disjoint cycle decomposition is
σ=(13)(25)(46).
Each orbit of size 2 gives a 2-cycle. The orbits and cycles carry the same information.
Figure: orbit partition and disjoint cycle notation for the same permutation.
Each orbit loop on the left becomes one disjoint cycle on the right. The theorem is not adding new data; it is telling you that cycle notation is just a compressed way of recording the orbit partition together with the action of σ on each orbit.
§9.3 Transpositions
Definition 9.4
A transposition is a 2-cycle (ab), which swaps a and b and fixes everything else.
Theorem 9.5 (Transposition decomposition)
Every permutation σ∈Sn can be written as a product of transpositions.
Proof
By the disjoint cycle decomposition theorem (Chapter 8), every permutation is a product of disjoint cycles. So it suffices to write each k-cycle as a product of transpositions:
(a1a2⋯ak)=(a1ak)(a1ak−1)⋯(a1a3)(a1a2).
Verification: Apply the right-hand side to a1: (a1a2) sends a1↦a2, and no subsequent transposition moves a2 (it does not appear later). So a1↦a2. Apply to aj for 2≤j≤k−1: (a1a2) fixes aj; then each (a1ai) for i>j fixes aj; the transposition (a1aj) sends aj↦a1; then (a1aj+1) sends a1↦aj+1; and subsequent transpositions fix aj+1. So aj↦aj+1. Apply to ak: (a1ak) sends ak↦a1, and no further transposition moves a1. So ak↦a1. This matches the cycle. ■
Warning. The transposition decomposition is not unique. For example:
(123)=(13)(12)=(23)(13)=(13)(12)(13)(13).
The last expression uses four transpositions instead of two. But notice: 2 and 4 are both even. This is not a coincidence.
§9.4 Even and odd permutations --- the Parity Theorem
This is the hardest theorem of the chapter. The punch line is that while the transposition decomposition of σ is not unique, the parity (even or odd number of transpositions) is always the same.
Definition 9.6 (Inversions)
For σ∈Sn, an inversion is a pair (i,j) with i<j and σ(i)>σ(j). The inversion number is
inv(σ)=∣{(i,j):1≤i<j≤n,σ(i)>σ(j)}∣.
Example. Let σ=(13213442)∈S4. List all pairs (i,j) with i<j:
(i,j)
σ(i) vs σ(j)
Inversion?
(1,2)
3>1
Yes
(1,3)
3<4
No
(1,4)
3>2
Yes
(2,3)
1<4
No
(2,4)
1<2
No
(3,4)
4>2
Yes
So inv(σ)=3, which is odd.
Figure: inversion pairs shown as shaded cells.
The shaded cells are precisely the inversion pairs (1,2), (1,4), and (3,4). This is worth looking at slowly: parity is not an arbitrary sign convention here, but the parity of the number of out-of-order pairs. Lemma 9.7 works because an adjacent transposition changes this count by one modulo 2.
Lemma 9.7 (Adjacent transposition and inversions)
If τk=(kk+1) is an adjacent transposition, then for any σ∈Sn:
inv(στk)=inv(σ)±1.
In particular, inv(στk)≡inv(σ)+1(mod2).
Proof
The transposition τk swaps the values in positions k and k+1, leaving all other positions unchanged. Consider pairs (i,j) with i<j:
If neither i nor j is in {k,k+1}: the pair contributes identically to inv(σ) and inv(στk).
If exactly one of i,j is in {k,k+1}: say j=k and i<k. Then στk(i)=σ(i) and στk(k)=σ(k+1). The relative order of σ(i) vs σ(k) might differ from σ(i) vs σ(k+1), but for the pair (k,k+1) specifically, this is what changes.
The only pair whose inversion status is guaranteed to flip is (k,k+1) itself: if σ(k)<σ(k+1) (not an inversion), then στk(k)=σ(k+1)>σ(k)=στk(k+1) (an inversion), and vice versa.
More precisely: define f(i,j) as the contribution of pair (i,j) to the inversion count. For all pairs except (k,k+1), consider the effect. For a pair (i,k) with i<k: στk(i)=σ(i) and στk(k)=σ(k+1). For the pair (i,k+1): στk(i)=σ(i) and στk(k+1)=σ(k). So the pairs (i,k) and (i,k+1) collectively swap their inversion contributions from {σ(k),σ(k+1)} to {σ(k+1),σ(k)}, which means each gains what the other loses. The net change from these pairs is zero. Similarly for pairs (k,j) and (k+1,j) with j>k+1.
Therefore the total change in inversion count comes solely from the pair (k,k+1), which flips exactly once. So inv(στk)=inv(σ)±1. ■
Lemma 9.8 (Any transposition is a product of an odd number of adjacent transpositions)
For i<j, the transposition (ij) can be written as
(ij)=(ii+1)(i+1i+2)⋯(j−1j)⋯(i+1i+2)(ii+1),
which consists of 2(j−i)−1 adjacent transpositions (an odd number).
Proof
Think of the elements in positions i,i+1,…,j. The transposition (ij) moves i to position j by “bubbling” it through j−i adjacent swaps, then moves j (now displaced) back by j−i−1 swaps. Total: (j−i)+(j−i−1)=2(j−i)−1, which is odd.
Explicitly: first apply (j−1j), then (j−2j−1), …, then (ii+1), bringing j to position i and shifting i,i+1,…,j−1 each one step right. Then apply (i+1i+2), …, (j−1j) to restore the elements i+1,…,j−1 to their original positions. The net effect is that only positions i and j are swapped. ■
Theorem 9.9 (Parity Theorem --- the key theorem of the chapter)
If σ∈Sn can be written as a product of r transpositions and also as a product of s transpositions, then r≡s(mod2).
Proof (via inversion counting)
Write σ=τ1τ2⋯τr where each τi is a transposition. Start from the identity e, which has inv(e)=0 (even).
By Lemma 9.8, each transposition τi is a product of an odd number of adjacent transpositions. By Lemma 9.7, each adjacent transposition changes the parity of inv. An odd number of parity changes is a net parity change. Therefore each transposition τi flips the parity of inv.
Applying r transpositions to e:
inv(σ)≡inv(e)+r≡r(mod2).
Similarly, from the other decomposition:
inv(σ)≡s(mod2).
Therefore r≡s(mod2). ■
Definition 9.10 (Even and odd permutations)
A permutation σ∈Sn is even if it can be written as a product of an even number of transpositions, and odd if it can be written as a product of an odd number. By the Parity Theorem, this classification is well-defined: σ cannot be both.
Equivalently, σ is even if and only if inv(σ) is even.
§9.5 The sign homomorphism
Definition 9.11 (Sign of a permutation)
Define sgn:Sn→{+1,−1} by
sgn(σ)={+1−1if σ is even,if σ is odd.
Equivalently, if σ=τ1⋯τr is any transposition decomposition, then sgn(σ)=(−1)r.
Theorem 9.12 (sgn is a group homomorphism)
The map sgn:Sn→({+1,−1},⋅) is a well-defined surjective group homomorphism.
Proof
Well-defined: By the Parity Theorem (Theorem 9.9), (−1)r depends only on σ, not on the choice of transposition decomposition.
Homomorphism: Let σ=τ1⋯τr and ρ=μ1⋯μs be transposition decompositions. Then
σρ=τ1⋯τrμ1⋯μs
is a product of r+s transpositions. Hence
sgn(σρ)=(−1)r+s=(−1)r⋅(−1)s=sgn(σ)⋅sgn(ρ).
Surjective: For n≥2, the transposition (12) has sgn(12)=−1, and the identity has sgn(e)=+1. So both elements of {+1,−1} are hit. ■
Corollary 9.13
For all σ,τ∈Sn:
sgn(στ)=sgn(σ)sgn(τ).
sgn(σ−1)=sgn(σ).
sgn(e)=+1.
Proof
(1) is the homomorphism property. For (2): sgn(σ)sgn(σ−1)=sgn(σσ−1)=sgn(e)=(−1)0=1, so sgn(σ−1)=sgn(σ)−1=sgn(σ) since (±1)−1=±1. Part (3) is immediate from the empty product. ■
§9.6 Parity of a k-cycle
Theorem 9.14 (Sign of a cycle)
A k-cycle is a product of exactly k−1 transpositions. Therefore:
sgn(a1a2⋯ak)=(−1)k−1.
A k-cycle is even if and only if k is odd.
Proof
The transposition decomposition is:
(a1a2⋯ak)=(a1ak)(a1ak−1)⋯(a1a3)(a1a2).
This is a product of k−1 transpositions. (Verification was given in Theorem 9.5.)
Therefore sgn(a1⋯ak)=(−1)k−1.
Now (−1)k−1=+1 iff k−1 is even iff k is odd. ■
Quick reference table:
Cycle length k
Number of transpositions k−1
Parity
1 (fixed point)
0
Even
2 (transposition)
1
Odd
3
2
Even
4
3
Odd
5
4
Even
Theorem 9.15 (Sign from cycle type)
If σ has disjoint cycle decomposition with cycle lengths k1,k2,…,kr (including 1-cycles for fixed points, so k1+k2+⋯+kr=n), then
Example. The permutation σ=(135)(24)∈S5 has cycle lengths 3,2 (and no fixed points to list explicitly, but thinking of it in S5, the full cycle type is 3,2, and n=5). The number of “cycles” here depends on convention. Using the formula with only nontrivial cycles: sgn(σ)=(−1)3−1⋅(−1)2−1=(+1)(−1)=−1. Or: include the implicit identity, c(σ)=2 nontrivial cycles, but n−c(σ) requires counting fixed points. In S5, there are no fixed points, so c(σ)=2 and sgn=(−1)5−2=(−1)3=−1. Both agree.
§9.7 The alternating group An
Definition 9.16
The alternating group is
An=ker(sgn)={σ∈Sn:σ is even}.
Theorem 9.17 (Properties of An)
An is a normal subgroup of Sn (it is the kernel of a homomorphism).
∣An∣=2n! for n≥2.
Sn/An≅Z2.
Proof
(1) The kernel of any group homomorphism is a normal subgroup. Since sgn:Sn→{+1,−1} is a homomorphism, An=ker(sgn) is normal in Sn.
(2) By the First Isomorphism Theorem, Sn/ker(sgn)≅im(sgn). For n≥2, sgn is surjective (Theorem 9.12), so im(sgn)={+1,−1}, which has order 2. Therefore
[Sn:An]=∣Sn/An∣=2,so∣An∣=2∣Sn∣=2n!.
(3)Sn/An≅im(sgn)={+1,−1}≅Z2, since {+1,−1} under multiplication is cyclic of order 2. ■
Theorem 9.18 (An is generated by 3-cycles for n≥3)
Every element of An can be written as a product of 3-cycles.
Proof
An even permutation is, by definition, a product of an even number of transpositions. So it suffices to show that any product of two transpositions can be written as a product of 3-cycles. There are two cases:
Case 1: The two transpositions share an element. Say σ=(ab)(ac) where b=c. Then:
a↦c↦c (under (ac) first, then (ab) fixes c if c=b, which it is). Wait, let us compute carefully.
Apply (ac) first: a↦c. Then (ab): c↦c (since c=a,b). So a↦c.
Apply (ac) first: c↦a. Then (ab): a↦b. So c↦b.
Apply (ac) first: b↦b. Then (ab): b↦a. So b↦a.
Therefore (ab)(ac)=(acb), a 3-cycle.
Case 2: The two transpositions are disjoint. Say σ=(ab)(cd) where {a,b}∩{c,d}=∅. Introduce a “bridge” element. One can verify:
(ab)(cd)=(acb)(acd).
Check: Apply (acd) first, then (acb).
a: (acd) sends a↦c; (acb) sends c↦b. So a↦b. ✓
b: (acd) fixes b; (acb) sends b↦a. So b↦a. ✓
c: (acd) sends c↦d; (acb) fixes d. So c↦d. ✓
d: (acd) sends d↦a; (acb) sends a↦c. So d↦c. ✓
Both cases produce products of 3-cycles. By induction on the number of transposition pairs, every even permutation is a product of 3-cycles. ■
§9.8 Explicit small cases
A3
∣A3∣=3!/2=3. The elements of S3 with their signs:
Permutation
Cycle type
sgn
e
(1)(2)(3)
+1
(123)
3-cycle
+1
(132)
3-cycle
+1
(12)
transposition
−1
(13)
transposition
−1
(23)
transposition
−1
So
A3={e,(123),(132)}≅Z3.
This is cyclic, generated by either 3-cycle: (123)2=(132) and (123)3=e.
A4
∣A4∣=24/2=12. Classify the even permutations by cycle type:
Identity (1 element):
e
3-cycles (8 elements): A 3-cycle has sign (−1)2=+1, so all 3-cycles in S4 lie in A4. Choose 3 elements from {1,2,3,4} and form a cycle: (34)⋅2=8 three-cycles (each set of 3 gives 2 distinct cycles).
(123),(132),(124),(142),(134),(143),(234),(243).
Products of two disjoint transpositions (3 elements): A single transposition is odd, but a product of two disjoint transpositions has sign (−1)(−1)=+1.
(12)(34),(13)(24),(14)(23).
Total:1+8+3=12=∣A4∣. ✓
The Klein four-group V4⊴A4
The set
V4={e,(12)(34),(13)(24),(14)(23)}
is a subgroup of A4 isomorphic to Z2×Z2 (the Klein four-group). One can verify closure:
⋅
e
(12)(34)
(13)(24)
(14)(23)
e
e
(12)(34)
(13)(24)
(14)(23)
(12)(34)
(12)(34)
e
(14)(23)
(13)(24)
(13)(24)
(13)(24)
(14)(23)
e
(12)(34)
(14)(23)
(14)(23)
(13)(24)
(12)(34)
e
Every nonidentity element has order 2, and the group is abelian. This is the Klein four-group.
V4 is normal in A4 (and in fact in S4): The set of double transpositions is closed under conjugation in S4, since conjugation preserves cycle type. Since V4 is the union of the identity and all elements of cycle type (2,2) in S4, it is invariant under conjugation. In particular, it is normal in A4.
This is noteworthy: A4 is a group of order 12 that has no subgroup of order 6, despite the fact that 6∣12. The converse of Lagrange’s theorem fails already at A4. Figure: the normal subgroup lattice of A4.
V4 is the unique normal subgroup of order 4, and there are four cyclic subgroups of order 3 (none of which are normal).
§9.9 Powers of cycles and the homework connection
Theorem 9.19 (Structure of powers of a cycle)
Let σ=(a1a2⋯ak) be a k-cycle, and let m be a positive integer. Set d=gcd(m,k). Then σm consists of d disjoint cycles, each of length k/d.
Proof
Consider the action of σm on the elements {a1,a2,…,ak} (indices taken mod k). We have σm(ai)=ai+m (indices mod k). The orbit of ai under σm is
{ai,ai+m,ai+2m,…}
where indices are taken mod k. This orbit has size equal to the smallest positive integer t such that tm≡0(modk), i.e., t=k/gcd(m,k)=k/d.
Each orbit has size k/d, and there are k elements total, so the number of orbits is k/(k/d)=d.
Therefore σm decomposes into d=gcd(m,k) disjoint cycles, each of length k/d. ■
Corollary.σm is itself a cycle (i.e., a single cycle plus fixed points) if and only if gcd(m,k)=1.
Application: Homework 1 Problem 2 --- cycles in S5 with σ2 also a cycle
Problem (Homework 1, Problem 2). Count the cyclesσ in S5 such that σ2 is also a cycle. (The identity is considered a cycle.)
Solution. The key constraint is that σ must itself be a single cycle (not a product of disjoint cycles). The possible cycle lengths for a single cycle in S5 are k=1,2,3,4,5.
By Theorem 9.19, for a k-cycle σ, the permutation σ2 consists of gcd(2,k) disjoint cycles of length k/gcd(2,k). So σ2 is a single cycle iff gcd(2,k)=1 (i.e., k is odd) or k≤2 (where σ2=e, which we count as a cycle).
Cycle length k
σ2 structure
σ2 a cycle?
Count in S5
1 (identity)
identity
Yes
1
2 (transposition)
identity
Yes
(25)⋅1!=10
3
3-cycle
Yes
(35)⋅2!=20
4
product of two 2-cycles
No
0 (excluded)
5
5-cycle
Yes
(55)⋅4!=24
Total:1+10+20+0+24=55.
Common misreading of this problem
A tempting mistake is to interpret “cycles σ in S5 such that σ2 is a cycle” as “permutationsσ in S5 such that σ2 is a cycle.” These are different questions.
If σ is allowed to be any permutation (not just a single cycle), then one must also consider:
σ=(abc)(de) (a 3-cycle times a disjoint transposition). Here σ2=(acb), which is a cycle. There are (35)⋅2⋅1=20 such permutations. But σ itself is not a cycle — it is a product of two disjoint cycles. So these should not be counted.
σ=(ab)(cd) (two disjoint transpositions). Here σ2=e, and the identity is a cycle. But again, σ is not a single cycle.
A second mistake goes the other way: excluding the identity and transpositions because ”σ2=e is trivial.” But the problem explicitly states that the identity counts as a cycle, so σ2=e qualifies.
The correct reading is: σ must be a single cycle (including the identity as a 1-cycle), and σ2 must also be a single cycle.
Miscount
Error
Effect
Including (abc)(de)-types
σ is not a cycle
Overcounts by 20
Excluding e and transpositions
σ2=e is still a cycle
Undercounts by 11
Both errors simultaneously
55+20−11=64
Wrong answer 64
The moral: in algebra, read the quantifier carefully. “Cycles σ” restricts the domain; “such that σ2 is a cycle” restricts the codomain.
The pentagon/pentagram picture
Figure: a 5-cycle on a pentagon and its square on the pentagram.
A 5-cycle σ=(12345) rotates the vertices of a regular pentagon (blue). Then σ2=(13524) “skips every other vertex,” tracing a pentagram (red, dashed). This is because gcd(2,5)=1: squaring a 5-cycle still visits all 5 vertices, but in a different order.
By contrast, σ2 for a 4-cycle (1234) gives (13)(24): two disjoint 2-cycles, because gcd(2,4)=2. The square of a square’s rotation swaps opposite vertices --- it does not trace out a single cycle.
§9.10 Worked computations
Example 1: Determine parity of σ=(1352)(46)∈S6
Cycle lengths: 4 and 2. Sign:
sgn(σ)=(−1)4−1⋅(−1)2−1=(−1)3⋅(−1)1=(−1)(−1)=+1.
So σ is even, and σ∈A6.
Alternative via the formulasgn(σ)=(−1)n−c(σ): Here n=6, and c(σ)=2 (nontrivial cycles) plus the fixed points. But there are no fixed points (all of {1,2,3,4,5,6} are moved). So c(σ)=2 and sgn=(−1)6−2=(−1)4=+1. ✓
Example 2: Express σ=(143)(25)∈S5 as transpositions and determine parity
(143)=(13)(14),(25)=(25).
So
σ=(13)(14)(25),
which is 3 transpositions (odd). Therefore sgn(σ)=−1 and σ∈/A5.
Check via sign formula:(−1)3−1⋅(−1)2−1=(+1)(−1)=−1. ✓
Example 3: Verify sgn is multiplicative
Let α=(123) and β=(12)(34) in S4.
sgn(α)=(−1)3−1=+1.
sgn(β)=(−1)1⋅(−1)1=+1.
Compute αβ: apply β first, then α.
1β2α3.
2β1α2. (Fixed!)
3β4α4. (Fixed!)
4β3α1.
A very common first-pass mistake is to stop too early and think this is just (13). The point where many people slip is forgetting to keep tracing 3 and 4 carefully:
1↦3.
3β4α4, so 3↦4.
4β3α1, so 4↦1.
2 is fixed.
Hence
αβ=(134).
sgn(αβ)=(−1)3−1=+1=(+1)(+1)=sgn(α)sgn(β). ✓
Example 4: Parity of a permutation in S6 given in two-line notation
σ=(122436415365).
Disjoint cycle decomposition: 1→2→4→1 gives (124). Then 3→6→5→3 gives (365). So σ=(124)(365).
Sign: (−1)3−1⋅(−1)3−1=(+1)(+1)=+1. So σ∈A6.
Transposition decomposition: (124)=(14)(12) and (365)=(35)(36). So σ=(14)(12)(35)(36), four transpositions (even). ✓
Example 5: Rewrite (12)(34)(56)∈A6?
sgn=(−1)3=−1. So (12)(34)(56) is odd and does not belong to A6.
Example 6: Express (13)(24)∈A4 as a product of 3-cycles
Using the disjoint-transposition formula from Theorem 9.18:
(13)(24)=(123)(124).
Verify: Apply (124) first, then (123):
1(124)2(123)3. So 1↦3. ✓
3(124)3(123)1. So 3↦1. ✓
2(124)4(123)4. So 2↦4. ✓
4(124)1(123)2. So 4↦2. ✓
So (13)(24)=(123)(124). ✓
§9.11 Standard traps
A k-cycle requires k−1 transpositions, not k. The cycle (123)=(13)(12) uses two transpositions, not three.
Odd-length cycles are even permutations. This is the most confusing naming clash in the chapter. A 3-cycle is even. A 5-cycle is even. The word “odd” in “odd-length” refers to the length of the cycle, while “even” refers to the parity of the number of transpositions (k−1). Since 3−1=2 is even, a 3-cycle is an even permutation.
The transposition decomposition is not unique, but parity is. You can always throw in pairs of identical transpositions (ττ=e) to change the number of transpositions by 2 without changing the permutation. What you cannot do is change the parity.
Disjoint cycles commute; overlapping cycles do not. When computing signs, you can freely reorder disjoint cycles. But (12)(13)=(13)(12): the left side gives (132) while the right gives (123).
The identity is even. It is a product of zero transpositions (0 is even). Every fixed point contributes a 1-cycle with 0 transpositions.
§9.12 Lang’s structural perspective
Lang would frame this chapter through the short exact sequence
1⟶An⟶SnsgnZ2⟶1.
Here Z2={+1,−1} under multiplication (equivalently, Z/2Z under addition). The sequence is exact because:
An=ker(sgn), so the image of An↪Sn equals the kernel of sgn.
sgn is surjective for n≥2.
What the exact sequence tells us:
An is a normal subgroup of Sn of index 2.
The quotient Sn/An≅Z2 is the simplest possible nontrivial quotient.
This is the first natural example of a quotient group that arises organically (not by fiat). Earlier examples of quotient groups were either G/G≅{e} or G/{e}≅G. Now we have a genuinely interesting kernel.
Why index 2 subgroups are always normal. If [G:H]=2, then there are exactly two cosets: H and G∖H. For any g∈G, either g∈H (so gH=H=Hg) or g∈/H (so gH=G∖H=Hg). Hence gH=Hg for all g, and H⊴G. The sign homomorphism is the clean proof that [Sn:An]=2, but even without it, knowing the index suffices for normality.
Connection to determinants. In linear algebra, the determinant of a permutation matrix equals sgn(σ). This is not a coincidence: det:GLn→R∗ restricts to sgn on the permutation matrices embedded in GLn. The alternating group is the intersection of SLn(R) (matrices of determinant 1) with the symmetric group. This is the structural reason why sgn is multiplicative.
§9.14 Flashcard-ready summary
Orbit of x under σ:Orbσ(x)={x,σ(x),σ2(x),…}. Orbits partition {1,…,n}.
Orbits ↔ cycles: Nontrivial orbits of σ correspond to cycles in the disjoint cycle decomposition.
Transposition decomposition: Every permutation is a product of transpositions. A k-cycle uses k−1 transpositions.
Parity Theorem: The number of transpositions in any decomposition of σ always has the same parity. Proved via inversion counting.
Even/odd:σ is even if it decomposes into an even number of transpositions, odd otherwise.
Sign homomorphism:sgn:Sn→{+1,−1}, \operatorname{sgn}(\sigma) = (-1)^{\text{# transpositions}}. It is a surjective group homomorphism.
Sign of a k-cycle:(−1)k−1. A k-cycle is even iff k is odd.
General sign formula:sgn(σ)=(−1)n−c(σ), where c(σ) = number of cycles including fixed points.