2 Sets and functions

2.15 Powers and orders

2.15.1 Powers of a permutation

Since the composition of two permutations is another permutation, we can form powers of a permutation by composing it with itself some number of times.

Definition 2.15.1.

Let s be a permutation and let m be an integer. Then

sm={ss(m times)m>0idm=0s1s1(m times)m<0

It’s tedious but straightforward to check that for any integers a, b,

  • sasb=sa+b, and

  • (sa)b=sab

so that some of the usual exponent laws for real numbers hold for composing permutations. The two facts above are called the exponent laws for permutations.

2.15.2 Order of a permutation

Definition 2.15.2.

The order of a permutation σ, written o(σ), is the smallest strictly positive number n such that σn=id.

For example, let

s =(123231)
t =(123213)

You should check that s2id but s3=id, so the order of s is 3, and that tid but t2=id so the order of t is 2.

2.15.3 Order of an m-cycle

Lemma 2.15.1.

The order of an m-cycle is m.

Proof.

Let the m-cycle be a=(a0,,am1). If r<m then ar(a0)=ara0, so arid. On the other hand am(a0)=a(am1)=a0 and in general am(ai)=ai(ami(ai))=ai(a0)=ai, so am=id. ∎