Exercise 1) Write down the permutation given by the product .
Solution: Recall what the notation means. It means “move the element in compartment 1 to compartment 2, that in 2 to 3, and that in 3 to 1”. Similarly for
. Thus, let us see what happens if we first apply
and then apply
. We can do this one element at a time. Let’s see where the element in compartment 2 goes. First, it goes from 2 to 3 (via the permuation
, and then it goes from 3 to 1 (via the permutation
). Thus, whatever our final permutation looks like, it’ll have something like
in it, because we know that whatever is in 2 gets sent to 1. Let us now follow 1 through. Whatever is in compartment 1 doesn’t get touched by the first permutation, and then in the second permutation it gets sent to 2. Thus we know that whatever is in compartment 1 goes to compartment 2, and so 1 and 2 actually just get swapped (because we’ve already shown that whatever is in 2 goes to 1). So part of our permutation will include
.
Now let us foll0w 3 through. First it gets sent to 4 (by ), and then compartment 4 is not touched by the second permutation. Thus, our total permutation looks something like
. Let us now follow 4 through. By the first permutation, whatever is in 4 gets sent to 2, and then the second permutation sends whatever is in 2 to 3, so the total effect on compartment 4 is to send its contents to compartment 3. Thus 3 and 4 just get swapped, since 4 goes to 3 and 3 goes to 4. Thus we have that
. Note that it doesn’t matter in which order we write the two swaps on the right hand side of this equation, because they don’t interact with each other.
Exercise 2) What is the inverse of the permutation ? What about
? What about
?
Solution: Let’s first find the inverse of . Well, as mentioned in the lesson, we simply reverse the order of the contents of the parentheses, so that the inverse is
. We can check this by combining them:
. The first sends 4 to 3, and the second sends 3 to 4, so it fixes 4. Similarly, it fixes 3 and 2, so that it is indeed the identity permutation. Similarly,
is the identity, so that we’ve successfully found the identity. Similarly, the inverse of
is just
, for the exact same reasons.
Now, we can find the inverse of , in two different ways. Perhaps the more enlightening way would be to first re-express this product as a single permutation, much like we did in exercise 1. In particular, we have
, where we used the same logic as in exercise 1 (namely, just following each element through the two permutations). Then it’s automatic that the inverse of this element is just
, since the order doesn’t matter (because the swaps don’t interact with each other in this case) and since the inverse of a swap is just the same swap. The other way that we could find this is to follow the procedure that we derived in the lesson. Namely, we reverse the order of the permutations themselves, and then reverse the order of their internal elements, so that the inverse of
is
. Now, if we re-express this last product as a single permutation, we’ll find the same result that we found above, namely that
.
Exercise 3) Think about how this construction can be generalized to a set with arbitrarily many (but only finitely many) elements. (Okay, this isn’t really an exercise, but it’ll help to warm up for the next lessons).
Solution: Well, this isn’t really an exercise, so I can’t really provide a solution, but hopefully these few sentences will help guide the way. To generalize what we’ve done in the case of permuting 4 elements to the case of permuting an arbitrary (finite) number of elements, we simply consider a wider class of permutations. Namely, if our set has 5 elements, we can consider permutations like or
or
or
. For 67 elements, well, there are a lot more options, but the ideas are the exact same. Note that the group of permutations of 2 objects is pretty boring. Namely, all we have is the identity permutation and the swap permutation
. We’ll discuss more general permutations in the next lesson.