DG

Permutations

A permutation is a bijection \sigma : {1,...n} -> {1,...n}.
The set of all permutations of {1,...n} is denoted by \Sigman.

Permutations \sigma are uniquely determined by distinct k-tuples (\sigma(1),...\sigma(n)), so |\Sigman| = n!

Theorem: \Sigman is a group under composition (the symmetric group), which acts on {1,...n}.

Theorem:

  1. Each permutation can be decomposed essentially uniquely into disjoint cycles.
  2. Each permutation can be decomposed into transpositions with unique parity.
  3. Parity is a group homomorphism \Sigman -> Z2
  4. Sign of a permutation, sgn \sigma = (-1)parity(\sigma),
    is a group homomorphism sgn \Sigman -> exp Z2 = {-1, 1}.
Proof: Let \sigma \in \Sigman. For each k in {1,...n} consider the orbit {\sigmai(k)}.
The orbits are disjoint, because if \sigmai(k) = \sigmaj(m) and i \ge j, then m = \sigmai-j(k).
The action of \sigma on each orbit is cyclic, because by the pigeonhole principle
\exists i > j such that \sigmai(k) = \sigmaj(k), so k = \sigmai-j(k).
Each cycle can be decomposed into transpositions as follows: (1, 2, ... k) = (1, k)...(1, 3)(1, 2).
For each \sigma \in \Sigman define \Delta(\sigma) = \prodi < j \sigma(i)-\sigma(j). Note that \Delta(\sigma) is never 0.
Uniqueness of parity follows, since if \tau is a transposition, then \Delta(\sigma) = - \Delta(\tau\sigma).

Last updated: Jun 17 18:53 / Last fetched: Tue Dec 2 09:51:45 CST 2008