[summary: In a symmetric group, if we are applying a collection of permutations which are each disjoint cycles, we get the same result no matter the order in which we perform the cycles.]
Consider two cycles (a1a2…ak) and (b1b2…bm) in the Symmetric group Sn, where all the ai,bj are distinct.
Then it is the case that the following two elements of Sn are equal:
- σ, which is obtained by first performing the permutation notated by (a1a2…ak) and then by performing the permutation notated by (b1b2…bm)
- τ, which is obtained by first performing the permutation notated by (b1b2…bm) and then by performing the permutation notated by (a1a2…ak)
Indeed, σ(ai)=(b1b2…bm)[(a1a2…ak)(ai)]=(b1b2…bm)(ai+1)=ai+1 (taking ak+1 to be a1), while τ(ai)=(a1a2…ak)[(b1b2…bm)(ai)]=(a1a2…ak)(ai)=ai+1, so they agree on elements of (a1a2…ak). Similarly they agree on elements of (b1b2…bm); and they both do not move anything which is not an ai or a bj. Hence they are the same permutation: they act in the same way on all elements of {1,2,…,n}.
This reasoning generalises to more than two disjoint cycles, to show that disjoint cycles commute.