Definition
A matrix is said to be a representation for a group element iff. for any two group elements , it holds
where denotes matrix multiplication and the composition of two group elements that has been defined on the group .
The Permutation Group
Let's do a brief refresher on the permutation group, specifically that permutes the five objects in . We can describe a group element of (a permutation) illustratively like
or using Cauchy notation
and the more compact cycle notation
because we apply two cyclic permutations (a 3-cycle) and (a 2-cycle / swap / transposition). From the above example we see that we can express permutations as products of cycles of variable lengths. Further we can cyclicly push around the numbers in cycle notation without changing the permutation they represent, e.g. . However, be mindful that this is not possible with the bottom line of the Cauchy notation!
Cue on cycles: You can imagine an ordered row of numbered cards from one to five. When you start to move the cards in-place (meaning in the same row) to their new index and land at the position of the card you started with, you have found a cycle.
This example nicely illustrates the group operation of the permutation group which we will call "multiplication" from now on (but note that it is in fact a function composition). As opposed to multiplication with scalars, permutation multiplication where the number of objects is not commutative proven by the fact that the outcome of a permutation depends on the order in which the objects are swapped, i.e. .
Representing Permutations With Matrices
We will now use that permutes the following four objects
.
so let's look at the following group element in where . (Visual aid: )
For the sake of brevity we went back to referring to the objects using their indices, so let and in Cauchy notation
.
Note: Here, we can see nicely that the bottom row of the Cauchy notation can not be used to construct the cycle notation.
Now remembering back to the concept of permutation matrices in Linear Algebra, that swap out the columns of the matrices they are multiplied with, will help us understand the representation matrix in the next step.
So with the help of the indices of the bottom row of the Cauchy notation and using the respective unit vectors we obtain
.
When we now multiply with the objects, i.e. or , we see that the multiplication reflects the permutation action of on and respectively.
Let's now try multiplying cycles using their matrix representations. Given
the following equality holds:
And we can successfully cross-check by multiplying our permutations
and based on that construct
Note that we have not actually proven the group representation for , but only verified it for this specific instance.
Interestingly, we can even express and represent simple addition using matrix multiplication. We simply need to find a representation matrix , such that where are scalars in . If we ponder about it for a second (or longer), we find that
does the job, since
Lastly, one should always bear in mind the trivial representation that holds for all elements in a group with and we can see that it always fulfills the definition of a representation.
Takeaways
- Don't confuse the group element in the group with the actual objects that are being permuted.
- The Cauchy notation has nothing to do with the cycle notation.
- The operation in the group is not commutative. Neither is matrix multiplication.
- Diferent representations of the same group can have varying dimensions.
- From time to time researchers actually denote the matrix representation as the group elements. This caused the biggest confusion for me which led me to brushing up some fundamentals again. (And maybe that is their intention anyway)
In a different universe this topic would have maybe been more intuitive for me. But it wasn't, which is why I ended up writing this post thanks to Anthony Zee doing Group Theory in nutshells.