-
Notifications
You must be signed in to change notification settings - Fork 0
Symmetric Group (All Permutations)
The symmetric group
There are
It can also be described, sometimes more compactly, with cycle notation, which shows which elements cycle between each other and does not write anything for the elements which are unchanged by the permutation. In cycle notation, a swap is written as (1 2), a 3-cycle as (1 2 3) (meaning 1 goes to 2, 2 goes to 3, and 3 goes to 1), etc. with the lowest number used in the cycle at the beginning. Cycle notation can make working with permutations a bit more convenient. For example, you can take an nth power of an element by decimating each of the cycles by n. E.g. (1 2 3 4 5)^3 = (1 4 2 5 3).
The group operation in
- 1 stays the same, then goes to 2, so 1 goes to 2 overall.
- 2 goes to 3, then stays the same, so 2 goes to 3 overall.
- 3 goes to 2, then goes to 1, so 3 goes to 1 overall. So the resulting permutation is (1 2) * (2 3) = (1 2 3).
Each permutation has a cycle type, which is the number of cycles of each size, which describes the shape of the permutation. The cycle type stays unchanged under conjugation, meaning that
Permutations have a parity (even/odd or +/- 1), which is the number of swaps required to multiply together to produce them. The subgroup of all even permutations is
The subgroup structure of