Section6.2Symmetric groups
Definition6.2.1
When A={1,2,…,n} (n∈Z+), we call SA the symmetric group on n letters and denote it by Sn.
(We can, in fact, define S0, the set of all permutations on the empty set. One can show, using the fact that a function is a relation on a Cartesian product of sets, that S0 is the trivial group. However, this will not be relevant in this text.)
It is important for us to be able to easily describe specific elements of Sn. It would be cumbersome to describe, for instance, an element of S3 by saying it swaps 1 and 2 and fixes 3; imagine how much more cumbersome it could be to describe an element of, say, S100! One can somewhat concisely describe a permutation σ of Sn by listing out the elements 1,2,…,n and writing the element σ(i) below each i for i=1,2,…,n. For instance, if σ sends 1 to 2, we'd write the number 2 below the number 1. The convention is to enclose these two rows of numbers in a single set of parentheses, as in the following example.
Example6.2.3
We can denote the element σ of S3 that swaps 1 and 2 and fixes 3 by
σ=(123213),
and the element τ of S3 that sends 1 to 3, 2 to 1, and 3 to 2 by
τ=(123312).
Then
στ=(123321)
and
τσ=(123132).
But even this notation is unnecessarily cumbersome. Instead, we use cycle notation.
Definition6.2.4
A permutation σ in Sn is called a k-cycle or a cycle of length k (or, less specifically, a cycle) if there exist distinct elements a1,a2,…,ak in {1,2,…,n} such that
σ(ai)=ai+1 for each i=1,2,…,k−1;
σ(ak)=a1;
σ(x)=x for every other element of {1,2,…,n}.
We use the cycle notation σ=(a1a2⋯ak) to describe such a cycle. A 2-cycle is often called a transposition.
Example6.2.5
The permutation τ in S3 that sends 1 to 3, 2 to 1, and 3 to 2 is a cycle. It can be denoted by τ=(132). Similarly, the cycle ρ in S3 swapping 1 and 3 can be denoted by ρ=(13). On the other hand, the permutation in S4 that swaps 1 with 2 and 3 with 4 is not a cycle.
Example6.2.7
The permutation τ described in Example 6.2.5 can also be written as (321) and as (213).
However, by convention, we usually “start” a cycle σ with the smallest of the numbers that σ doesn't fix: e.g., we'd write σ=(213) as (132).
Definition6.2.8
Two cycles σ=(a1a2⋯ak) and τ=(b1b2⋯bm) are said to be disjoint if ai≠bj for all i and j. Cycles σ1, σ2, …, σm are disjoint if σi and σj are disjoint for each i≠j. (Notice: this version of disjointness is what we usually refer to as mutual disjointness.)
Note that any permutation of Sn is a product of disjoint cycles (where by “product” we mean the permutation resulting from permutation multiplication).
Definition6.2.11
Writing a permutation in (disjoint) cycle notation means writing it as a product of disjoint cycles, where each cycle is written in cycle notation.
Example6.2.13
The permutation
σ=(123456312654)
is the product of disjoint cycles (132) and (46), so in cycle notation we have
σ=(132)(46).
Note that we could also write σ as (321)(46), (213)(64), (64)(132), etc.
While it is true that we also have σ=(13)(23)(46), this is not a disjoint cycle representation of σ since both (13) and (23) “move” the element 3.
Example6.2.14
In S4, let σ=(243) and τ=(13)(24). Then στ=(123) and τσ=(134).
Example6.2.15
In S9, let σ=(134), τ=(26)(17), and ρ=(358)(12). Find the following, writing your answers using disjoint cycle notation.
σ−1
σ−1τσ
σ2
σ3
ρ2
ρ−2
στ
σρ
Example6.2.16
Explicitly express all the elements of S4 in disjoint cycle notation.
Theorem6.2.17
Any k-cycle has order k in Sn. More generally, if permutation σ can be written in disjoint cycle notation as σ=σ1σ2⋯σm, then
o(σ)=lcm(o(σ1),o(σ2),…,o(σm))=lcm(length(σ1),length(σ2),…,length(σm)),
where lcm denotes the least common multiple.
Example6.2.19
Find the orders of each of the elements in Example 6.2.15, including σ, τ, and ρ themselves.
Explicitly list the elements of ⟨σ⟩, ⟨τ⟩, and ⟨ρ⟩.