The math optional, made finite. Daily Practice

Permutation Groups (S_n): Cycle Decomposition, Sign, A_n

At a Glance

Why This Chapter Matters

Permutation groups underpin Cayley’s theorem, Galois theory, and many combinatorial arguments in UPSC Mathematics Paper 2. The two 2013 sub-parts tested cycle decomposition and facts about the alternating group AnA_n — both are purely computational once the vocabulary is mastered. These are also among the most mechanical questions in the algebra syllabus: with the right template, full marks are achievable in under 15 minutes.

Minimum Theory

The Symmetric Group SnS_n

SnS_n is the set of all bijections σ:{1,2,,n}{1,2,,n}\sigma : \{1, 2, \ldots, n\} \to \{1, 2, \ldots, n\}, with composition as the group operation. Sn=n!|S_n| = n!.

Cycle Notation

A kk-cycle (a1  a2    ak)(a_1\; a_2\; \cdots\; a_k) denotes the permutation a1a2aka1,and every other element fixed.a_1 \mapsto a_2 \mapsto \cdots \mapsto a_k \mapsto a_1, \quad \text{and every other element fixed.}

Theorem (Cycle Decomposition). Every σSn\sigma \in S_n can be written uniquely (up to the order of the cycles and the starting point within each cycle) as a product of disjoint cycles.

Procedure:

  1. Start from the smallest unmoved element a1a_1.
  2. Trace a1σ(a1)σ2(a1)a_1 \to \sigma(a_1) \to \sigma^2(a_1) \to \cdots until you return to a1a_1; this gives one cycle.
  3. Repeat with the smallest element not yet assigned.
  4. Omit fixed-point 1-cycles (or include them if the sign is needed).

Order of a permutation. The order of σ\sigma equals the lcm of its cycle lengths.

Transpositions and Sign

A transposition is a 2-cycle (i  j)(i\; j). Every cycle and hence every permutation is expressible as a product of transpositions (not uniquely, but the parity — even or odd number of transpositions — is an invariant).

Sign (parity). For σSn\sigma \in S_n with cycle decomposition having cc cycles (including fixed-point 1-cycles): sgn(σ)=(1)nc.\mathrm{sgn}(\sigma) = (-1)^{n - c}. Equivalently, if σ\sigma is written as a product of tt transpositions (any such product): sgn(σ)=(1)t.\mathrm{sgn}(\sigma) = (-1)^t. A kk-cycle has sign (1)k1(-1)^{k-1} (it decomposes into k1k-1 transpositions).

Sign is a homomorphism: sgn(στ)=sgn(σ)sgn(τ)\mathrm{sgn}(\sigma\tau) = \mathrm{sgn}(\sigma)\,\mathrm{sgn}(\tau).

Alternating Group AnA_n

An=ker(sgn)={σSn:sgn(σ)=+1}.A_n = \ker(\mathrm{sgn}) = \{ \sigma \in S_n : \mathrm{sgn}(\sigma) = +1 \}.

AnA_n is a normal subgroup of SnS_n with An=n!/2|A_n| = n!/2 for n2n \ge 2.

AnA_n is simple (no proper normal subgroups) for n5n \ge 5 — a deep result tested occasionally.

Key membership rule: σAn\sigma \in A_n iff in its disjoint cycle decomposition, the number of even-length cycles is even.

Question Archetypes

ArchetypeRecognition
cycle-decompositionWrite a permutation in cycle form; find its order and sign
alternating-group-factProve or verify a property of AnA_n; determine whether σAn\sigma \in A_n

cycle-decomposition (1 question; 2013)

Recognition Cues

Solution Template

  1. Write the permutation in two-row notation if not already done.
  2. Trace cycles: pick smallest unvisited element, follow the map until return.
  3. Write down the disjoint cycle product.
  4. State the order = lcm\mathrm{lcm} of cycle lengths.
  5. Compute sign using (1)nc(-1)^{n-c} or by counting transpositions.

Worked Example

2013 Paper 2, 2013-P2-Q1a (10 marks)

Let σS7\sigma \in S_7 be defined by σ=(12345673516472).\sigma = \begin{pmatrix} 1 & 2 & 3 & 4 & 5 & 6 & 7 \\ 3 & 5 & 1 & 6 & 4 & 7 & 2 \end{pmatrix}. Express σ\sigma as a product of disjoint cycles. Hence find its order and sign.

Solution.

Cycle decomposition.

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

(Check: all 7 elements accounted for.)

Order. ord(σ)=lcm(2,5)=10.\mathrm{ord}(\sigma) = \mathrm{lcm}(2, 5) = 10.

