- #1
Abraham
- 69
- 0
Homework Statement
How do I determine the parity of a permutation? I think my reasoning may be faulty.
By a theorem, an n-cycle is the product of (n-1) transpositions. For example, a 5 cycle can be written as 4 transpositions.
Now say I have a permutation written in cycle notation: (1 4 5)(2 3).
I say it is odd, because (1 4 5) can be written as two transpositions, and (2 3) is already a transposition, giving 3 total transpositions:
(1 4 5)(2 3) = (1 5)(1 4)(2 3).
Since the number of transpositions is odd, the permutation must be odd.
Agree or disagree?