一个在上定义的Permutation可以表示为一个的双射
Notations
Cauchy’s two-line notation
Cauchy’s two-line notation
one-line notation
one-line notation
cycle notation
a -cycle is represented by
and a cycle notation is writing a permutation as all cycles of the permutation:
how to write down the cycle notation:
- Pick one element that have not been picked, and build the cycle. With the cycle notation, every element in the cycle maps to that unique cycle.
- 1-cycles are omitted.
Canonical Cycle notation
- in each cycle the largest element is listed first
- the cycles are sorted in increasing order of their first element
inversion of permutation
inverting the permutation: inverting the cycles
composition of permutation
function composition of permutation:
- associative:
- identity permutation:
- each permutation has an inverse that
order of a permutation
the order of a permutation is the smallest positive number that
The number is the least common multiple (lcm) of the lengths of its cycles, so every elements cycles back to its original position.
parity of permutation
every permutation of a finite set can be expressed as the product of transpositions since every cycle can be composed by transpositions:
For example:
proof: , and , and
and:
so any cycle can be decomposed into parities:
And:
Proof:
- both and can be decomposed to transpositions. so can also be decomposed to the compositions of these transpositions.
- odd + odd is even, odd + even is odd, even + even is even. This match with (-1)(-1) = 1, (-1)(1) = (-1), (1)(1) = 1.
- This is what to be proven.
Transposition
a transposition is a single 2-cycle