Sign.

Number of elements n=7n = 7. Number of cycles c=2c = 2 (the two disjoint cycles above; no fixed points). sgn(σ)=(1)72=(1)5=1.\mathrm{sgn}(\sigma) = (-1)^{7-2} = (-1)^5 = -1.

Alternatively: (1  3)(1\;3) contributes (1)21=1(-1)^{2-1} = -1 and (2  5  4  6  7)(2\;5\;4\;6\;7) contributes (1)51=+1(-1)^{5-1} = +1, so sgn(σ)=(1)(+1)=1\mathrm{sgn}(\sigma) = (-1)(+1) = -1.

Therefore σA7\sigma \notin A_7.

σ=(1  3)(2  5  4  6  7),ord(σ)=10,sgn(σ)=1  \boxed{\sigma = (1\;3)(2\;5\;4\;6\;7),\quad \mathrm{ord}(\sigma)=10,\quad \mathrm{sgn}(\sigma)=-1}\;\blacksquare

alternating-group-fact (1 question; 2013)

Recognition Cues

Solution Template

  1. Recall An=ker(sgn)A_n = \ker(\mathrm{sgn}); since sgn\mathrm{sgn} is a homomorphism, AnSnA_n \trianglelefteq S_n.
  2. An=n!/2|A_n| = n!/2 because the map sgn\mathrm{sgn} is surjective onto {+1,1}\{+1,-1\} and the kernel has index 2.
  3. For membership: compute the sign of the given permutation.

Worked Example

2013 Paper 2, 2013-P2-Q1b (13 marks)

(i) Show that AnA_n is a normal subgroup of SnS_n and determine its order. (ii) For n3n \ge 3, show that AnA_n is generated by the 3-cycles in SnS_n.

Solution.

(i) AnSnA_n \trianglelefteq S_n.

Define sgn:Sn{+1,1}\mathrm{sgn} : S_n \to \{+1, -1\} by sgn(σ)=(1)t\mathrm{sgn}(\sigma) = (-1)^t where tt is the number of transpositions in any decomposition of σ\sigma (well-defined by invariance of parity). This is a group homomorphism: sgn(στ)=(1)s+t=sgn(σ)sgn(τ).\mathrm{sgn}(\sigma\tau) = (-1)^{s+t} = \mathrm{sgn}(\sigma)\,\mathrm{sgn}(\tau).

Then An=ker(sgn)A_n = \ker(\mathrm{sgn}). The kernel of any group homomorphism is a normal subgroup, so AnSnA_n \trianglelefteq S_n.

Since sgn\mathrm{sgn} is surjective (the transposition (1  2)(1\;2) maps to 1-1), the first isomorphism theorem gives Sn/An{+1,1}S_n / A_n \cong \{+1, -1\}, so [Sn:An]=2[S_n : A_n] = 2 and An=n!2.|A_n| = \frac{n!}{2}.

(ii) AnA_n is generated by 3-cycles.

Every even permutation is a product of an even number of transpositions, so it suffices to show every product of two transpositions (i  j)(k  l)(i\;j)(k\;l) is a product of 3-cycles.

Explicitly: (i  j  k)(i\;j\;k) sends ij,jk,kii\mapsto j, j\mapsto k, k\mapsto i; (j  k  l)(j\;k\;l) sends jk,kl,ljj\mapsto k, k\mapsto l, l\mapsto j. Then the product (i  j  k)(j  k  l)(i\;j\;k)(j\;k\;l): ijki\mapsto j\mapsto k; jklj\mapsto k\mapsto l; kiik\mapsto i\mapsto i; lljl\mapsto l\mapsto j… adjusting for right-to-left composition convention one verifies the product equals (i  j)(k  l)(i\;j)(k\;l). \checkmark

Since every element of AnA_n is a product of such pairs, every element of AnA_n lies in the subgroup generated by 3-cycles. Conversely, every 3-cycle (i  j  k)=(i  j)(j  k)(i\;j\;k) = (i\;j)(j\;k) is even, so lies in AnA_n.

Hence AnA_n is generated by the 3-cycles.

AnSn,An=n!/2,An=3-cycles  \boxed{A_n \trianglelefteq S_n,\quad |A_n|=n!/2,\quad A_n=\langle\text{3-cycles}\rangle}\;\blacksquare

Common Traps

Marks-Aware Writing

Section A, ~10–13 marks each sub-part:

Practice Set

Both historical questions on this atom are worked above (2013-P2-Q1a and 2013-P2-Q1b).

We've mapped all 13 years of this exam. Get new chapters, tools, and solutions as we release them — free.