Determine whether $(2 3 4 5)(2 4 6 7)$ is even or odd.

64 Views Asked by At

Is the following permutation is even or odd? $$(2 3 4 5)(2 4 6 7).$$

I have the feeling it is even. But how to explain it?

3

There are 3 best solutions below

0
On

Whatever parity a cycle of length $4$ has, you have composed two of them. Your permutation must therefore necessarily be even.

1
On

$$(2 3 4 5)\cdot(2 4 6 7)=(24)(32)(54)\cdot (26)(24)(67)$$ So it is an even permutation as it is product of $6$ (an even number) transpositions..

0
On

If we are dealing with the composition of two cycles that both have length $n$ then both can be written as a composition of $n-1$ transpositions.

So the total number of transpositions is $2n-2$ hence is even, and that is enough to conclude that the composition is an even permutation.