Cycle decomposition for permutations: Difference between revisions

From Groupprops
No edit summary
Line 29: Line 29:
==Examples==
==Examples==


''For an introduction to cycle decompositions, refer:'' [[Understanding the cycle decomposition]]
<tt>For an introduction to cycle decompositions, refer: [[Understanding the cycle decomposition]]</tt>


===For finite sets===
===For finite sets===

Revision as of 17:21, 2 December 2011

Definition

For finite sets

Let S be a set and σ:SS be a permutation. A cycle decomposition for σ is an expression of σ as a product of disjoint cycles.

Here, a cycle (a1,a2,,an) is a permutation sending aj to aj+1 for 1jn1 and an to a1. Two cycles are disjoint if they do not have any common elements.

Any permutation on a finite set has a unique cycle decomposition. In other words, the cycles making up the permutation are uniquely determined. Note that the order in which we multiply the cycles, and the cyclic ordering of elements within the cycle, are not uniquely determined.

The product expression is typically written by writing the disjoint cycles side by side. Further, the commas separating elements in the same cycle are sometimes dropped if this does not create confusion.

For finitary permutations

Let S be an infinite set and σ:SS be a finitary permutation -- a permutation that moves only finitely many elements. Then, a cycle decomposition for σ is an expression of σ as a product of disjoint cycles.

Any finitary permutation admits a unique cycle decomposition, since it can be viewed as a permutation on the finite subset of elements that it actually moves.

For arbitrary permutations on infinite sets

For arbitrary permutations on infinite sets, cycle decompositions do exist provided we relax the meaning of a cycle. Thus, in addition to cycles of the form (a1,a2,,an) described above, we also need cycles of the form (,a1,a0,a1,), i.e., sequences of elements parametrized by the integers, with the property that σ(aj)=aj+1 for all j. With this, any permutation has a unique cycle decomposition.

For proof of the existence and uniqueness of cycle decompositions, refer: cycle decomposition theorem for permutations

Examples

For an introduction to cycle decompositions, refer: Understanding the cycle decomposition

For finite sets

For instance, consider the permutation σ on {1,2,3,4,5} given by σ(x)=6x. Then, the cycle decomposition of σ is:

σ=(1,5)(2,4)(3)

In other words, σ is a product of three cycles: the cycle (1,5) that sends 1 to 5 and 5 to 1, the cycle (2,4) that sends 2 to 4 and 4 to 2, and the cycle (3) that sends 3 to itself.

Cycles of size one are usually ignored, so σ can be written as:

σ=(1,5)(2,4)

The ordering between permutations and the cyclic ordering within a permutation don't matter, so we can write σ in other equivalent ways, like:

σ=(4,2)(1,5)=(5,1)(2,4)

Here's another example. Consider the permutation on the set {1,2,3,4,5,6,7} given by σ(x)=2xmod7. In other words, σ(x)=2x for 1x3 and σ(x)=2x7 for 4x7.

Then the cycle decomposition of σ is given by:

σ=(1,2,4)(3,6,5)

The ordering among the cycles, and the cyclic ordering among elements in the same cycle, are irrelevant, so this can be rewritten as:

σ=(2,4,1)(5,3,6)=(6,5,3)(1,2,4)

On the other hand, we cannot arbitrarily re-order elements within a cycle, so σ(1,4,2)(3,6,5).

With the commas removed, this is written as:

σ=(124)(365),σ=(241)(536).