What is the sign of the following permutation. Prove your answer:
$$\pmatrix{1 & 2 & \cdots&p&p+1&\cdots & \cdots &p+q \\ q+1 & \cdots & \cdots & q + p& 1 & \cdots& \cdots &q}.$$
I said let $\tau$ equal the permuation. Then, we get sign$(\tau) = (-1)^{pq}$. We can show this by noticing that $\tau$ shifts $a \mapsto a + q$. This then gives us that $\tau = \pmatrix{1 & 2 & \cdots (p+q)}^q$. S0 from here we get
$$(-1)^{\tau} = \left((-1)^{p+q-1}\right)^q= \left((-1)^{pq + (q-1)q}\right).$$
$(q-1)q = \mathrm{odd} \, \times \, \mathrm{even} = \mathrm{even}$, which doesn't influcence the power much and so we get
$$(-1)^{pq + (q-1)q}\ = (-1)^{pq}$$
which proves my answer.
Is this correct?