Let $\sigma \in S_{2n}$ be the permutation defined by $$\sigma := \begin{pmatrix} 1 & 2 & 3 & \ldots & n & n+1 & n+2 & \ldots & 2n \\ 1 & 3 & 5 & \ldots & 2n-1 & 2 & 4 & \ldots & 2n \end{pmatrix} $$ What is the sign of $\sigma$?
I wanted to rewrite $\sigma$ as product of cycles but without success.
Any suggestions? Thanks in advance!
Hint: Count the number of swaps to get to the identity. First move $2$ up to second position, which takes $n-1$ swaps. Then move $4$ up to fourth position, which takes (how many?) swaps. Continue up to $2n-2$, which just has to swap once. Add them all up and see if the sum is even or odd.