3.1: Symmetric Groups
( \newcommand{\kernel}{\mathrm{null}\,}\)
Let n∈N. Let X={1,…,n}, be a set. Then Sn is the set of all the bijections from X to X (permutations). Note that there are n! permutations. The operation ⋆:= composition of bijections. Note that it is a right-to-left composition.

Sn with compositions forms a group; this group is called a Symmetric group. Sn is a finite group of order n! and are permutation groups consisting of all possible permutations of n objects.
Identity permutation is denoted as e.
We will denote a permutation by σ=[123⋯nσ(1)σ(2)σ(3)⋯σ(n)]∈Sn
Let σ=[1234524351]∈S5 and
γ=[1234554123]∈S5.
Lets find γ∘σ.
Figure 3.1.2 illustrates the process of moving from one function to another. Note the system is closed since it is a bijection. Completing the process, we obtain the following:
Consider γ∘σ=γσ= [1234554123][1234524351]=[1234542135]
Note, if we switch the order of the functions are switched, we obtain: σγ=[1234515243].
Note that σγ≠γσ. To prove not abelian, we need only show that for at least one element, k, σγ(k)≠γσ(k).
The inverse of a permutation σ is the inverse of the function σ, and it is denoted by σ−1.
Thus, σ−1σ=σσ−1=e.
Let σ=[1234524351]∈S5. Then Let σ−1=[1234551324]∈S5.
Cycle Notation
Cycle notation, a simple and straightforward method, is a convenient way to represent permutations in the symmetric group. For example:
Let γ=[1234554123]=(1,5,3)(2,4).

