0

I am trying to solve a problem that involves permutations of $\{1, ..., n\}$ with all cycles even. What does this mean? Could you please give an example of such permutation?

I understand that, e.g. when $n = 4$, a permutation $\langle2,1,4,3\rangle$ involves 2 cycles, namely $(1,2)$ and $(3,4)$. Are these "even cycles"?

Sam Shen
  • 425

1 Answers1

2

Any permutation is a product of disjoint cycles. If we say that "all cycles even", then you might want to seek clarification. This could mean all cycles have even length or all cycles are even permutations and thus have odd length.

  • 1
    I suspect that an even cycle is meant to be even as a permutation, therefore parity probably refers to the signature. – Alex M. Oct 10 '18 at 14:57