Skip to main content

Section 10.2 Permutation Groups

Permutation groups are central to the study of geometric symmetries and to Galois theory, the study of finding solutions of polynomial equations. They also provide abundant examples of nonabelian groups. Plus, as we have just seen, every group is isomorphic to a subgroup of a permutation group. So let's study them.

In general, the permutations of a set X form a group we call SX. If X is a finite set, we can assume X={1,2,,n}. In this case we write Sn instead of SX. The following theorem says that Sn is a group. We call this group the symmetric group on n letters.

Proof.

The identity of Sn is just the identity map that sends 1 to 1, 2 to 2, , n to n. If f:SnSn is a permutation, then f1 exists, since f is one-to-one and onto; hence, every permutation has an inverse. Composition of maps is associative, which makes the group operation associative. We leave the proof that |Sn|=n! as an exercise.

A subgroup of Sn is called a permutation group.

Example 10.4.

Consider the subgroup G of S5 consisting of the identity permutation id and the permutations

σ=(1234512354)τ=(1234532145)μ=(1234532154).

The following table tells us how to multiply elements in the permutation group G.

idστμididστμσσidμτττμidσμμτσid
Remark 10.5.

Though it is natural to multiply elements in a group from left to right, functions are composed from right to left. Let σ and τ be permutations on a set X. To compose σ and τ as functions, we calculate (στ)(x)=σ(τ(x)). That is, we do τ first, then σ. There are several ways to approach this inconsistency. We will adopt the convention of multiplying permutations right to left. To compute στ, do τ first and then σ. That is, by στ(x) we mean σ(τ(x)). (Another way of solving this problem would be to write functions on the right; that is, instead of writing σ(x), we could write (x)σ. We could also multiply permutations left to right to agree with the usual way of multiplying elements in a group. Certainly all of these methods have been used.

Example 10.6.

Permutation multiplication is not usually commutative. Let

σ=(12344123)τ=(12342143).

Then

στ=(12341432),

but

τσ=(12343214).

Subsection 10.2.1 Cycle Notation

The notation that we have used to represent permutations up to this point is cumbersome, to say the least. To work effectively with permutation groups, we need a more streamlined method of writing down and manipulating permutations.

A permutation σSX is a cycle of length k if there exist elements a1,a2,,akX such that

σ(a1)=a2σ(a2)=a3σ(ak)=a1

and σ(x)=x for all other elements xX. We will write (a1,a2,,ak) to denote the cycle σ. Cycles are the building blocks of all permutations.

Example 10.7.

The permutation

σ=(12345676351427)=(162354)

is a cycle of length 6, whereas

τ=(123456142356)=(243)

is a cycle of length 3.

Not every permutation is a cycle. Consider the permutation

(123456241365)=(1243)(56).

This permutation actually contains a cycle of length 2 and a cycle of length 4.

Example 10.8.

It is very easy to compute products of cycles. Suppose that

σ=(1352)andτ=(256).

If we think of σ as

13,35,52,21,

and τ as

25,56,62,

then for στ remembering that we apply τ first and then σ, it must be the case that

13,35,56,621,

or στ=(1356). If μ=(1634), then σμ=(1652)(34).

Two cycles in SX, σ=(a1,a2,,ak) and τ=(b1,b2,,bl), are disjoint if aibj for all i and j.

Example 10.9.

The cycles (135) and (27) are disjoint; however, the cycles (135) and (347) are not. Calculating their products, we find that

(135)(27)=(135)(27)(135)(347)=(13475).

The product of two cycles that are not disjoint may reduce to something less complicated; the product of disjoint cycles cannot be simplified.

Proof.

Let σ=(a1,a2,,ak) and τ=(b1,b2,,bl). We must show that στ(x)=τσ(x) for all xX. If x is neither in {a1,a2,,ak} nor {b1,b2,,bl}, then both σ and τ fix x. That is, σ(x)=x and τ(x)=x. Hence,

στ(x)=σ(τ(x))=σ(x)=x=τ(x)=τ(σ(x))=τσ(x).

Do not forget that we are multiplying permutations right to left, which is the opposite of the order in which we usually multiply group elements. Now suppose that x{a1,a2,,ak}. Then σ(ai)=a(imodk)+1; that is,

a1a2a2a3ak1akaka1.

However, τ(ai)=ai since σ and τ are disjoint. Therefore,

στ(ai)=σ(τ(ai))=σ(ai)=a(imodk)+1=τ(a(imodk)+1)=τ(σ(ai))=τσ(ai).

Similarly, if x{b1,b2,,bl}, then σ and τ also commute.

Proof.

We can assume that X={1,2,,n}. If σSn and we define X1 to be {σ(1),σ2(1),}, then the set X1 is finite since X is finite. Now let i be the first integer in X that is not in X1 and define X2 by {σ(i),σ2(i),}. Again, X2 is a finite set. Continuing in this manner, we can define finite disjoint sets X3,X4,. Since X is a finite set, we are guaranteed that this process will end and there will be only a finite number of these sets, say r. If σi is the cycle defined by

σi(x)={σ(x)xXixxXi,

then σ=σ1σ2σr. Since the sets X1,X2,,Xr are disjoint, the cycles σ1,σ2,,σr must also be disjoint.

Example 10.12.

Let

σ=(123456643152)τ=(123456321564).

Using cycle notation, we can write

σ=(1624)τ=(13)(456)στ=(136)(245)τσ=(143)(256).
Remark 10.13.

From this point forward we will find it convenient to use cycle notation to represent permutations. When using cycle notation, we often denote the identity permutation by (1).

Worksheet 10.2.2 Activity: Writing Cycles and Permutations

Goal: Understand how elements of Sn can be represented as cycles and products of cycles.

1.

Can every permutation in Sn be represented using cycle notation? How could you represent the permutation (123456789352879614)?

2.

How should we define “cycle”? Write a definition. Some considerations: is (132)(45) a single cycle or two cycles? Is (3124) a cycle? What should we call the length of a cycle?

3.

Here are a few permutations of S7, written as products of cycles. Are there other ways to write each of these using cycle notation? What makes two products of cycles the same?

(142)(2534)(46)(135)(12546)(16)(14)(15)(12)(12)(37)(25)(37)(45)(46)

A transposition (or 2-cycle) is a cycle of length 2. That is, it swaps (transposes) a pair of elements.

4.

Can the cycle (13254) be written as the product of transpositions? Can it be written as the product of transpositions in more than one way?

5.

What about the product (124)(2354)?

6.

Can you write (13)(24)(45)(15)(26)(13) as the product of more than 6 transpositions? Fewer than 6 transpositions? Can you write it as the product of an odd number of transpositions?

7.

What numbers of transpositions can you write the identity (1) as?

Subsection 10.2.3 Transpositions

The simplest permutation is a cycle of length 2. Such cycles are called transpositions. Since

(a1,a2,,an)=(a1an)(a1an1)(a1a3)(a1a2),

any cycle can be written as the product of transpositions, leading to the following proposition.

Example 10.15.

Consider the permutation

(16)(253)=(16)(23)(25)=(16)(45)(23)(45)(25).

As we can see, there is no unique way to represent permutation as the product of transpositions. For instance, we can write the identity permutation as (12)(12), as (13)(24)(13)(24), and in many other ways. However, as it turns out, no permutation can be written as the product of both an even number of transpositions and an odd number of transpositions. For instance, we could represent the permutation (16) by

(23)(16)(23)

or by

(35)(16)(13)(16)(13)(35)(56),

but (16) will always be the product of an odd number of transpositions.

Proof.

We will employ induction on r. A transposition cannot be the identity; hence, r>1. If r=2, then we are done. Suppose that r>2. In this case the product of the last two transpositions, τr1τr, must be one of the following cases:

(ab)(ab)=id(bc)(ab)=(ac)(bc)(cd)(ab)=(ab)(cd)(ac)(ab)=(ab)(bc),

where a, b, c, and d are distinct.

The first equation simply says that a transposition is its own inverse. If this case occurs, delete τr1τr from the product to obtain

id=τ1τ2τr3τr2.

By induction r2 is even; hence, r must be even.

In each of the other three cases, we can replace τr1τr with the right-hand side of the corresponding equation to obtain a new product of r transpositions for the identity. In this new product the last occurrence of a will be in the next-to-the-last transposition. We can continue this process with τr2τr1 to obtain either a product of r2 transpositions or a new product of r transpositions where the last occurrence of a is in τr2. If the identity is the product of r2 transpositions, then again we are done, by our induction hypothesis; otherwise, we will repeat the procedure with τr3τr2.

At some point either we will have two adjacent, identical transpositions canceling each other out or a will be shuffled so that it will appear only in the first transposition. However, the latter case cannot occur, because the identity would not fix a in this instance. Therefore, the identity permutation must be the product of r2 transpositions and, again by our induction hypothesis, we are done.

Proof.

Suppose that

σ=σ1σ2σm=τ1τ2τn,

where m is even. We must show that n is also an even number. The inverse of σ is σmσ1. Since

id=σσmσ1=τ1τnσmσ1,

n must be even by Lemma 2.60. The proof for the case in which σ can be expressed as an odd number of transpositions is left as an exercise.

In light of Theorem 2.61, we define a permutation to be even if it can be expressed as an even number of transpositions and odd if it can be expressed as an odd number of transpositions.

Subsection 10.2.4 The Alternating Groups

One of the most important subgroups of Sn is the set of all even permutations, An. The group An is called the alternating group on n letters.

Proof.

Since the product of two even permutations must also be an even permutation, An is closed. The identity is an even permutation and therefore is in An. If σ is an even permutation, then

σ=σ1σ2σr,

where σi is a transposition and r is even. Since the inverse of any transposition is itself,

σ1=σrσr1σ1

is also in An.

Proof.

Let An be the set of even permutations in Sn and Bn be the set of odd permutations. If we can show that there is a bijection between these sets, they must contain the same number of elements. Fix a transposition σ in Sn. Since n2, such a σ exists. Define

λσ:AnBn

by

λσ(τ)=στ.

Suppose that λσ(τ)=λσ(μ). Then στ=σμ and so

τ=σ1στ=σ1σμ=μ.

Therefore, λσ is one-to-one. We will leave the proof that λσ is surjective to the reader.

Example 10.20.

The group A4 is the subgroup of S4 consisting of even permutations. There are twelve elements in A4:

(1)(12)(34)(13)(24)(14)(23)(123)(132)(124)(142)(134)(143)(234)(243).

One of the end-of-chapter exercises will be to write down all the subgroups of A4. You will find that there is no subgroup of order 6. Does this surprise you?

Subsection 10.2.5 Historical Note

Lagrange first thought of permutations as functions from a set to itself, but it was Cauchy who developed the basic theorems and notation for permutations. He was the first to use cycle notation. Augustin-Louis Cauchy (1789–1857) was born in Paris at the height of the French Revolution. His family soon left Paris for the village of Arcueil to escape the Reign of Terror. One of the family's neighbors there was Pierre-Simon Laplace (1749–1827), who encouraged him to seek a career in mathematics. Cauchy began his career as a mathematician by solving a problem in geometry given to him by Lagrange. Cauchy wrote over 800 papers on such diverse topics as differential equations, finite groups, applied mathematics, and complex analysis. He was one of the mathematicians responsible for making calculus rigorous. Perhaps more theorems and concepts in mathematics have the name Cauchy attached to them than that of any other mathematician.

Exercises 10.2.6 Practice Problems

1.

Write the following permutations in cycle notation.

  1. (1234524153)
  2. (1234542513)
  3. (1234535142)
  4. (1234514325)
Answer.

(a) \((12453)\text{;}\) (b) \((14)(35)\text{;}\) (c) \((13)(25)\text{;}\) (d) \((24)\text{.}\)

2.

Compute each of the following.

  1. (1345)(234)

  2. (12)(1253)

  3. (143)(23)(24)

  4. (1423)(34)(56)(1324)

  5. (1254)(13)(25)

  6. (1254)(13)(25)2

  7. (1254)1(123)(45)(1254)

  8. (1254)2(123)(45)

  9. (123)(45)(1254)2

  10. (1254)100

  11. |(1254)|

  12. |(1254)2|

  13. (12)1

  14. (12537)1

  15. [(12)(34)(12)(47)]1

  16. [(1235)(467)]1

Answer.

(a) \((135)(24)\text{;}\) (b) \((253)\text{;}\) (c) \((14)(23)\text{;}\) (d) \((12)(56)\text{;}\) (e) \((1324)\text{;}\) (f) \((13254)\text{;}\) (g) \((134)(25)\text{;}\) (h) \((14)(235)\text{;}\) (i) \((143)(25)\text{;}\) (j) \((1)\text{;}\) (k) \(4\) (i.e., the order of the element); (l) \(2\text{;}\) (m) \((12)\text{;}\) (n) \((17352)\text{;}\) (o) \((374)\text{;}\) (p) \((476)(1532)\text{.}\)

3.

Express the following permutations as products of transpositions and identify them as even or odd.

  1. (14356)

  2. (156)(234)

  3. (1426)(142)

  4. (17254)(1423)(154632)

  5. (142637)

Answer.

(a) \((16)(15)(13)(14)\) (even); (b) \((15)(56)(23)(24)\) (even); (c) \((16)(14)(12)\) (odd); (d) \((17)(72)(25)(54)(14)(42)(23)(15)(54)(46)(63)(32)\) (even); (e) \((14)(42)(26)(63)(37)\) (odd).

5.

List all of the subgroups of S4. Find each of the following sets:

  1. {σS4:σ(1)=3}

  2. {σS4:σ(2)=2}

  3. {σS4:σ(1)=3 and σ(2)=2}.

Are any of these sets subgroups of S4?

Hint.

(a) \(\{ (13), (13)(24), (132), (134), (1324), (1342) \}\) is not a subgroup.

(b) \(\{(1), (134), (143), (13), (14), (34)\}\) is a subgroup.

(c) \(\{(13), (134)\}\) is not a subgroup.

6.

Find all of the subgroups in A4. What is the order of each subgroup?

Hint.

There are subgroups of orders 1, 2, 3, 4, and 12. You have multiple choices for the subgroups of order 2 and 3.

7.

Find all possible orders of elements in S7 and A7.

Answer.

The possible orders in \(S_7\) are 1, 2, 3, 4, 5, 6, 7, 10, and 12. In \(A_7\) you can only have orders 1, 2, 3, 5, 6, and 7.

8.

Show that A10 contains an element of order 15.

Hint.

\((12345)(678)\text{.}\)

9.

Does A8 contain an element of order 26?

Answer.

No. We will give a good reason why in chapter 6.

10.

Find an element of largest order in Sn for n=3,,10.

Answer.

\((123)\text{,}\) \((1234)\text{,}\) \((12)(345)\text{,}\) \((123456)\text{,}\) \((123)(4567)\text{,}\) \((123)(45678)\text{,}\) \((1234)(56789)\text{,}\) \((12)(345)(678910)\text{.}\)

Exercises 10.2.7 Collected Homework

1.

The identity can be written as ε=(13)(24)(35)(14)(12)(15)(34)(45). Mimic the proof that ε must be even and show how to eliminate x=5 from the product of transpositions and write ε as the product of 2 fewer transpositions in the process. Show all intermediate steps.

2.

Bonus: One way you could prove that |An|=n!2 is to show that Sn has an equal number of even permutations as odd permutations. One way you could do this is by finding a bijection from the set of even permutations to the set of odd permutations. Define f:AnAn (here An is the compliment of An, so the set of all odd permutations) by f(τ)=(12)τ.

Prove that f really is a bijection. Careful: there are multiple ways to write permutations as products of transpositions.