王子鉴 计算机科学与技术系
2021 3 17
(1, 2, 3) | (1,3) (1,2) | |
---|---|---|
1 | 2 | 2 |
2 | 3 | 3 |
3 | 1 | 1 |
longer?
Mathematical Induction
n = k + 1 is right
Proved !
Any cycle can be written as the product of following permutation
Only need to prove any transposition can be written as the product of former permutations
With extension 0, any production of any cycle can be written as the product of
Any cycle can be written as the product of following permutation
Only need to prove any transposition can be written as the product of former permutations
Or
Any cycle can be written as the product of following permutation
Notice that
Switching !
left | right | |
---|---|---|
i | i + 1 | i+1 |
i + 1 | i | i |
other | same | same |