The sign of a permutation is well-defined

https://arbital.com/p/sign_of_permutation_is_well_defined

by Patrick Stevens Jun 17 2016 updated Jun 28 2016

This result is what allows the alternating group to exist.


The Symmetric group Sn contains elements which are made up from transpositions (proof). It is a fact that if σSn can be made by multiplying together an even number of transpositions, then it cannot be made by multiplying an odd number of transpositions, and vice versa.

%%%knows-requisite(Cyclic group): Equivalently, there is a Group homomorphism from Sn to the Cyclic group C2={0,1}, taking the value 0 on those permutations which are made from an even number of permutations and 1 on those which are made from an odd number. %%%

Proof

Let c(σ) be the number of cycles in the disjoint cycle decomposition of σSn, including singletons. For example, c applied to the identity yields n, while c((12))=n1 because (12) is shorthand for (12)(3)(4)(n1)(n). We claim that multiplying σ by a transposition either increases c(σ) by 1, or decreases it by 1.

Indeed, let τ=(kl). Either k,l lie in the same cycle in σ, or they lie in different ones.

Therefore c takes even values if there are evenly many transpositions in σ, and odd values if there are odd-many transpositions in σ.

More formally, let σ=α1αa=β1βb, where αi,βj are transpositions. %%%knows-requisite(Modular arithmetic): (The following paragraph is more succinctly expressed as: " and also , so .") %%% Then flips odd-to-even or even-to-odd for each integer ; it also flips odd-to-even or even-to-odd for each integer . Therefore and must be of the same [even_odd_parity parity].