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, AnA_n emerges as the kernel of a canonical homomorphism sgn:SnZ2\operatorname{sgn}: S_n \to \mathbb{Z}_2, giving the first natural example of a quotient group beyond trivial cases.


§9.1 Orbits of a permutation

Definition 9.1

Let σ\sigma be a permutation of a finite set XX. The orbit of xx under σ\sigma is

Orbσ(x)={x,σ(x),σ2(x),}={σn(x):nZ}.\operatorname{Orb}_\sigma(x) = \{x, \sigma(x), \sigma^2(x), \ldots\} = \{\sigma^n(x) : n \in \mathbb{Z}\}.

Since XX is finite and σ\sigma is a bijection, repeated application must eventually return to xx: there exists a smallest positive integer kk such that σk(x)=x\sigma^k(x) = x, and the orbit is {x,σ(x),,σk1(x)}\{x, \sigma(x), \ldots, \sigma^{k-1}(x)\}.

Theorem 9.2 (Orbits partition the set)

Let σSn\sigma \in S_n. The orbits of σ\sigma partition {1,2,,n}\{1, 2, \ldots, n\}.

Example. Let σ=(123456351624)S6\sigma = \begin{pmatrix} 1 & 2 & 3 & 4 & 5 & 6 \\ 3 & 5 & 1 & 6 & 2 & 4 \end{pmatrix} \in S_6.

Trace the orbits:

  • Start at 11: 1311 \to 3 \to 1. Orbit: {1,3}\{1, 3\}.
  • Start at 22: 2522 \to 5 \to 2. Orbit: {2,5}\{2, 5\}.
  • Start at 44: 4644 \to 6 \to 4. Orbit: {4,6}\{4, 6\}.

Partition: {1,3}{2,5}{4,6}={1,2,3,4,5,6}\{1,3\} \sqcup \{2,5\} \sqcup \{4,6\} = \{1,2,3,4,5,6\}. Check.


§9.2 Cycle structure and orbits

Theorem 9.3 (Orbits are cycles)

The nontrivial orbits of σ\sigma (those of size 2\geq 2) correspond exactly to the cycles in the disjoint cycle decomposition of σ\sigma. Fixed points (orbits of size 11) correspond to 11-cycles, which are conventionally omitted.

Example (continued). The permutation σ\sigma above has orbits {1,3}\{1,3\}, {2,5}\{2,5\}, {4,6}\{4,6\}. The disjoint cycle decomposition is

σ=(1  3)(2  5)(4  6).\sigma = (1\;3)(2\;5)(4\;6).

Each orbit of size 22 gives a 22-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 σ\sigma on each orbit.


§9.3 Transpositions

Definition 9.4

A transposition is a 22-cycle (a  b)(a\;b), which swaps aa and bb and fixes everything else.

Theorem 9.5 (Transposition decomposition)

Every permutation σSn\sigma \in S_n can be written as a product of transpositions.

Warning. The transposition decomposition is not unique. For example:

(1  2  3)=(1  3)(1  2)=(2  3)(1  3)=(1  3)(1  2)(1  3)(1  3).(1\;2\;3) = (1\;3)(1\;2) = (2\;3)(1\;3) = (1\;3)(1\;2)(1\;3)(1\;3).

The last expression uses four transpositions instead of two. But notice: 22 and 44 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 σ\sigma is not unique, the parity (even or odd number of transpositions) is always the same.

Definition 9.6 (Inversions)

For σSn\sigma \in S_n, an inversion is a pair (i,j)(i,j) with i<ji < j and σ(i)>σ(j)\sigma(i) > \sigma(j). The inversion number is

inv(σ)={(i,j):1i<jn,  σ(i)>σ(j)}.\operatorname{inv}(\sigma) = |\{(i,j) : 1 \leq i < j \leq n,\; \sigma(i) > \sigma(j)\}|.

Example. Let σ=(12343142)S4\sigma = \begin{pmatrix} 1&2&3&4 \\ 3&1&4&2 \end{pmatrix} \in S_4. List all pairs (i,j)(i,j) with i<ji < j:

