In mathematics, a permutation of a set can mean one of two different things:
-
an arrangement of its members in a sequence or linear order, or
-
the act or process of changing the linear order of an ordered set.
An example of the first meaning is the six permutations (orderings) of the set {1, 2, 3}: written as , they are (1, 2, 3), (1, 3, 2), (2, 1, 3), (2, 3, 1), (3, 1, 2), and (3, 2, 1). of a word whose letters are all different are also permutations: the letters are already ordered in the original word, and the anagram reorders them. The study of permutations of is an important topic in combinatorics and group theory.
Permutations are used in almost every branch of mathematics and in many other fields of science. In computer science, they are used for analyzing sorting algorithms; in quantum physics, for describing states of particles; and in biology, for describing RNA sequences.
The number of permutations of distinct objects is factorial, usually written as , which means the product of all positive integers less than or equal to .
According to the second meaning, a permutation of a set is defined as a bijection from to itself. That is, it is a function from to for which every element occurs exactly once as an image value. Such a function is equivalent to the rearrangement of the elements of in which each element i is replaced by the corresponding . For example, the permutation (3, 1, 2) corresponds to the function defined as
The collection of all permutations of a set form a group called the symmetric group of the set. The group operation is the composition of functions (performing one rearrangement after the other), which results in another function (rearrangement).
In elementary combinatorics, the -permutations, or partial permutations, are the ordered arrangements of distinct elements selected from a set. When is equal to the size of the set, these are the permutations in the previous sense.
History
Permutation-like objects called hexagrams were used in China in the
I Ching (
Pinyin: Yi Jing) as early as 1000 BC.
In Greece, Plutarch wrote that Xenocrates of Chalcedon (396–314 BC) discovered the number of different syllables possible in the Greek language. This would have been the first attempt on record to solve a difficult problem in permutations and combinations.
Al-Khalil (717–786), an Arab mathematician and cryptographer, wrote the Book of Cryptographic Messages. It contains the first use of permutations and combinations, to list all possible Arabic language words with and without vowels.
The rule to determine the number of permutations of n objects was known in Indian culture around 1150 AD. The Lilavati by the Indian mathematician Bhāskara II contains a passage that translates as follows:
The product of multiplication of the arithmetical series beginning and increasing by unity and continued to the number of places, will be the variations of number with specific figures.
In 1677, Fabian Stedman described factorials when explaining the number of permutations of bells in change ringing. Starting from two bells: "first, two must be admitted to be varied in two ways", which he illustrates by showing 1 2 and 2 1. He then explains that with three bells there are "three times two figures to be produced out of three" which again is illustrated. His explanation involves "cast away 3, and 1.2 will remain; cast away 2, and 1.3 will remain; cast away 1, and 2.3 will remain". He then moves on to four bells and repeats the casting away argument showing that there will be four different sets of three. Effectively, this is a recursive process. He continues with five bells using the "casting away" method and tabulates the resulting 120 combinations. At this point he gives up and remarks:
Now the nature of these methods is such, that the changes on one number comprehends the changes on all lesser numbers, ... insomuch that a compleat Peal of changes on one number seemeth to be formed by uniting of the compleat Peals on all lesser numbers into one entire body;
Stedman widens the consideration of permutations; he goes on to consider the number of permutations of the letters of the alphabet and of horses from a stable of 20.
A first case in which seemingly unrelated mathematical questions were studied with the help of permutations occurred around 1770, when Joseph Louis Lagrange, in the study of polynomial equations, observed that properties of the permutations of the roots of an equation are related to the possibilities to solve it. This line of work ultimately resulted, through the work of Évariste Galois, in Galois theory, which gives a complete description of what is possible and impossible with respect to solving polynomial equations (in one unknown) by radicals. In modern mathematics, there are many similar situations in which understanding a problem requires studying certain permutations related to it.
The study of permutations as substitutions on n elements led to the notion of group as algebraic structure, through the works of Cauchy (1815 memoir).
Permutations played an important role in the cryptanalysis of the Enigma machine, a cipher device used by Nazi Germany during World War II. In particular, one important property of permutations, namely, that two permutations are conjugate exactly when they have the same cycle type, was used by cryptologist Marian Rejewski to break the German Enigma cipher in turn of years 1932–1933.
Definition
In mathematics texts it is customary to denote permutations using lowercase Greek letters.
A permutation can be defined as a bijection (an invertible mapping, a one-to-one and onto function) from a set to itself:
The identity permutation is defined by for all elements , and can be denoted by the number , by , or by a single 1-cycle (x).
The set of all permutations of a set with n elements forms the symmetric group , where the group operation is composition of functions. Thus for two permutations and in the group , their product is defined by
Composition is usually written without a dot or other sign. In general, composition of two permutations is not commutative; that is, typically the permutations and are not equal.
As a bijection from a set to itself, a permutation is a function that performs a rearrangement of a set, termed an active permutation or substitution. An older viewpoint sees a permutation as an ordered arrangement or list of all the elements of S, called a passive permutation. According to this definition, all permutations in are passive. This meaning is subtly distinct from how passive (i.e. alias) is used in Active and passive transformation and elsewhere, which would consider all permutations open to passive interpretation (regardless of whether they are in one-line notation, two-line notation, etc.).
A permutation can be decomposed into one or more disjoint cycles which are the orbits of the cyclic group Group action on the set S. A cycle is found by repeatedly applying the permutation to an element: , where we assume . A cycle consisting of k elements is called a k-cycle. (See below.)
A fixed point of a permutation is an element x which is taken to itself, that is , forming a 1-cycle . A permutation with no fixed points is called a derangement. A permutation exchanging two elements (a single 2-cycle) and leaving the others fixed is called a transposition.
Notations
Several notations are widely used to represent permutations conveniently. The properties of permutations do not depend on the nature of the elements being permuted, only on their number, so one often considers the standard set . ''Cycle notation'' is a popular choice, as it is compact and shows the permutation's structure clearly. This article will use cycle notation unless otherwise specified.
Two-line notation
Cauchy's
two-line notation[ See p. 4.
] lists the elements of
S in the first row, and the image of each element below it in the second row. For example, the permutation of
S = {1, 2, 3, 4, 5, 6} given by the function
can be written as
1 & 2 & 3 & 4 & 5 & 6 \\
2 & 6 & 5 & 4 & 3 & 1
\end{pmatrix}.
The elements of
S may appear in any order in the first row, so this permutation could also be written:
2 & 3 & 4 & 5 & 6 & 1 \\
6 & 5 & 4 & 3 & 1 & 2
\end{pmatrix}
= \begin{pmatrix}
6 & 5 & 4 & 3 & 2 & 1 \\
1 & 3 & 4 & 5 & 6 & 2
\end{pmatrix}.
One-line notation
If there is a "natural" order for the elements of
S, say
, then one uses this for the first row of the two-line notation:
x_1 & x_2 & x_3 & \cdots & x_n \\
\sigma(x_1) & \sigma(x_2) & \sigma(x_3) & \cdots & \sigma(x_n)
\end{pmatrix}.
Under this assumption, one may omit the first row and write the permutation in one-line notation as
- ,
that is, as an ordered arrangement of the elements of
S.
Care must be taken to distinguish one-line notation from the cycle notation described below: a common usage is to omit parentheses or other enclosing marks for one-line notation, while using parentheses for cycle notation. The one-line notation is also called the
word representation.
The example above would then be:
(It is typical to use commas to separate these entries only if some have two or more digits.)
This compact form is common in elementary combinatorics and computer science. It is especially useful in applications where the permutations are to be compared as larger or smaller using lexicographic order.
Cycle notation
Cycle notation describes the effect of repeatedly applying the permutation on the elements of the set
S, with an orbit being called a
cycle. The permutation is written as a list of cycles; since distinct cycles involve
disjoint sets sets of elements, this is referred to as "decomposition into disjoint cycles".
To write down the permutation in cycle notation, one proceeds as follows:
-
Write an opening bracket followed by an arbitrary element x of :
-
Trace the orbit of x, writing down the values under successive applications of :
-
Repeat until the value returns to x, and close the parenthesis without repeating x:
-
Continue with an element y of S which was not yet written, and repeat the above process:
-
Repeat until all elements of S are written in cycles.
Also, it is common to omit 1-cycles, since these can be inferred: for any element x in S not appearing in any cycle, one implicitly assumes .
Following the convention of omitting 1-cycles, one may interpret an individual cycle as a permutation which fixes all the elements not in the cycle (a cyclic permutation having only one cycle of length greater than 1). Then the list of disjoint cycles can be seen as the composition of these cyclic permutations. For example, the one-line permutation can be written in cycle notation as:
This may be seen as the composition of cyclic permutations
While permutations in general do not commute, disjoint cycles do; for example:
Also, each cycle can be rewritten from a different starting point; for example,
Thus one may write the disjoint cycles of a given permutation in many different ways.
A convenient feature of cycle notation is that inverting the permutation is given by reversing the order of the elements in each cycle. For example,
Canonical cycle notation
In some combinatorial contexts it is useful to fix a certain order for the elements in the cycles and of the (disjoint) cycles themselves. Miklós Bóna calls the following ordering choices the
canonical cycle notation:
-
in each cycle the largest element is listed first
-
the cycles are sorted in increasing order of their first element, not omitting 1-cycles
For example, is a permutation of in canonical cycle notation.[ The]
Richard Stanley calls this the "standard representation" of a permutation, and Martin Aigner uses "standard form". Sergey Kitaev also uses the "standard form" terminology, but reverses both choices; that is, each cycle lists its minimal element first, and the cycles are sorted in decreasing order of their minimal elements.
Composition of permutations
There are two ways to denote the composition of two permutations. In the most common notation,
is the function that maps any element
x to
. The rightmost permutation is applied to the argument first,
[
]
because the argument is written to the right of the function.
A different rule for multiplying permutations comes from writing the argument to the left of the function, so that the leftmost permutation acts first.[
][
][
]
In this notation, the permutation is often written as an exponent, so σ acting on x is written x σ; then the product is defined by . This article uses the first definition, where the rightmost permutation is applied first.
The function composition operation satisfies the axioms of a group. It is associative, meaning , and products of more than two permutations are usually written without parentheses. The composition operation also has an identity element (the identity permutation ), and each permutation has an inverse (its inverse function) with .
Other uses of the term permutation
The concept of a permutation as an ordered arrangement admits several generalizations that have been called
permutations, especially in older literature.
k-permutations of n
In older literature and elementary textbooks, a
k -permutation of n (sometimes called a
partial permutation,
sequence without repetition,
variation, or
arrangement) means an ordered arrangement (list) of a
k-element subset of an
n-set.
The number of such
k-permutations (
k-arrangements) of
is denoted variously by such symbols as
,
,
,
,
, or
,
computed by the formula:
which is 0 when , and otherwise is equal to
The product is well defined without the assumption that is a non-negative integer, and is of importance outside combinatorics as well; it is known as the Pochhammer symbol or as the -th falling factorial power :
This usage of the term permutation is closely associated with the term combination to mean a subset. A k-combination of a set S is a k-element subset of S: the elements of a combination are not ordered. Ordering the k-combinations of S in all possible ways produces the k-permutations of S. The number of k-combinations of an n-set, C( n, k), is therefore related to the number of k-permutations of n by:
Permutations with repetition
Ordered arrangements of
k elements of a set
S, where repetition is allowed, are called
Tuple. They have sometimes been referred to as
permutations with repetition, although they are not permutations in the usual sense. They are also called words or strings over the alphabet
S. If the set
S has
n elements, the number of
k-tuples over
S is
Permutations of multisets
If
M is a finite
multiset, then a
multiset permutation is an ordered arrangement of elements of
M in which each element appears a number of times equal exactly to its multiplicity in
M. An
anagram of a word having some repeated letters is an example of a multiset permutation. If the multiplicities of the elements of
M (taken in some order) are
,
, ...,
and their sum (that is, the size of
M) is
n, then the number of multiset permutations of
M is given by the multinomial coefficient,
For example, the number of distinct anagrams of the word MISSISSIPPI is:
A k-permutation of a multiset M is a sequence of k elements of M in which each element appears a number of times less than or equal to its multiplicity in M (an element's repetition number).
Circular permutations
Permutations, when considered as arrangements, are sometimes referred to as
linearly ordered arrangements. If, however, the objects are arranged in a circular manner this distinguished ordering is weakened: there is no "first element" in the arrangement, as any element can be considered as the start. An arrangement of distinct objects in a circular manner is called a
circular permutation.
These can be formally defined as equivalence classes of ordinary permutations of these objects, for the equivalence relation generated by moving the final element of the linear arrangement to its front.
Two circular permutations are equivalent if one can be rotated into the other. The following four circular permutations on four letters are considered to be the same.
There are ( n – 1)! circular permutations of a set with n elements.
Properties
The number of permutations of distinct objects is !.
The number of -permutations with disjoint cycles is the signless Stirling number of the first kind, denoted or .
Cycle type
The cycles (including the fixed points) of a permutation
of a set with elements partition that set; so the lengths of these cycles form an integer partition of , which is called the
cycle type (or sometimes
cycle structure or
cycle shape) of
. There is a "1" in the cycle type for every fixed point of
, a "2" for every transposition, and so on. The cycle type of
is
This may also be written in a more compact form as .
More precisely, the general form is , where are the numbers of cycles of respective length. The number of permutations of a given cycle type is
- .
The number of cycle types of a set with elements equals the value of the partition function .
Polya's cycle index polynomial is a generating function which counts permutations by their cycle type.
Conjugating permutations
In general, composing permutations written in cycle notation follows no easily described pattern – the cycles of the composition can be different from those being composed. However the cycle type is preserved in the special case of
conjugacy class a permutation
by another permutation
, which means forming the product
. Here,
is the
conjugate of
by
and its cycle notation can be obtained by taking the cycle notation for
and applying
to all the entries in it. It follows that two permutations are conjugate exactly when they have the same cycle type.
Order of a permutation
The order of a permutation
is the smallest positive integer
m so that
. It is the least common multiple of the lengths of its cycles. For example, the order of
is
.
Parity of a permutation
Every permutation of a finite set can be expressed as the product of transpositions.
Although many such expressions for a given permutation may exist, either they all contain an even number of transpositions or they all contain an odd number of transpositions. Thus all permutations can be classified as even or odd depending on this number.
This result can be extended so as to assign a sign, written , to each permutation. if is even and if is odd. Then for two permutations and
It follows that
The sign of a permutation is equal to the determinant of its permutation matrix (below).
Matrix representation
A
permutation matrix is an
Square matrix that has exactly one entry 1 in each column and in each row, and all other entries are 0. There are several ways to assign a permutation matrix to a permutation of {1, 2, ...,
n}. One natural approach is to define
to be the
Linear map of
which permutes the
standard basis by
, and define
to be its matrix. That is,
has its
jth column equal to the n × 1 column vector
: its (
i,
j) entry is to 1 if
i =
σ(
j), and 0 otherwise. Since composition of linear mappings is described by matrix multiplication, it follows that this construction is compatible with composition of permutations:
For example, the one-line permutations
have product
, and the corresponding matrices are:
It is also common in the literature to find the inverse convention, where a permutation σ is associated to the matrix whose ( i, j) entry is 1 if j = σ( i) and is 0 otherwise. In this convention, permutation matrices multiply in the opposite order from permutations, that is, . In this correspondence, permutation matrices act on the right side of the standard row vectors : .
The Cayley table on the right shows these matrices for permutations of 3 elements.
Permutations of totally ordered sets
In some applications, the elements of the set being permuted will be compared with each other. This requires that the set
S has a
total order so that any two elements can be compared. The set {1, 2, ...,
n} with the usual ≤ relation is the most frequently used set in these applications.
A number of properties of a permutation are directly related to the total ordering of S, considering the permutation written in one-line notation as a sequence .
Ascents, descents, runs, exceedances, records
An
ascent of a permutation
σ of
n is any position
i <
n where the following value is bigger than the current one. That is,
i is an ascent if
. For example, the permutation 3452167 has ascents (at positions) 1, 2, 5, and 6.
Similarly, a descent is a position i < n with , so every i with