- (1,2,4,5) means that 1 goes to 2, 2 goes to 4, 4 goes to 5 and 5 goes to 1. Note that 3 is not included, so 3 goes to 3.
- There is no cycle notation in the case of the identity, e, and we use e.
-
The cycles are always listed in a logical and clear order-descending order of their smallest element.
-
If the permutation fixes an element (i.e., it remains unchanged), it is often omitted from the cycle notation.
A cycle γ=(a1,…,ak) means
Disjoint cycles mean that the elements involved in one cycle are distinct from those in another.
Two cycles in Sn, γ=(a1,…,ak) and σ=(b1,…,bl) are disjoint if ai≠bj,∀i,j.
Note that the length of the cycles does not need to be the same.
Example: (1,2) and (3,4) are disjoint, but (1,2,3) and (3,4) are not disjoint.
Let σ=[123456789101112122311195106478]
Then, a cycle decomposition of
σ=(1,12,8,10,4)(2)(3)(5,11,7)(6,9)=(1,12,8,10,4)(5,11,7)(6,9).
Note that these are disjoint cycles; therefore, they commute.
1. Disjoint cycles are commutative.
Let γ and σ be disjoint cycles, then γσ=σγ.
2. Every permutation of a finite set can be written as a cycle or a product of disjoint cycles.
The inverse of a cycle:
(a1,a2,⋯,ak)−1=(ak,ak−1,⋯,a1)
(1,2,3)−1=(3,2,1), and (1,2)−1=(2,1)=(1,2).
Let σ=[123456789101112122311195106478]=(1,12,8,10,4)(5,11,7)(6,9).
In a cycle decomposition, to find the inverse, just reverse the order of the cycles and find the inverse of each cycle. Hence,
σ−1=(6,9)−1(5,11,7)−1(1,12,8,10,4)−1=(9,6)(7,11,5)(4,10,8,12,1)
Note that disjoint cycles are commutative!
(2,3)(1,2)=(1,3,2)=(3,2,1)=(2,1,3) Note: 1 goes to 2 first, then to 2 and then gets to 3.
(1,2)(2,3)=(1,2,3)=(2,3,1)=(3,1,2) Note: Since there is no 1 in the inner function, it goes to itself and then goes to 2.
Type of a permutation (cycle structure of a permutation)
The type of a permutation (or cycle structure of a permutation) is the integer partition formed from the cycle lengths in decreasing order. We will denote it by type(σ), where σ is a permutation in Sn.
Let γ=[1234554123]=(1,5,3)(2,4)∈S5.
The type of γ is, type (γ)=3 2.
Let σ=[12344123]=(1,4,3,2)∈S4.
The type σ is, type (σ)=4.
A partition of a positive integer n is a sum of nonnegative integers n=k1+⋯+ks,ki∈N, where the order of the summand is not important. For example:
The partitions of 6 are 6,5+1,4+2,4+1+1,3+3,3+2+1,3+1+1+1,2+2+2,2+2+1+1,2+1+1+1+1,1+1+1+1+1+1.
How many permutations in S6 have type 321?
Type (321) permutation is of the form \boldsymbol{(_,_,_)(_,_)(_)}. There are 6! ways of filling the blanks. Note that each cycle can be restarted anywhere.
Hence, the number of permutations in S6 have type (321) is 6!(3)(2)(1).
How many permutations in S6 have 3 cycles of length 2?
The permutation is of the form \boldsymbol{(_,_)(_,_)(_,_)}. There are 6! ways of filling the blanks. Since each cycle has two representations matching this format (by restarting at any two places), so divided by 23.
The order of the whole cycle can be changed while keeping the pattern. Divide by 3! ways to reorder the cycles.
Hence, the number of permutations in S6 have 3 cycles of length 2 is 6!(23)(3!).
Suppose the number of cycles of length i is mi, for i=1,⋯,k. and n=m1+2m2+⋯+(k−1)m(k−1)+kmk.
The number of permutations in Sn of the type (mkm(k−1)⋯m1) is
n!1m12m2⋯kmkm1!m2!⋯mk!.
|S3|=3!=2⋅3=6.
Table 3.1.1: Cycle type for S3 | |||
Cycle type |
111 |
21 |
3 |
Number of permutations |
3!133!=1 |
3!11211!1!=3 |
3!311!1!=2 |
Notation:
1≡(123123) the identity matrix.
(1,2)≡(123213). Note that 3 points to itself.
(1,2,3)≡(123231).
(1,3,2)≡(132321).
Hence, S3={e,(1,2),(1,3),(2,3),(1,2,3),(1,3,2)}.
Table 3.1.2: Cayley table for S3
|
||||||
e |
(1,2,3) |
(1,3) |
(1,2) |
(2,3) |
(1,3,2) |
|
e |
e |
(1,2,3) |
(1,3) |
(1,2) |
(2,3) |
(1,3,2) |
(1,2,3) |
(1,2,3) |
(1,3,2) |
(2,3) |
(1,3) |
(1,2) |
e |
(1,3) |
(1,3) |
(1,2) |
e |
(1,2,3) |
(1,3,2) |
(2,3) |
(1,2) |
(1,2) |
(2,3) |
(1,3,2) |
e |
(1,2,3) |
(1,3) |
(2,3) |
(2,3) |
(1,3) |
(1,2,3) |
(1,3,2) |
e |
(1,2) |
(1,3,2) |
(1,3,2) |
e |
(1,2) |
(2,3) |
(1,3) |
(1,2,3) |
Let's explore S4. Note S4 has 4!=24 elements.
Table 3.1.3: Cycle type for S4 | |||||
Cycle type |
1111 |
211 |
22 |
31 |
4 |
Number of permutations |
4!144!=1 |
4!12212!1!=6 |
4!222!=3 |
4!11311!1!=8 |
4!411!=6 |
Hence, S4={e,(1,2),(1,3),(1,4),(2,3),(2,4),(3,4),(1,2)(3,4),(1,3)(2,4),(1,4)(2,3),(1,2,3),(1,3,2),(2,3,4),(2,4,3),(3,4,1),(3,1,4),(4,1,2),(4,2,1),(1,2,3,4),(1,2,4,3),(1,3,4,2),(1,3,2,4),(1,4,2,3),(1,4,3,2)}.
Notice that all the elements in S3 in S4.
The following theorem proves that Sn are non-Abelian for integer n ≥ 3, which means that the order in which we compose permutations matters.
Sn is non-Abelian for all integers n ≥ 3.
- Proof
-
Let a,b∈S3.
We will show that there exists a,b∈Sn,s.t.ab≠ba, n≥3.
Note S3={e,(1,2),(1,3),(2,3),(1,2,3),(1,3,2)}.
Let a=(1,2) and b=(2,3) both elements of S3.
Consider ab=(1,2)(1,3)=(1,3,2) and ba=(1,3)(1,2)=(1,2,3).
Since (1,3,2)≠(1,2,3), ab≠ba∀a,b∈S3, thus S3 is non-abelian.
Since a,b≤Sn,∀n≥3, Sn in non-abelian for n≥3.◻
Given α,β∈S4 with αβ=(1,4,3,2),βα=(1,2,4,3), and α(1)=4, determine α and β.
Solution:
Let α=(1,4,c,d) and β=(w,x,y,z).
Since α(1)=4 and βα(1)=2, implies β(4)=2.
Since β(4)=2 and αβ(4)=3, implies α(2)=3.
Since α(2)=3 and βα(2)=4, implies β(3)=4.
Since β(3)=4 and αβ(3)=2, implies α(4)=2.
Since α(4)=2 and βα(4)=3, implies β(2)=3.
Since β(2)=3 and αβ(2)=1, implies α(3)=1.
Since α(3)=1 and βα(3)=1, implies β(1)=1.
α=(1,4,2,3) and β=(2,3,4).
Then βα=(2,3,4)(1,4,2,3)=(2,4,3,1)=(1,2,4,3).
And αβ=(1,4,2,3)(2,3,4)=(4,3,2,1)=(1,4,3,2).
Note that every permutation of a finite set can be written as a cycle or a product of disjoint cycles.
2 Cycle (Transposition)
(i,j),i≤j,j≤n,i≠j.
(i,j)−1=(j,i)=(i,j).
(1, 3, 2) = (1, 2) (1, 3) 1 goes to 3, 3 goes to itself, then to 1 then to 2.
(1, 2, 3) = (1, 3) (1, 2).
(2, 4, 1, 3, 5) = (2, 5) (2, 3) (2, 1) (2, 4)
Note: Any cycle can be written as a composition of two cycles.
A k−cycle (i1,i2⋯,ik) can be decomposed into a product of k−1 transpositions. That is,
(i1,i2⋯,ik)=(i1,ik)(i1,ik−1)⋯(i1,i2).
Every permutation in Sn can be expressed as a product of 2-cycles (Transpositions). The number of transpositions will either always be even or odd.
If a permutation α can be expressed as a product of an even number of 2-cycles, then every decomposition of α into a product of 2-cycles has an even number of 2-cycles. A similar statement holds for odd.
Permutation parity
Let σ∈Sn. (i.e. a permutation)
Then
(1) σ is an even permutation if σ can be expressed as a product of an even number of two cycles (transpositions).
(2) σ is an odd permutation if σ can be expressed as a product of an odd number of two cycles (transpositions).
1. A cycle of even length is odd.
2. A cycle of odd length is even.
1. let’s explore S4. Note S4 has 4!=24 elements.
Consider S4={e,(1,2),(1,3),(1,4),(2,3),(2,4),(3,4),(1,2)(3,4),(1,3)(2,4),(1,4)(2,3),(1,2,3),(1,3,2),(2,3,4),(2,4,3),(3,4,1),(3,1,4),(4,1,2),(4,2,1),(1,2,3,4),(1,2,4,3),(1,3,4,2),(1,3,2,4),(1,4,2,3),(1,4,3,2)}
2. Find the center of S4.
Since all symmetrical groups, Sn, n≥3, are non-abelian, the centre of S4 is trivial, being the identity e, or (1)(2)(3)(4). (what do you think of this proof? Is this a valid argument?)
Alternatively, proof by exhaustion: Having tried all x∈S4, the only x∈S4 that satisfies xg=gx,∀g∈S4 is the identity.
3. Find the cyclic subgroup of S4 that has an order of 4.
The subgroup of S4,C4={e,(1,2,3,4),(1,3)(2,4),(1,4,3,2)}, has an order 4 and is generated by (1,2,3,4).
(1,2,3,4)2=(1,3)(2,4), (1,2,3,4)3=(1,4,3,2), and (1,2,3,4)4=e.
4. Find a non-cyclic subgroup of S4 that has order 4.
The 2-2 cycles together will form an order 4 group.
{e,(1,2)(3,4),(1,3)(2,4),(1,4)(2,3)} is a subgroup of S4 and has order 4. Note the inverse of (1,2)(3,4) is (4,3)(2,1), which is (1,2)(3,4). Since a similar argument can be made for the other 2-2 cycles, the inverses of each element exist. In addition, the set is closed under composition.
The center of S4,Z(S4)={e}.
- Proof
-
Proof by contradiction
Let γ(≠e)∈Z(Sn). We shall find an α∈Sn such that γα≠αγ. Since γ(≠e), there exist l,m∈{1,2,3,⋯,n} such that γ(l)=m≠l. Now we can choose an element k∈{1,2,3,⋯,n} such that k≠l and k≠m. Choose α=(l,k). Then γα(l)=γ(k) and αγ(l)=α(m)=m. Since γ is a bijection and γ(l)=m≠l, γ(k)≠m. This is a contradiction. Hence, Z(Sn)={e}.
Order of a permutation
Let σ=(1,2,3).
Then σ2=(1,2,3)(1,2,3)=(1,3,2)=σ−1.
Further σ3=(1,2,3)(1,3,2)=(1)(2)(3)=e. We shall refer to e as 1.
Thus the order of σ, |σ|=3.
If σ=(a1,…,ak), then the |σ|=k.
- Proof
-
Since σk(ai)=ai,∀i=1,cdots,n,σ=(a1,…,ak)k=e. We shall show that k the smallest positive integer such that σk=e. Suppose m is a positive integer such that 0<m<k.)Then\(σm(ai)=ai+m≠ai∀i=1,cdots,n).Hence\(k the smallest positive integer such that σk=e.
Let γ=(1,2,4). Then
γ2=(1,2,4)(1,2,4)=(1,4,2).
γ3=(1,2,4)(1,4,2)=(1)(2)(4)=e.
The order of a permutation of a finite set, written in disjoint cycle form, is the least common multiple of the lengths of the cycles.
Find the orders of the 5040 elements of S7.
Solution
The longest cycle in S7 is the one that includes all the elements -- 7. We will show cycle lengths as 7_. Note the underlining. The possible cycles are shown in the table below. Note that the leading term is the longest cycle in the permutation.
Cycle type |
Order |
Cycle type |
Order |
Cycle type |
Order |
7 |
7 |
4 2 1 |
4 |
3 1 1 1 1 |
3 |
6 1 |
6 |
4 1 1 1 |
4 |
2 2 2 1 |
2 |
5 2 |
10 |
3 3 1 |
3 |
2 2 1 1 1 |
2 |
5 1 1 |
5 |
3 2 2 |
6 |
2 1 1 1 1 1 |
2 |
4 3 |
12 |
3 2 1 1 |
6 |
1 1 1 1 1 1 1 |
1 |
Conjugacy classes of Sn
Recall:
Two elements x,y in a group G are conjugate if y=gxg−1 for some g∈G.
For α,β∈Sn, define α∼β if there exists a σ∈Sn such that σασ−1=β. Then ∼ is an equivalence relation on Sn.
- Proof
-
Reflexive: Let α∈Sn. Then e∈Sn and eαe−1=α. Hence α∼α. Thus ∼ is reflexive on Sn.
Symmetric: Let α,β∈Sn such that α∼β. Then there exists a σ∈Sn such that σασ−1=β. Therefore, σ−1βσ=α, and σ−1∈Sn. Hence, β∼α. Thus ∼ is symmetric on Sn.
Transitive: Let α,β,γ∈Sn such that α∼β and β∼γ. Then there exist σ1,σ2∈Sn such that σ1ασ−11=β, and σ2βσ−12=γ. Consider, γ=σ2βσ−12=σ2(σ1ασ−11)σ−12=(σ2σ1)α(σ−11σ−12)=(σ2σ1)α(σ2σ1)−1. Hence, α∼γ. Thus ∼ is transitive on Sn.
Since ∼ is reflexive, symmetric and transitive, ∼ is an equivalence relation on Sn.
The equivalence classes are called conjugacy classes of G, subsets of G in which elements are conjugate to each other.
Two permutations in Sn are conjugate if and only if they have the same cycle structure, i.e. they have the same cycle type.
Conjugacy classes of S3.
Solution
There are three conjugacy classes. Those are {(1,2),(2,3),(1,3)},{e},{(1,2,3),(3,2,1)}.