Does the reverse composition (or reverse multiplication) of permutations have the same cycle length? Let $p$ and $q$ be elements $S_5$: $q = (1 4 5 2)$, $p = (5 2) (1 3 4)$. Permutation multiplication (or composition) is not commutative, but $pq$ and $qp$ end up to be cycles. What's more is that they end up to have the same length. Can we generalize this? Is this a coincidence?
$pq = (2 3 4)$
$qp = (1 3 5)$
The permutations $pq$ and $qp$ are conjugate: There is an element $g$ in $S_5$ that gives us $pq=g(qp)g^{-1}$, for instance $g=p$.
$pq=p(qp)p^{-1}$ in particular they have cycles of equal length.