(i,j)(i,j)σ(i)\sigma(i) vs σ(j)\sigma(j)Inversion?
(1,2)(1,2)3>13 > 1Yes
(1,3)(1,3)3<43 < 4No
(1,4)(1,4)3>23 > 2Yes
(2,3)(2,3)1<41 < 4No
(2,4)(2,4)1<21 < 2No
(3,4)(3,4)4>24 > 2Yes

So inv(σ)=3\operatorname{inv}(\sigma) = 3, which is odd.

Figure: inversion pairs shown as shaded cells.

The shaded cells are precisely the inversion pairs (1,2)(1,2), (1,4)(1,4), and (3,4)(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 22.

Lemma 9.7 (Adjacent transposition and inversions)

If τk=(k    k+1)\tau_k = (k\;\;k{+}1) is an adjacent transposition, then for any σSn\sigma \in S_n:

inv(στk)=inv(σ)±1.\operatorname{inv}(\sigma \tau_k) = \operatorname{inv}(\sigma) \pm 1.

In particular, inv(στk)inv(σ)+1(mod2)\operatorname{inv}(\sigma\tau_k) \equiv \operatorname{inv}(\sigma) + 1 \pmod{2}.

Lemma 9.8 (Any transposition is a product of an odd number of adjacent transpositions)

For i<ji < j, the transposition (i  j)(i\;j) can be written as

(i  j)=(i    i+1)(i+1    i+2)(j1    j)(i+1    i+2)(i    i+1),(i\;j) = (i\;\;i{+}1)(i{+}1\;\;i{+}2)\cdots(j{-}1\;\;j)\cdots(i{+}1\;\;i{+}2)(i\;\;i{+}1),

which consists of 2(ji)12(j-i) - 1 adjacent transpositions (an odd number).

Theorem 9.9 (Parity Theorem --- the key theorem of the chapter)

If σSn\sigma \in S_n can be written as a product of rr transpositions and also as a product of ss transpositions, then rs(mod2)r \equiv s \pmod{2}.

Definition 9.10 (Even and odd permutations)

A permutation σSn\sigma \in S_n 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: σ\sigma cannot be both.

Equivalently, σ\sigma is even if and only if inv(σ)\operatorname{inv}(\sigma) is even.


§9.5 The sign homomorphism

Definition 9.11 (Sign of a permutation)

Define sgn:Sn{+1,1}\operatorname{sgn}: S_n \to \{+1, -1\} by

sgn(σ)={+1if σ is even,1if σ is odd.\operatorname{sgn}(\sigma) = \begin{cases} +1 & \text{if } \sigma \text{ is even}, \\ -1 & \text{if } \sigma \text{ is odd}. \end{cases}

Equivalently, if σ=τ1τr\sigma = \tau_1\cdots\tau_r is any transposition decomposition, then sgn(σ)=(1)r\operatorname{sgn}(\sigma) = (-1)^r.

Theorem 9.12 (sgn is a group homomorphism)

The map sgn:Sn({+1,1},)\operatorname{sgn}: S_n \to (\{+1,-1\}, \cdot) is a well-defined surjective group homomorphism.

Corollary 9.13

For all σ,τSn\sigma, \tau \in S_n:

  1. sgn(στ)=sgn(σ)sgn(τ)\operatorname{sgn}(\sigma\tau) = \operatorname{sgn}(\sigma)\operatorname{sgn}(\tau).
  2. sgn(σ1)=sgn(σ)\operatorname{sgn}(\sigma^{-1}) = \operatorname{sgn}(\sigma).
  3. sgn(e)=+1\operatorname{sgn}(e) = +1.

§9.6 Parity of a kk-cycle

Theorem 9.14 (Sign of a cycle)

A kk-cycle is a product of exactly k1k-1 transpositions. Therefore:

sgn(a1  a2    ak)=(1)k1.\operatorname{sgn}(a_1\;a_2\;\cdots\;a_k) = (-1)^{k-1}.

A kk-cycle is even if and only if kk is odd.

Quick reference table:

Cycle length kkNumber of transpositions k1k-1Parity
11 (fixed point)00Even
22 (transposition)11Odd
3322Even
4433Odd
5544Even

Theorem 9.15 (Sign from cycle type)

If σ\sigma has disjoint cycle decomposition with cycle lengths k1,k2,,krk_1, k_2, \ldots, k_r (including 11-cycles for fixed points, so k1+k2++kr=nk_1 + k_2 + \cdots + k_r = n), then

sgn(σ)=(1)(k11)+(k21)++(kr1)=(1)nr=(1)nc(σ),\operatorname{sgn}(\sigma) = (-1)^{(k_1 - 1) + (k_2 - 1) + \cdots + (k_r - 1)} = (-1)^{n - r} = (-1)^{n - c(\sigma)},

where c(σ)c(\sigma) is the total number of cycles including fixed points.

Example. The permutation σ=(1  3  5)(2  4)S5\sigma = (1\;3\;5)(2\;4) \in S_5 has cycle lengths 3,23, 2 (and no fixed points to list explicitly, but thinking of it in S5S_5, the full cycle type is 3,23, 2, and n=5n = 5). The number of “cycles” here depends on convention. Using the formula with only nontrivial cycles: sgn(σ)=(1)31(1)21=(+1)(1)=1\operatorname{sgn}(\sigma) = (-1)^{3-1} \cdot (-1)^{2-1} = (+1)(-1) = -1. Or: include the implicit identity, c(σ)=2c(\sigma) = 2 nontrivial cycles, but nc(σ)n - c(\sigma) requires counting fixed points. In S5S_5, there are no fixed points, so c(σ)=2c(\sigma) = 2 and sgn=(1)52=(1)3=1\operatorname{sgn} = (-1)^{5-2} = (-1)^3 = -1. Both agree.


§9.7 The alternating group AnA_n

Definition 9.16

The alternating group is

An=ker(sgn)={σSn:σ is even}.A_n = \ker(\operatorname{sgn}) = \{\sigma \in S_n : \sigma \text{ is even}\}.

Theorem 9.17 (Properties of AnA_n)

  1. AnA_n is a normal subgroup of SnS_n (it is the kernel of a homomorphism).
  2. An=n!2|A_n| = \dfrac{n!}{2} for n2n \geq 2.
  3. Sn/AnZ2S_n / A_n \cong \mathbb{Z}_2.

Theorem 9.18 (AnA_n is generated by 33-cycles for n3n \geq 3)

Every element of AnA_n can be written as a product of 33-cycles.


§9.8 Explicit small cases

A3A_3

A3=3!/2=3|A_3| = 3!/2 = 3. The elements of S3S_3 with their signs:

PermutationCycle typesgn\operatorname{sgn}
ee(1)(2)(3)(1)(2)(3)+1+1
(1  2  3)(1\;2\;3)33-cycle+1+1
(1  3  2)(1\;3\;2)33-cycle+1+1
(1  2)(1\;2)transposition1-1
(1  3)(1\;3)transposition1-1
(2  3)(2\;3)transposition1-1

So

A3={e,(1  2  3),(1  3  2)}Z3.A_3 = \{e, (1\;2\;3), (1\;3\;2)\} \cong \mathbb{Z}_3.

This is cyclic, generated by either 33-cycle: (1  2  3)2=(1  3  2)(1\;2\;3)^2 = (1\;3\;2) and (1  2  3)3=e(1\;2\;3)^3 = e.

A4A_4

A4=24/2=12|A_4| = 24/2 = 12. Classify the even permutations by cycle type:

Identity (1 element):

ee

33-cycles (8 elements): A 33-cycle has sign (1)2=+1(-1)^2 = +1, so all 33-cycles in S4S_4 lie in A4A_4. Choose 33 elements from {1,2,3,4}\{1,2,3,4\} and form a cycle: (43)2=8\binom{4}{3} \cdot 2 = 8 three-cycles (each set of 33 gives 22 distinct cycles).

(1  2  3),  (1  3  2),  (1  2  4),  (1  4  2),  (1  3  4),  (1  4  3),  (2  3  4),  (2  4  3).(1\;2\;3),\; (1\;3\;2),\; (1\;2\;4),\; (1\;4\;2),\; (1\;3\;4),\; (1\;4\;3),\; (2\;3\;4),\; (2\;4\;3).

Products of two disjoint transpositions (3 elements): A single transposition is odd, but a product of two disjoint transpositions has sign (1)(1)=+1(-1)(-1) = +1.

(1  2)(3  4),(1  3)(2  4),(1  4)(2  3).(1\;2)(3\;4), \quad (1\;3)(2\;4), \quad (1\;4)(2\;3).

Total: 1+8+3=12=A41 + 8 + 3 = 12 = |A_4|. \checkmark

The Klein four-group V4A4V_4 \trianglelefteq A_4

The set

V4={e,  (1  2)(3  4),  (1  3)(2  4),  (1  4)(2  3)}V_4 = \{e,\; (1\;2)(3\;4),\; (1\;3)(2\;4),\; (1\;4)(2\;3)\}

is a subgroup of A4A_4 isomorphic to Z2×Z2\mathbb{Z}_2 \times \mathbb{Z}_2 (the Klein four-group). One can verify closure:

\cdotee(1  2)(3  4)(1\;2)(3\;4)(1  3)(2  4)(1\;3)(2\;4)(1  4)(2  3)(1\;4)(2\;3)
eeee(1  2)(3  4)(1\;2)(3\;4)(1  3)(2  4)(1\;3)(2\;4)(1  4)(2  3)(1\;4)(2\;3)
(1  2)(3  4)(1\;2)(3\;4)(1  2)(3  4)(1\;2)(3\;4)ee(1  4)(2  3)(1\;4)(2\;3)(1  3)(2  4)(1\;3)(2\;4)
(1  3)(2  4)(1\;3)(2\;4)(1  3)(2  4)(1\;3)(2\;4)(1  4)(2  3)(1\;4)(2\;3)ee(1  2)(3  4)(1\;2)(3\;4)
(1  4)(2  3)(1\;4)(2\;3)(1  4)(2  3)(1\;4)(2\;3)(1  3)(2  4)(1\;3)(2\;4)(1  2)(3  4)(1\;2)(3\;4)ee

Every nonidentity element has order 22, and the group is abelian. This is the Klein four-group.

V4V_4 is normal in A4A_4 (and in fact in S4S_4): The set of double transpositions is closed under conjugation in S4S_4, since conjugation preserves cycle type. Since V4V_4 is the union of the identity and all elements of cycle type (2,2)(2,2) in S4S_4, it is invariant under conjugation. In particular, it is normal in A4A_4.

This is noteworthy: A4A_4 is a group of order 1212 that has no subgroup of order 66, despite the fact that 6126 \mid 12. The converse of Lagrange’s theorem fails already at A4A_4. Figure: the normal subgroup lattice of A4A_4.

V4V_4 is the unique normal subgroup of order 44, and there are four cyclic subgroups of order 33 (none of which are normal).


§9.9 Powers of cycles and the homework connection

Theorem 9.19 (Structure of powers of a cycle)

Let σ=(a1  a2    ak)\sigma = (a_1\;a_2\;\cdots\;a_k) be a kk-cycle, and let mm be a positive integer. Set d=gcd(m,k)d = \gcd(m, k). Then σm\sigma^m consists of dd disjoint cycles, each of length k/dk/d.

Corollary. σm\sigma^m is itself a cycle (i.e., a single cycle plus fixed points) if and only if gcd(m,k)=1\gcd(m, k) = 1.

Application: Homework 1 Problem 2 --- cycles in S5S_5 with σ2\sigma^2 also a cycle

Problem (Homework 1, Problem 2). Count the cycles σ\sigma in S5S_5 such that σ2\sigma^2 is also a cycle. (The identity is considered a cycle.)

Solution. The key constraint is that σ\sigma must itself be a single cycle (not a product of disjoint cycles). The possible cycle lengths for a single cycle in S5S_5 are k=1,2,3,4,5k = 1, 2, 3, 4, 5.

By Theorem 9.19, for a kk-cycle σ\sigma, the permutation σ2\sigma^2 consists of gcd(2,k)\gcd(2,k) disjoint cycles of length k/gcd(2,k)k/\gcd(2,k). So σ2\sigma^2 is a single cycle iff gcd(2,k)=1\gcd(2,k) = 1 (i.e., kk is odd) or k2k \leq 2 (where σ2=e\sigma^2 = e, which we count as a cycle).

Cycle length kkσ2\sigma^2 structureσ2\sigma^2 a cycle?Count in S5S_5
11 (identity)identityYes11
22 (transposition)identityYes(52)1!=10\binom{5}{2} \cdot 1! = 10
3333-cycleYes(53)2!=20\binom{5}{3} \cdot 2! = 20
44product of two 22-cyclesNo00 (excluded)
5555-cycleYes(55)4!=24\binom{5}{5} \cdot 4! = 24

Total: 1+10+20+0+24=551 + 10 + 20 + 0 + 24 = \boxed{55}.

The pentagon/pentagram picture

Figure: a 55-cycle on a pentagon and its square on the pentagram.

A 55-cycle σ=(1  2  3  4  5)\sigma = (1\;2\;3\;4\;5) rotates the vertices of a regular pentagon (blue). Then σ2=(1  3  5  2  4)\sigma^2 = (1\;3\;5\;2\;4) “skips every other vertex,” tracing a pentagram (red, dashed). This is because gcd(2,5)=1\gcd(2,5) = 1: squaring a 55-cycle still visits all 55 vertices, but in a different order.

By contrast, σ2\sigma^2 for a 44-cycle (1  2  3  4)(1\;2\;3\;4) gives (1  3)(2  4)(1\;3)(2\;4): two disjoint 22-cycles, because gcd(2,4)=2\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 σ=(1  3  5  2)(4  6)S6\sigma = (1\;3\;5\;2)(4\;6) \in S_6

Cycle lengths: 44 and 22. Sign:

sgn(σ)=(1)41(1)21=(1)3(1)1=(1)(1)=+1.\operatorname{sgn}(\sigma) = (-1)^{4-1} \cdot (-1)^{2-1} = (-1)^3 \cdot (-1)^1 = (-1)(-1) = +1.

So σ\sigma is even, and σA6\sigma \in A_6.

Alternative via the formula sgn(σ)=(1)nc(σ)\operatorname{sgn}(\sigma) = (-1)^{n - c(\sigma)}: Here n=6n = 6, and c(σ)=2c(\sigma) = 2 (nontrivial cycles) plus the fixed points. But there are no fixed points (all of {1,2,3,4,5,6}\{1,2,3,4,5,6\} are moved). So c(σ)=2c(\sigma) = 2 and sgn=(1)62=(1)4=+1\operatorname{sgn} = (-1)^{6-2} = (-1)^4 = +1. \checkmark

Example 2: Express σ=(1  4  3)(2  5)S5\sigma = (1\;4\;3)(2\;5) \in S_5 as transpositions and determine parity

(1  4  3)=(1  3)(1  4),(2  5)=(2  5).(1\;4\;3) = (1\;3)(1\;4), \qquad (2\;5) = (2\;5).

So

σ=(1  3)(1  4)(2  5),\sigma = (1\;3)(1\;4)(2\;5),

which is 33 transpositions (odd). Therefore sgn(σ)=1\operatorname{sgn}(\sigma) = -1 and σA5\sigma \notin A_5.

Check via sign formula: (1)31(1)21=(+1)(1)=1(-1)^{3-1} \cdot (-1)^{2-1} = (+1)(-1) = -1. \checkmark

Example 3: Verify sgn is multiplicative

Let α=(1  2  3)\alpha = (1\;2\;3) and β=(1  2)(3  4)\beta = (1\;2)(3\;4) in S4S_4.

  • sgn(α)=(1)31=+1\operatorname{sgn}(\alpha) = (-1)^{3-1} = +1.
  • sgn(β)=(1)1(1)1=+1\operatorname{sgn}(\beta) = (-1)^1 \cdot (-1)^1 = +1.

Compute αβ\alpha\beta: apply β\beta first, then α\alpha.

  • 1β2α31 \xrightarrow{\beta} 2 \xrightarrow{\alpha} 3.
  • 2β1α22 \xrightarrow{\beta} 1 \xrightarrow{\alpha} 2. (Fixed!)
  • 3β4α43 \xrightarrow{\beta} 4 \xrightarrow{\alpha} 4. (Fixed!)
  • 4β3α14 \xrightarrow{\beta} 3 \xrightarrow{\alpha} 1.

A very common first-pass mistake is to stop too early and think this is just (1  3)(1\;3). The point where many people slip is forgetting to keep tracing 33 and 44 carefully:

  • 131 \mapsto 3.
  • 3β4α43 \xrightarrow{\beta} 4 \xrightarrow{\alpha} 4, so 343 \mapsto 4.
  • 4β3α14 \xrightarrow{\beta} 3 \xrightarrow{\alpha} 1, so 414 \mapsto 1.
  • 22 is fixed.

Hence

αβ=(1  3  4).\alpha\beta = (1\;3\;4).

sgn(αβ)=(1)31=+1=(+1)(+1)=sgn(α)sgn(β)\operatorname{sgn}(\alpha\beta) = (-1)^{3-1} = +1 = (+1)(+1) = \operatorname{sgn}(\alpha)\operatorname{sgn}(\beta). \checkmark

Example 4: Parity of a permutation in S6S_6 given in two-line notation

σ=(123456246135).\sigma = \begin{pmatrix} 1&2&3&4&5&6 \\ 2&4&6&1&3&5 \end{pmatrix}.

Disjoint cycle decomposition: 12411 \to 2 \to 4 \to 1 gives (1  2  4)(1\;2\;4). Then 36533 \to 6 \to 5 \to 3 gives (3  6  5)(3\;6\;5). So σ=(1  2  4)(3  6  5)\sigma = (1\;2\;4)(3\;6\;5).

Sign: (1)31(1)31=(+1)(+1)=+1(-1)^{3-1} \cdot (-1)^{3-1} = (+1)(+1) = +1. So σA6\sigma \in A_6.

Transposition decomposition: (1  2  4)=(1  4)(1  2)(1\;2\;4) = (1\;4)(1\;2) and (3  6  5)=(3  5)(3  6)(3\;6\;5) = (3\;5)(3\;6). So σ=(1  4)(1  2)(3  5)(3  6)\sigma = (1\;4)(1\;2)(3\;5)(3\;6), four transpositions (even). \checkmark

Example 5: Rewrite (1  2)(3  4)(5  6)A6(1\;2)(3\;4)(5\;6) \in A_6?

sgn=(1)3=1\operatorname{sgn} = (-1)^3 = -1. So (1  2)(3  4)(5  6)(1\;2)(3\;4)(5\;6) is odd and does not belong to A6A_6.

Example 6: Express (1  3)(2  4)A4(1\;3)(2\;4) \in A_4 as a product of 33-cycles

Using the disjoint-transposition formula from Theorem 9.18:

(1  3)(2  4)=(1  2  3)(1  2  4).(1\;3)(2\;4) = (1\;2\;3)(1\;2\;4).

Verify: Apply (1  2  4)(1\;2\;4) first, then (1  2  3)(1\;2\;3):

  • 1(1  2  4)2(1  2  3)31 \xrightarrow{(1\;2\;4)} 2 \xrightarrow{(1\;2\;3)} 3. So 131 \mapsto 3. \checkmark
  • 3(1  2  4)3(1  2  3)13 \xrightarrow{(1\;2\;4)} 3 \xrightarrow{(1\;2\;3)} 1. So 313 \mapsto 1. \checkmark
  • 2(1  2  4)4(1  2  3)42 \xrightarrow{(1\;2\;4)} 4 \xrightarrow{(1\;2\;3)} 4. So 242 \mapsto 4. \checkmark
  • 4(1  2  4)1(1  2  3)24 \xrightarrow{(1\;2\;4)} 1 \xrightarrow{(1\;2\;3)} 2. So 424 \mapsto 2. \checkmark

So (1  3)(2  4)=(1  2  3)(1  2  4)(1\;3)(2\;4) = (1\;2\;3)(1\;2\;4). \checkmark


§9.11 Standard traps

  1. A kk-cycle requires k1k-1 transpositions, not kk. The cycle (1  2  3)=(1  3)(1  2)(1\;2\;3) = (1\;3)(1\;2) uses two transpositions, not three.

  2. Odd-length cycles are even permutations. This is the most confusing naming clash in the chapter. A 33-cycle is even. A 55-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 (k1k-1). Since 31=23 - 1 = 2 is even, a 33-cycle is an even permutation.

  3. The transposition decomposition is not unique, but parity is. You can always throw in pairs of identical transpositions (ττ=e)(\tau\tau = e) to change the number of transpositions by 22 without changing the permutation. What you cannot do is change the parity.

  4. Disjoint cycles commute; overlapping cycles do not. When computing signs, you can freely reorder disjoint cycles. But (1  2)(1  3)(1  3)(1  2)(1\;2)(1\;3) \neq (1\;3)(1\;2): the left side gives (1  3  2)(1\;3\;2) while the right gives (1  2  3)(1\;2\;3).

  5. The identity is even. It is a product of zero transpositions (00 is even). Every fixed point contributes a 11-cycle with 00 transpositions.


§9.12 Lang’s structural perspective

Lang would frame this chapter through the short exact sequence

1AnSn  sgn  Z21.1 \longrightarrow A_n \longrightarrow S_n \xrightarrow{\;\operatorname{sgn}\;} \mathbb{Z}_2 \longrightarrow 1.

Here Z2={+1,1}\mathbb{Z}_2 = \{+1,-1\} under multiplication (equivalently, Z/2Z\mathbb{Z}/2\mathbb{Z} under addition). The sequence is exact because:

  • An=ker(sgn)A_n = \ker(\operatorname{sgn}), so the image of AnSnA_n \hookrightarrow S_n equals the kernel of sgn\operatorname{sgn}.
  • sgn\operatorname{sgn} is surjective for n2n \geq 2.

What the exact sequence tells us:

  • AnA_n is a normal subgroup of SnS_n of index 22.
  • The quotient Sn/AnZ2S_n / A_n \cong \mathbb{Z}_2 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}G/G \cong \{e\} or G/{e}GG/\{e\} \cong G. Now we have a genuinely interesting kernel.

Why index 22 subgroups are always normal. If [G:H]=2[G:H] = 2, then there are exactly two cosets: HH and GHG \setminus H. For any gGg \in G, either gHg \in H (so gH=H=HggH = H = Hg) or gHg \notin H (so gH=GH=HggH = G \setminus H = Hg). Hence gH=HggH = Hg for all gg, and HGH \trianglelefteq G. The sign homomorphism is the clean proof that [Sn:An]=2[S_n : A_n] = 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(σ)\operatorname{sgn}(\sigma). This is not a coincidence: det:GLnR\det: GL_n \to \mathbb{R}^{*} restricts to sgn\operatorname{sgn} on the permutation matrices embedded in GLnGL_n. The alternating group is the intersection of SLn(R)SL_n(\mathbb{R}) (matrices of determinant 11) with the symmetric group. This is the structural reason why sgn\operatorname{sgn} is multiplicative.


§9.14 Flashcard-ready summary

Orbit of xx under σ\sigma: Orbσ(x)={x,σ(x),σ2(x),}\operatorname{Orb}_\sigma(x) = \{x, \sigma(x), \sigma^2(x), \ldots\}. Orbits partition {1,,n}\{1,\ldots,n\}.

Orbits \leftrightarrow cycles: Nontrivial orbits of σ\sigma correspond to cycles in the disjoint cycle decomposition.

Transposition decomposition: Every permutation is a product of transpositions. A kk-cycle uses k1k-1 transpositions.

Parity Theorem: The number of transpositions in any decomposition of σ\sigma always has the same parity. Proved via inversion counting.

Even/odd: σ\sigma is even if it decomposes into an even number of transpositions, odd otherwise.

Sign homomorphism: sgn:Sn{+1,1}\operatorname{sgn}: S_n \to \{+1,-1\}, \operatorname{sgn}(\sigma) = (-1)^{\text{# transpositions}}. It is a surjective group homomorphism.

Sign of a kk-cycle: (1)k1(-1)^{k-1}. A kk-cycle is even iff kk is odd.

General sign formula: sgn(σ)=(1)nc(σ)\operatorname{sgn}(\sigma) = (-1)^{n - c(\sigma)}, where c(σ)c(\sigma) = number of cycles including fixed points.

Alternating group: An=ker(sgn)A_n = \ker(\operatorname{sgn}), An=n!/2|A_n| = n!/2, AnSnA_n \trianglelefteq S_n, Sn/AnZ2S_n/A_n \cong \mathbb{Z}_2.

AnA_n generated by 33-cycles (n3n \geq 3): (a  b)(a  c)=(a  c  b)(a\;b)(a\;c) = (a\;c\;b) and (a  b)(c  d)=(a  c  b)(a  c  d)(a\;b)(c\;d) = (a\;c\;b)(a\;c\;d).

Small cases: A3Z3A_3 \cong \mathbb{Z}_3. A4=12|A_4| = 12; elements are ee, eight 33-cycles, three double transpositions. V4={e,(12)(34),(13)(24),(14)(23)}A4V_4 = \{e, (12)(34), (13)(24), (14)(23)\} \trianglelefteq A_4.

Powers of cycles: σm\sigma^m for a kk-cycle consists of gcd(m,k)\gcd(m,k) disjoint cycles of length k/gcd(m,k)k/\gcd(m,k).

Exact sequence: 1AnSnsgnZ211 \to A_n \to S_n \xrightarrow{\operatorname{sgn}} \mathbb{Z}_2 \to 1.


§9.15 What should be mastered before leaving Chapter 09

  • Compute orbits of a permutation and relate them to the disjoint cycle decomposition.
  • Decompose any permutation into transpositions.
  • Explain why parity is well-defined (state the inversion-counting argument).
  • Compute sgn(σ)\operatorname{sgn}(\sigma) quickly from the cycle type.
  • State and use the formula: a kk-cycle is even iff kk is odd (requiring k1k-1 transpositions).
  • Apply the general formula sgn(σ)=(1)nc(σ)\operatorname{sgn}(\sigma) = (-1)^{n-c(\sigma)}.
  • Know the definition of AnA_n, prove An=n!/2|A_n| = n!/2, and explain why AnSnA_n \trianglelefteq S_n.
  • Write any even permutation as a product of 33-cycles (handle both cases: shared element and disjoint).
  • List the elements of A3A_3 and A4A_4 by cycle type, and identify V4A4V_4 \trianglelefteq A_4.
  • Use the cycle-power theorem: σm\sigma^m for a kk-cycle gives gcd(m,k)\gcd(m,k) cycles of length k/gcd(m,k)k/\gcd(m,k).
  • Explain the short exact sequence 1AnSnZ211 \to A_n \to S_n \to \mathbb{Z}_2 \to 1 and why it matters.
  • Avoid the standard traps: k1k-1 transpositions (not kk), odd-length == even parity, decomposition not unique but parity is.