next up previous
Next: Powers of Cycles Up: perm Previous: Cycle Notation

Combining Permutations

Of course it's nice to have a method to write down a permutation, but things begin to get interesting when we combine them. If you twist one face of Rubik's Cube and then twist another one, each twist jumbles the faces, and the combination of two twists usually causes a jumbling that is more complicated than either of the two individual twists.

Rather than begin with Rubik's Cube, let's begin by looking at permutations of just 3 objects. We listed them in Table 1, but there we used a very clumsy notation. Here are the six possible permutations of three items listed in the same order as in Table 1:

\begin{displaymath}(1), (12), (13), (23), (123), (132). \end{displaymath}

What happens if we begin with ball 1 in box 1, ball 2 in box 2, and ball 3 in box 3, and then we apply $(1 2)$ followed by $(1 3)$?

A good way to think about this is to follow the contents of the boxes one at a time. For example, ball 1 begins in box 1, but after $(1 2)$ it has moved to box 2. The second permutation, $(1 3)$, does not move the contents of box 2, so after both permutations have been applied, ball 1 will have moved to box 2. So the final result will look like this:

\begin{displaymath}(1 2 \ldots \end{displaymath}

where we're not sure what comes next. We don't know if 2 will go back to one and the cycle will close, or whether it will continue to another box. So since the fate of 2 is in question, let's see where it goes.

The first permutation, $(1 2)$ moves box 2 to box 1, and then $(1 3)$ will move box 1 to box 3, so now we know the combination of permutations looks like this:

\begin{displaymath}(1 2 3 \ldots \end{displaymath}

Since there are only three objects, we know that 3 will go back to 1 and close the cycle, but (especially when you're beginning), it's good to trace each ball, including ball 3 in this case.

The first permutation, $(1 2)$, does not move the contents of box 3, but the second, $(1 3)$ moves it to box 1, so the combination of $(1 2)$ followed by $(1 3)$ is equivalent to the single permutation $(1 2 3)$.

Combining permutations as above is written just like a multiplication in algebra, and we can write our result as follows1:

\begin{displaymath}(1 2)(1 3) = (1 2 3). \end{displaymath}

Beware, however. This is not the same as multiplication that you're used to for real numbers. By doing the same analysis as above, convince yourself that:

\begin{displaymath}(1 3)(1 2) = (1 3 2) \ne (1 2 3) = (1 2)(1 3). \end{displaymath}

In other words, the order of multiplication makes a difference. If $P_1$ and $P_2$ are two different permutations, it may not be true that $P_1P_2 = P_2P_1$. Multiplication of permutations is not commutative.

Test your understanding of multiplication of permutations by verifying all of the entries in the ``multiplication table'' for the permutations of three objects in Table 2.


Table 2: Multiplication table of permutations
  $(1)$ $(1 2)$ $(1 3)$ $(2 3)$ $(1 2 3)$ $(1 3 2)$
$(1)$ $(1)$ $(1 2)$ $(1 3)$ $(2 3)$ $(1 2 3)$ $(1 3 2)$
$(1 2)$ $(1 2)$ $(1)$ $(1 3 2)$ $(1 2 3)$ $(2 3)$ $(1 3)$
$(1 3)$ $(1 3)$ $(1 2 3)$ $(1)$ $(1 3 2)$ $(1 2)$ $(2 3)$
$(2 3)$ $(2 3)$ $(1 3 2)$ $(1 2 3)$ $(1)$ $(1 3)$ $(1 2)$
$(1 2 3)$ $(1 2 3)$ $(1 3)$ $(2 3)$ $(1 2)$ $(1 3 2)$ $(1)$
$(1 3 2)$ $(1 3 2)$ $(2 3)$ $(1 2)$ $(1 3)$ $(1)$ $(1 2 3)$


Remember that the order of multiplication is important. In Table 2, if you are trying to look up the product of $(1 2)(1 3)$, find the column labelled $(1 2)$ and the row labelled $(1 3)$. If you use the row labelled $(1 2)$ and the column labelled $(1 3)$ you will be looking up the product $(1 3)(1 2)$ which may be different.

As a final check on your understanding of multiplication of permutations, verify the following multiplications of permutations:

\begin{eqnarray*}
(1 3 4 2)(3 6 4 5)(1 6 2 3) &=& (1 2 6 4 3 5) \\
(1 2)(2 3)(3...
... &=& (1 5 4 3 2) \\
(1 3 5)(3 2)(5 4 3 2 1)(4 1 3)(1 3) &=& (1)
\end{eqnarray*}



Here are some general properties of multiplication of permutations. They hold for the sets of permutations of any number of elements, but you should check to see that they do hold in the particular case of the three-element permutations in Table 2.



Subsections
next up previous
Next: Powers of Cycles Up: perm Previous: Cycle Notation
Zvezdelina Stankova-Frenkel 2000-10-04