Cycle notation in symmetric groups

There is a convenient way to represent the elements of a symmetric group on a finite set.

\(k\)-cycle

A \(k\)-cycle is a member of \(S_n\) which moves \(k\) elements to each other cyclically. That is, letting \(a_1, \dots, a_k\) be distinct in \(\{1,2,\dots,n\}\), a \(k\)-cycle \(\sigma\) is such that \(\sigma(a_i) = a_{i+1}\) for \(1 \leq i < k\), and \(\sigma(a_k) = a_1\), and \(\sigma(x) = x\) for any \(x \not \in \{a_1, \dots, a_k \}\).

We have a much more compact notation for \(\sigma\) in this case: we write \(\sigma = (a_1 a_2 \dots a_k)\). (If spacing is ambiguous, we put in commas: \(\sigma = (a_1, a_2, \dots, a_k)\).) Note that there are several ways to write this: \((a_1 a_2 \dots a_k) = (a_2 a_3 \dots a_k a_1)\), for example. It is conventional to put the smallest \(a_i\) at the start.

Note also that a cycle’s inverse is extremely easy to find: the inverse of \((a_1 a_2 \dots a_k)\) is \((a_k a_{k-1} \dots a_1)\).

For example, the double-row notation \($\begin{pmatrix}1 & 2 & 3 \\ 2 & 3 & 1 \\ \end{pmatrix}\)$ is written as \((123)\) or \((231)\) or \((312)\) in cycle notation.

However, it is unclear without context which symmetric group \((123)\) lies in: it could be \(S_n\) for any \(n \geq 3\). Similarly, \((145)\) could be in \(S_n\) for any \(n \geq 5\).

General elements, not just cycles

Not every element of \(S_n\) is a cycle. For example, the following element of \(S_4\) has order \(2\) so could only be a \(2\)-cycle, but it moves all four elements:

$$\begin{pmatrix}1 & 2 & 3 & 4 \\ 2 & 1 & 4 & 3 \\ \end{pmatrix}$$

However, it may be written as the composition of the two cycles \((12)\) and \((34)\): it is the result of applying one and then the other. Note that since the cycles are disjoint (having no elements in common), it doesn’t matter in which order we perform them. It is a very important fact that every permutation may be written as the product of disjoint cycles. If \(\sigma\) is a permutation obtained by first doing cycle \(c_1 = (a_1 a_2 \dots a_k)\), then by doing cycle \(c_2\), then cycle \(c_3\), we write \(\sigma = c_3 c_2 c_1\); this is by analogy with function composition, indicating that the first permutation to apply is on the rightmost end of the expression. (Be aware that some authors differ on this.)

Order of an element

Firstly, a cycle has order equal to its length. Indeed, the cycle \((a_1 a_2 \dots a_k)\) has the effect of rotating \(a_1 \mapsto a_2 \mapsto a_3 \dots \mapsto a_k \mapsto a_1\), and if we do this \(k\) times we get back to where we started. (And if we do it fewer times—say \(i\) times—we can’t get back to where we started: \(a_1 \mapsto a_{i+1}\).)

Now, suppose we have an element in disjoint cycle notation: \((a_1 a_2 a_3)(a_4 a_5)\), say, where all the \(a_i\) are different. Then the order of this element is \(3 \times 2 = 6\), because:

  • \((a_1 a_2 a_3)\) and \((a_4 a_5)\) are disjoint and hence commute, so \([(a_1 a_2 a_3)(a_4 a_5)]^n = (a_1 a_2 a_3)^n (a_4 a_5)^n\)

  • \((a_1 a_2 a_3)^n (a_4 a_5)^n\) is the identity if and only if \((a_1 a_2 a_3)^n = (a_4 a_5)^n = e\) the identity, because otherwise (for instance, if \((a_1 a_2 a_3)^n\) is not the identity) it would move \(a_1\).

  • \((a_1 a_2 a_3)^n\) is the identity if and only if \(n\) is divisible by \(3\), since \((a_1 a_2 a_3)\)’s order is \(3\).

  • \((a_4 a_5)^n\) is the identity if and only if \(n\) is divisible by \(2\).

This reasoning generalises: the order of an element in disjoint cycle notation is equal to the least common multiple of the lengths of the cycles.

Examples

  • The element \(\sigma\) of \(S_5\) given by first performing \((123)\) and then \((345)\) is \((345)(123) = (12453)\). Indeed, the first application takes \(1\) to \(2\) and the second application does not affect the resulting \(2\), so \(\sigma\) takes \(1\) to \(2\); the first application takes \(2\) to \(3\) and the second application takes the resulting \(3\) to \(4\), so \(\sigma\) takes \(2\) to \(4\); the first application does not affect \(4\) and the second application takes \(4\) to \(5\), so \(\sigma\) takes \(4\) to \(5\); and so on.

This example suggests a general procedure for expressing a permutation which is already in cycle form, in disjoint cycle form. It turns out that this can be done in an essentially unique way.

Cycle type

The cycle type of a permutation is given by taking the list of lengths of the cycles in the disjoint cycle form.

Children:

Parents:

  • Symmetric group

    The symmetric groups form the fundamental link between group theory and the notion of symmetry.