S2, C2: Permutations Flashcards
What is a permutation?
A bijective function f: X -> X denoted Sn.
The number of permutations in Sn is…
n!
Define disjoint
A set of cycles is disjoint if no element appears in more than one of them.
Define Cycle Decomposition
a cycle decomposition of a permutation a is an expression of a as a product of disjoint cycles.
What is a (adjacent) transposition?
a cycle of length 2
a adjacent transposition is one of the form (i i+1), e.g. (3 4).
What is parity?
oddness or evenness
When is a permutation even/odd?
It’s said to be even if it can be written as a product of an even number of transpositions.
- id is even.
- any transposition is odd.
- cycles of even length are odd and vice versa.
What is the sign of a permutation, written sgn(a)?
+1 if a is even and -1 if a is odd.
What is the order of a permutation, a?
the least positive integer m such that
a^m = id.
The lcm of the the length of the disjoint cycles.