Skip to main content

Section 8.1 Pre-read

We can permute any collection of objects.

For example, we can permute the collection of numbers {1,2,3,4,5}:

1↦3,3↦5,5↦1,2↦4,4↦2.

In cycle notation, this permutation can be expressed as

(135)(24).

We can permute the first five letters of the alphabet:

a↦c,c↦e,e↦a,b↦d,d↦b.

We can also use cycle notation to represent this permutation as

(ace)(bd).

We can also permute the first five letters of the Greek alphabet:

α↦γ,γ↦ϵ,ϵ↦α,β↦δ,δ↦β.

We can also use cycle notation to represent this permutation as

(αγϵ)(βδ).

And so on.

Remark 8.1.2.

We will consider a permutation as a function, so that the correspondence is unidirectional instead of bidirectional. (But we can always recover the bidirectional nature of a bijective correspondence using the inverse function.)

Warning 8.1.3.

A permutation is (usually) not an isomorphism, as

  • the collection being permuted is not necessarily a group, and

  • even if the collection being permuted is a group, there is no requirement that the permutation be Operation-preserving map.

As described at the beginning of Chapter 6 of the textbook, given a collection X we write SX to denote the group of all permutations of X, where the group operation is function composition as usual. In the case that the collection being permuted is the {1,2,3,…,n} we write Sn instead.

In any case, when X is a finite collection containing n objects, we can obtain an isomorphism between SX and Sn by choosing a labelling of the objects in X by the numbers 1,2,…,n.

Example 8.1.4. Converting a permutation of letters into a permutation of numbers.

Consider X={a,b,c,d,e}. Let us relabel the elements of X as

x1=a,x2=b,x3=c,x4=d,x5=e.

At the beginning of this Pre-read section, we consider the permutation

(ace)(bd)

of X. With our relabelling, we can write this element of the group SX as

(x1x3x5)(x2x4),

which is clearly essentially the same as the permutation

(135)(24)

in the group S5.

Remark 8.1.5.

What is really going on in Example 8.1.4 is that there are two bijective correspondences involved. First, the relabelling sets up a bijective correspondence between the collection of letters X and the collection of numbers {1,2,3,4,5}. Then the isomorphism (a special kind of bijective correspondence) between SX and S5 is obtained by using the relabelling bijective correspondence to reinterpret a permutation of letters (i.e. a group element of SX) as a permutation of numbers (i.e. a group element of S5).

Warning 8.1.6.

This isomorphic relationship SX↔Sn doesn't work if X is not finite.

Example 8.1.7. A permutation of an infinite collection.

The function f:Z→Z defined by f(m)=−m is a bijective correspondence of Z with itself that matches every integer with its negative. (And so 0 is matched with itself.) But there is no way to interpret this permutation of Z as a product of disjoint cycles in some Sn permutation group, no matter how large n is taken to be.