Fact-checked by Grok 2 weeks ago

Permutation

In , a permutation is defined as a bijective from a set to itself, representing a rearrangement of its elements without repetition or omission. Equivalently, it can be viewed as an ordered arrangement of the distinct objects in a , where the order matters in distinguishing one permutation from another. For a set with n elements, the total number of possible permutations is n!, the of n, which quantifies the ways to arrange all elements. Permutations play a foundational role in , where they are used to count ordered selections, such as arranging books on a shelf or scheduling tasks, distinguishing them from combinations by emphasizing sequence. In this context, the number of permutations of k elements selected from n distinct objects, denoted P(n, k), is given by \frac{n!}{(n-k)!}. This counting principle extends to probability and statistics, enabling calculations of event likelihoods in scenarios like lotteries or experimental designs. In , the collection of all permutations of a set with n elements forms the S_n, a under with order n!. Permutations in S_n can be decomposed into disjoint , providing a unique representation up to cycle order, which aids in analyzing group structure and symmetries. Even and odd permutations, determined by the of the number of transpositions needed to express them, partition S_n into the A_n of index 2. Beyond , permutations underpin applications in for design, such as networks and cryptographic substitutions, and in physics for modeling particle symmetries in . They also appear in for genome rearrangements and in for optimizing sequences in .

Fundamentals

Definition

In , a permutation of a set S is a from S to itself, meaning a \sigma: S \to S that is both injective () and surjective (onto). For a S = \{1, 2, \dots, n\}, this corresponds to a rearrangement of its , where each is uniquely mapped to another in the set without omission or repetition. The property ensures that distinct in S map to distinct , while the onto property guarantees every in S is the image of exactly one ; together, these imply that permutations preserve the of finite sets, as injectivity shows |S| \leq |S| and surjectivity shows |S| \geq |S|, yielding equality. Formally, a permutation \sigma of \{1, 2, \dots, n\} satisfies \sigma(i) = j for a unique j corresponding to each i, with the mapping covering all elements exactly once: \sigma: \{1, 2, \dots, n\} \to \{1, 2, \dots, n\}, \quad \sigma \text{ bijective}. This bijection can be verified by noting that the inverse \sigma^{-1} exists and is also a bijection, confirming the structure. The collection of all permutations of an n-element set forms the symmetric group S_n under the operation of function composition, which serves as the group operation. The order of S_n is n!, the number of distinct bijections, derived by choosing any of n elements for the image of 1, then n-1 for 2, and so on down to 1.

Examples and Intuition

A permutation rearranges the elements of a set while preserving the set itself. For the set {1, 2, 3}, there are exactly six distinct permutations, which can be listed in one-line notation as follows: 123 (the , where each element stays in place), 132 (swapping 2 and 3), 213 (swapping 1 and 2), 231 ( 1 to 2, 2 to 3, 3 to 1), 312 ( 1 to 3, 3 to 2, 2 to 1), and 321 (reversing the order). These examples illustrate how a permutation acts on s: for instance, in 231, the element in position 1 moves to position 2, the element in position 2 moves to position 3, and the element in position 3 moves to position 1. To build , consider permutations as the distinct ways to arrange a set of distinct objects in a , where the matters. For example, suppose three —A, B, and C—are to be seated in a row of three chairs. The possible arrangements are ABC, ACB, BAC, BCA, CAB, and CBA, corresponding one-to-one with the permutations of {1, 2, 3} if we label A=1, B=2, C=3. This highlights that permutations capture all unique orderings without regard to rotations or reflections unless specified otherwise. Visualizing the action of a permutation on positions versus values clarifies its dual nature. In the permutation 231 of {1, 2, 3}:
  • Positions: The value in position 1 (originally 1) goes to position 2; position 2 (originally 2) goes to position 3; position 3 (originally 3) goes to position 1.
  • Values: 1 is sent to 2, 2 is sent to 3, and 3 is sent to 1.
This can be represented as:
PositionOriginal ValueAfter Permutation (231)
112
223
331
Such rearrangements form the S_n, the collection of all permutations of n elements. The total number of permutations of n distinct objects is n!, the of n. This arises from the sequential choice process: there are n choices for the first position, n-1 remaining choices for the second, n-2 for the third, and so on, down to 1 choice for the last position, yielding n \times (n-1) \times \cdots \times 1 = n!. For n=3, this gives $3! = 6, matching the listed examples above.

Notation

One-line Notation

One-line notation provides a compact of a permutation \sigma of the set \{1, 2, \dots, n\} by listing the images \sigma(1), \sigma(2), \dots, \sigma(n) in sequence, typically enclosed in parentheses: (\sigma(1) \ \sigma(2) \ \dots \ \sigma(n)). This notation treats the permutation as a word over the ordered \{1 < 2 < \dots < n\}, ensuring that each permutation corresponds uniquely to such a sequence without repetition. For example, the permutation that cycles three elements as (1\ 2\ 3) is written in one-line notation as (2\ 3\ 1), indicating \sigma(1)=2, \sigma(2)=3, and \sigma(3)=1. The simplicity of one-line notation makes it particularly useful for enumerating permutations and performing computational tasks, such as generating all permutations of a set in lexicographic order, where sequences are ordered alphabetically based on their one-line representations. For instance, the permutations of \{1, 2, 3\} in lexicographic order begin with (1\ 2\ 3), (1\ 3\ 2), (2\ 1\ 3), and so on. This format is injective, meaning distinct permutations yield distinct notations, and the original permutation can be directly recovered from the sequence. To convert an explicit mapping to one-line notation, simply list the images in the order of the domain elements: for \sigma where \sigma(1)=3, \sigma(2)=5, \sigma(3)=4, \sigma(4)=1, and \sigma(5)=2, the notation is (3\ 5\ 4\ 1\ 2). This process is straightforward and highlights the bijection nature of permutations. However, while effective for listing and ordering, one-line notation offers less insight into the cyclic decomposition of the permutation compared to alternatives like cycle notation.

Cycle Notation

Cycle notation provides a compact way to represent permutations by decomposing them into cycles, which highlight the structure of how elements are rearranged. A k-cycle is a permutation that cyclically shifts k distinct elements while fixing all others; it is denoted by (a_1 \, a_2 \, \dots \, a_k), meaning the permutation maps a_1 to a_2, a_2 to a_3, ..., a_{k-1} to a_k, and a_k back to a_1. This notation is defined up to cyclic rotation, so (a_1 \, a_2 \, \dots \, a_k) = (a_2 \, \dots \, a_k \, a_1). Any permutation \sigma of a finite set can be expressed as a product of one or more disjoint cycles, whose supports partition the set. This disjoint cycle decomposition is unique up to the order of the cycles and the starting point within each cycle. To obtain the decomposition, start with an arbitrary element x not yet in a cycle, and follow its orbit under \sigma: compute \sigma(x), \sigma^2(x), and so on until returning to x, forming a cycle; repeat with remaining elements until all are covered. This process yields disjoint cycles because orbits under \sigma partition the set into equivalence classes where two elements are related if one is reachable from the other by repeated application of \sigma. For example, consider the permutation in one-line notation (2 \, 1 \, 3 \, 4), which maps 1 to 2, 2 to 1, 3 to 3, and 4 to 4; its cycle decomposition is (1 \, 2)(3)(4). The identity permutation, which fixes every element, decomposes into a product of all 1-cycles, such as (1)(2)(3)(4) for a set of four elements. Cycles of length 1, known as fixed points, are often omitted in the notation for brevity, so the identity is typically written with no cycles, and the example above simplifies to (1 \, 2). Since disjoint cycles involve distinct elements and thus commute under composition, the permutation is given by \sigma = \prod c_i, where the c_i are the disjoint cycles in the decomposition (with the product order irrelevant).

Two-line Notation

Two-line notation represents a permutation \sigma of the set \{1, 2, \dots, n\} by arranging the domain elements $1 to n in the upper row and their corresponding images \sigma(1), \sigma(2), \dots, \sigma(n) in the lower row, often enclosed in parentheses or brackets for clarity./08%3A_Permutations_and_the_Determinant/8.01%3A_Permutations) For example, the permutation that cycles three elements forward is written as \begin{pmatrix} 1 & 2 & 3 \\ 2 & 3 & 1 \end{pmatrix}, indicating \sigma(1) = 2, \sigma(2) = 3, and \sigma(3) = 1. This notation explicitly displays the bijection from the domain to the codomain, making it particularly useful in formal proofs and early mathematical texts where the full mapping must be evident./08%3A_Permutations_and_the_Determinant/8.01%3A_Permutations) It originated with in his 1815 memoir on permutations, tying into early developments in function notation for substitutions. To convert a permutation from one-line notation—which lists only the images \sigma(1) \sigma(2) \dots \sigma(n)—to two-line notation, simply prepend the ordered domain row $1 \, 2 \, \dots \, n above it. One advantage of two-line notation is its ease in verifying the permutation property: injectivity follows from no repeated entries in the lower row, and surjectivity from the presence of all elements from 1 to n there, allowing quick scans without additional computation./08%3A_Permutations_and_the_Determinant/8.01%3A_Permutations)

Properties

Cycle Structure

Every permutation of a finite set admits a unique decomposition into a product of disjoint cycles, up to the ordering of the cycles and the choice of starting points within each cycle. This uniqueness theorem follows from the fact that the orbits of the cyclic subgroup generated by the permutation partition the set uniquely, with each orbit corresponding to a cycle in the decomposition. To construct the decomposition explicitly, begin with the smallest element not yet included in a cycle, apply the permutation repeatedly until returning to the starting element to form the cycle, then repeat the process with the next smallest unused element until all elements are covered; fixed points (1-cycles) may be omitted in the notation. The cycle structure of a permutation is determined by its cycle type, which is the partition of n (the size of the set) given by the lengths of the cycles in the decomposition, typically written in decreasing order and including 1-cycles only implicitly. For example, a permutation in S_5 consisting of a 3-cycle and two fixed points has cycle type (3,1,1), corresponding to the partition $3+1+1=5. This type captures the symmetry of the permutation and is invariant under conjugation in the symmetric group. In the symmetric group S_4, permutations are classified by the following cycle types, each representing a distinct partition of 4:
Cycle TypeDescriptionExample
(4)One 4-cycle(1 2 3 4)
(3,1)One 3-cycle, one fixed point(1 2 3)
(2,2)Two 2-cycles(1 2)(3 4)
(2,1,1)One 2-cycle, two fixed points(1 2)
(1,1,1,1)Four fixed points (identity)()
These types exhaust all possibilities, and permutations sharing the same type form a conjugacy class. The number of permutations in S_n with a given cycle type, specified by m_k cycles of length k for each k (where \sum k m_k = n), is provided by the formula \frac{n!}{\prod_k (k^{m_k} m_k!)}. This multinomial coefficient arises from choosing elements for each cycle group, dividing by the internal symmetries of cycles (length k for each k-cycle) and the indistinguishability among identical-length cycles. For instance, in S_4, there are 6 permutations of type (4), 8 of type (3,1), 3 of type (2,2), 6 of type (2,1,1), and 1 of type (1,1,1,1), summing to $4! = 24.

Order of a Permutation

The order of a permutation \sigma in the symmetric group S_n is defined as the smallest positive integer k such that \sigma^k is the identity permutation. When a permutation is expressed as a product of disjoint cycles, its order is the least common multiple (LCM) of the lengths of those cycles. This follows because disjoint cycles commute and act independently on their respective supports, so \sigma^k equals the identity if and only if k is a multiple of the length of each cycle; thus, the smallest such k is the LCM of the cycle lengths. Formally, if \sigma = c_1 c_2 \cdots c_m is the disjoint cycle decomposition of \sigma with \ell_i denoting the length of c_i for each i, then the order of \sigma is \operatorname{lcm}(\ell_1, \ell_2, \dots, \ell_m). For example, consider the permutation \sigma = (1\ 2\ 3)(4\ 5) in S_5, which decomposes into a 3-cycle and a 2-cycle, so its order is \operatorname{lcm}(3, 2) = 6. To verify, compute the powers: \sigma^1 = (1\ 2\ 3)(4\ 5), \sigma^2 = (1\ 3\ 2)(4)(5), \sigma^3 = (1\ 2\ 3)(4\ 5)^3 = (1)(2)(3)(4\ 5), \sigma^4 = (1\ 3\ 2)(4\ 5), \sigma^5 = (1\ 2\ 3)(4)(5), and \sigma^6 = id. No smaller positive exponent yields the identity.

Parity of a Permutation

A permutation \sigma \in S_n is defined as even if it can be expressed as a product of an even number of transpositions and odd if it can be expressed as a product of an odd number of transpositions. The sign function, denoted \operatorname{sign}(\sigma), assigns +1 to even permutations and -1 to odd permutations, formally given by \operatorname{sign}(\sigma) = (-1)^r, where r is the number of transpositions in such a decomposition. This parity is well-defined, meaning it does not depend on the particular decomposition into transpositions, as any two decompositions of the same permutation into transpositions must have lengths congruent modulo 2. The proof relies on showing that if \sigma equals two products of r and r' transpositions, then r + r' is even, using the fact that the identity permutation cannot be written as an odd number of transpositions. In terms of cycle decomposition, the sign can be computed as \operatorname{sign}(\sigma) = (-1)^{n - c}, where c is the number of cycles in \sigma (including fixed points of length 1), or equivalently \operatorname{sign}(\sigma) = (-1)^{\sum (l_i - 1)} over the lengths l_i of the cycles. This follows because a k-cycle decomposes into k-1 transpositions, so its sign is (-1)^{k-1}, and the overall sign is the product over disjoint cycles. For examples, a transposition (2-cycle) is odd, as it is already one transposition with \operatorname{sign} = -1. A 3-cycle, such as (1\ 2\ 3) = (1\ 2)(2\ 3), decomposes into two transpositions and is thus even with \operatorname{sign} = +1. In S_3, the even permutations are the identity and the two 3-cycles (1\ 2\ 3) and (1\ 3\ 2), while the three transpositions (1\ 2), (1\ 3), and (2\ 3) are odd. The sign function is a group homomorphism from S_n to the multiplicative group \{+1, -1\}, satisfying \operatorname{sign}(\sigma \tau) = \operatorname{sign}(\sigma) \operatorname{sign}(\tau) for all \sigma, \tau \in S_n. This multiplicative property holds because the product \sigma \tau decomposes into a number of transpositions equal to the sum of those in \sigma and \tau.

Conjugacy and Cycle Type

In the symmetric group S_n, two permutations \sigma and \tau are conjugate if there exists some \gamma \in S_n such that \tau = \gamma \sigma \gamma^{-1}. A fundamental theorem states that in S_n, two permutations are conjugate if and only if they have the same cycle type. The cycle type of a permutation is the multiset of the lengths of its disjoint cycles in its cycle decomposition, which corresponds to a partition of n. Thus, the conjugacy classes of S_n are precisely the sets of permutations sharing the same cycle type, and the number of such classes equals p(n), the number of integer partitions of n. To see why conjugation preserves cycle type, consider a permutation \sigma decomposed into disjoint cycles \sigma = \alpha_1 \alpha_2 \cdots \alpha_\ell, where each \alpha_i is a cycle of length k_i. For any \gamma \in S_n, the conjugate is \gamma \sigma \gamma^{-1} = (\gamma \alpha_1 \gamma^{-1}) (\gamma \alpha_2 \gamma^{-1}) \cdots (\gamma \alpha_\ell \gamma^{-1}). Each \gamma \alpha_i \gamma^{-1} is a cycle of the same length k_i, obtained by applying \gamma to the elements of \alpha_i, and the cycles remain disjoint. Conversely, given two permutations with the same cycle type, one can construct a \gamma that maps the cycles of one to the cycles of the other while preserving lengths, ensuring conjugacy. For example, in S_4, the cycle type consisting of two disjoint 2-cycles, such as (1\,2)(3\,4), forms a single conjugacy class; all double transpositions are conjugate to each other via suitable relabeling in S_4. The conjugacy classes of S_4 correspond to the partitions of 4: (4), (3,1), (2,2), (2,1,1), and (1,1,1,1). Permutations in S_n can also be represented as n \times n permutation matrices, which have exactly one 1 in each row and column, with the rest 0s. Two such matrices are similar via conjugation by another permutation matrix if and only if the corresponding permutations have the same cycle type.

Variations

k-Permutations

A k-permutation of a set of n elements is an ordered selection of k distinct elements from the set, where the order of selection matters and no element is repeated. Equivalently, it corresponds to the number of injective functions (one-to-one mappings) from a set of k elements to a set of n elements, ensuring each selected element is uniquely assigned without overlap. The number of such k-permutations, denoted P(n,k), is given by the formula P(n,k) = \frac{n!}{(n-k)!}, where n! denotes the factorial of n (the product of all positive integers up to n). This arises from the sequential choice process: there are n options for the first position, n-1 for the second, and so on, down to n-k+1 for the k-th position. Thus, P(n,k) = n \times (n-1) \times \cdots \times (n-k+1). This product equals \frac{n!}{(n-k)!} because the full factorial n! includes the remaining (n-k) terms in the denominator, which cancel out the unnecessary factors. For example, consider a set {1, 2, 3} with n=3 and k=2. The possible 2-permutations are (1,2), (1,3), (2,1), (2,3), (3,1), and (3,2), totaling P(3,2) = 3 \times 2 = 6. In contrast to combinations, which count unordered selections (e.g., {1,2} is the same regardless of order, yielding C(3,2) = 3), k-permutations distinguish between arrangements like (1,2) and (2,1) as distinct. When k = n, the formula simplifies to P(n,n) = n!, which counts the full permutations of the entire set.

Permutations of Multisets

A permutation of a multiset is a rearrangement of its elements, where the presence of identical elements means that some arrangements are indistinguishable from others. For a multiset consisting of n = \sum_{i=1}^k n_i elements, with n_i identical copies of the i-th type for i = 1, \dots, k, the number of distinct permutations is given by the multinomial coefficient \binom{n}{n_1, n_2, \dots, n_k} = \frac{n!}{n_1! \, n_2! \cdots n_k!}. This formula arises because there are n! ways to arrange n elements if all were distinct, but for each type i, the n_i! permutations among the identical copies are indistinguishable, so the total is divided by \prod_{i=1}^k n_i!. The derivation can be understood sequentially: first choose n_1 positions out of n for the first type (\binom{n}{n_1}), then n_2 out of the remaining n - n_1 for the second type (\binom{n - n_1}{n_2}), and so on, yielding \frac{n!}{n_1! (n - n_1)!} \cdot \frac{(n - n_1)!}{n_2! (n - n_1 - n_2)!} \cdots \frac{(n_1 + \cdots + n_{k-1})!}{n_k! \, 0!} = \frac{n!}{n_1! \, n_2! \cdots n_k!}. This confirms the multinomial coefficient counts the distinct linear arrangements. For example, consider the multiset \{a, a, b\} with n_1 = 2 for a and n_2 = 1 for b. The number of distinct permutations is \frac{3!}{2! \, 1!} = 3, namely aab, aba, and baa. Similarly, for the multiset corresponding to the letters in "PEPPER" (n_P = 3, n_E = 2, n_R = 1), there are \frac{6!}{3! \, 2! \, 1!} = 60 distinct arrangements. In combinatorics, permutations of multisets are fundamental for counting distinct objects under symmetry, such as the number of distinct words formed from a given letter multiset or the arrangements of indistinguishable particles in . These counts also appear in applications like distributing indistinguishable items into distinct bins or enumerating molecular configurations where identical atoms reduce the distinct isomers.

Circular Permutations

Circular permutations refer to arrangements of objects in a circle where rotations of the entire arrangement are considered identical, distinguishing them from linear arrangements by accounting for this rotational symmetry. To count such permutations, one typically fixes the position of a single object to eliminate the redundancy introduced by the n possible rotations, thereby reducing the problem to arranging the remaining n-1 objects in a line relative to the fixed one. For n distinct objects, the number of circular permutations is given by the formula (n-1)!. This arises from the total number of linear permutations, n!, divided by n to account for the rotational equivalences, yielding n!/n = (n-1)!. For example, arranging 5 distinct people around a circular table results in (5-1)! = 24 distinct arrangements, as fixing one person's position allows the remaining 4 to be seated in 4! ways. Unlike linear permutations, where all n! arrangements are unique, circular permutations treat rotated versions as the same but do not consider reflections (such as flipping the arrangement) as equivalent unless specified by additional symmetries like the . This focus on rotations alone makes circular permutations suitable for scenarios like seating arrangements where directionality (clockwise vs. counterclockwise) is preserved but starting point is irrelevant.

Permutations with Repetition

Permutations with repetition, also known as arrangements with replacement, refer to the ordered selections of k elements from a set of n distinct objects where repetition of elements is permitted. These can be conceptualized as the number of functions from a set of size k (the positions) to a set of size n (the objects), which are not required to be injective. Equivalently, they correspond to the number of words of length k that can be formed from an alphabet of n letters, allowing any letter to appear multiple times. The total number of such permutations is given by the formula n^k, since there are n choices for each of the k positions, and the choices are independent. This follows from the product rule in combinatorics, where the count multiplies the options at each step without restriction from prior selections. For example, consider n=2 objects labeled a and b, and k=2 positions. The possible arrangements are aa, ab, ba, and bb, totaling $2^2 = 4. In contrast to k-permutations without repetition, which require distinct elements and yield \frac{n!}{(n-k)!} arrangements (ensuring bijectivity onto the selected subset), permutations with repetition allow duplicates, resulting in more possible outcomes but non-bijective mappings. These permutations find practical applications in scenarios involving codes and identifiers where repetition enhances variety without depleting options. For instance, the number of possible 4-digit PIN codes using digits 0-9 (with repetition allowed) is $10^4 = 10,000. Similarly, license plates often employ this principle; a format with 3 letters (A-Z, repeatable) followed by 3 digits (0-9, repeatable) allows $26^3 \times 10^3 = 17,576,000 unique plates.

Combinatorial Aspects

Ascents, Descents, and Inversions

In the context of permutations viewed as sequences, an ascent occurs at position i in a permutation \sigma = (\sigma(1), \sigma(2), \dots, \sigma(n)) if \sigma(i) < \sigma(i+1), while a descent occurs if \sigma(i) > \sigma(i+1). A run is a maximal consecutive of the permutation that is strictly increasing, so the number of runs in \sigma equals one more than the number of descents. An inversion in a permutation \sigma is a pair of positions (i, j) with i < j and \sigma(i) > \sigma(j); the inversion number \operatorname{inv}(\sigma) is the total count of such pairs, providing a measure of the permutation's disorder and relating to the complexity of algorithms like bubble sort, where each adjacent swap reduces inversions by one. The average number of inversions over all permutations in the S_n is \frac{n(n-1)}{4}, equivalent to half the maximum possible inversions \binom{n}{2}. The for the number of permutations by inversions is \prod_{k=1}^n \frac{1 - x^k}{1 - x} = \prod_{k=1}^n (1 + x + \cdots + x^{k-1}). For example, the permutation \sigma = (2, 1, 3) has a at 1 since $2 > 1, an ascent at position 2 since $1 < 3, and one inversion from the pair (1,2) where $2 > 1. The of the inversion number determines the of the permutation: \operatorname{sgn}(\sigma) = (-1)^{\operatorname{inv}(\sigma)}.

Foata's Transition Lemma

Foata's transition lemma establishes a between the set of all permutations in the S_n and the set of permutations obtained by reading the canonical decompositions of the original permutations in a specific order. This , denoted \Phi, maps a permutation \pi to \Phi(\pi) such that the number of cycles in \pi equals the number of left-to-right maxima in \Phi(\pi). A left-to-right maximum in a permutation \sigma = \sigma_1 \sigma_2 \dots \sigma_n is a i where \sigma_i > \sigma_j for all j < i. The lemma facilitates enumerative comparisons between cycle structures and linear features like records, which relate to ascent and patterns in permutations. The map \Phi is constructed explicitly from the cycle decomposition of \pi. First, write \pi in its disjoint cycle decomposition. For each cycle, rotate it so that the largest element appears first, followed by the subsequent elements in the cycle order (e.g., for cycle (c_1 \, c_2 \, \dots \, c_k) with \max = c_m, the rotated cycle is (c_m \, c_{m+1} \, \dots \, c_k \, c_1 \, \dots \, c_{m-1})). Then, sort the rotated cycles in increasing order of their leading (largest) elements. Finally, concatenate these sorted, rotated cycles to form the one-line notation of \Phi(\pi). This process "transitions" the cycle structure into a linear arrangement where the leading elements of the cycles become the left-to-right maxima. The reverse map starts from a one-line notation \sigma, identifies its left-to-right maxima, and forms cycles by taking each segment from one maximum to the next (excluding the following maximum), prepending the maximum to that segment to create the cycle. The bijection is involutive, meaning \Phi \circ \Phi = \mathrm{id}, which immediately implies it is a bijection since applying the forward and reverse steps recovers the original permutation. This involution property ensures that the distribution of the number of cycles over S_n matches the distribution of the number of left-to-right maxima, a key tool in enumerative combinatorics. While the standard form equates cycle count to left-to-right maxima, variants preserve additional statistics such as the inversion number by adjusting the rotation direction (e.g., using minimal elements instead of maximal). For example, consider the permutation \pi = 231 in one-line notation for n=3, which corresponds to the cycle (1\,2\,3). The maximal element is 3, so rotate to (3\,1\,2). With only one cycle, \Phi(231) = 312. This image has one left-to-right maximum (at position 1, value 3). Applying the reverse to 312: the left-to-right maxima are at position 1 (3), and the remaining segment is 1 2, so the cycle is (3 1 2), recovering \pi. Another example is the identity permutation $123, with cycles (1)(2)(3); each rotated to start with its max (itself), sorted increasingly: (1)(2)(3), \Phi(123) = 123, which has three left-to-right maxima (1,2,3), matching the three cycles. This lemma was introduced by Dominique Foata in the 1960s as part of his work on algebraic and probabilistic aspects of permutations, and it has become a fundamental tool in enumerative combinatorics for transferring statistics between cycle and linear representations.

Generating Functions and Enumeration

Generating functions provide a powerful framework for enumerating permutations and their refinements by combinatorial statistics, such as cycle structures and inversions. The exponential generating function (EGF) for the total number of permutations in the symmetric group S_n is given by \sum_{n=0}^\infty n! \frac{x^n}{n!} = \frac{1}{1-x}, which counts all labeled bijections on n elements. This reflects the species of permutations as sets of disjoint cycles, where the EGF aligns with the structure of linear orderings on labeled sets. Refinements of this EGF incorporate statistics like the number of inversions, leading to q-analogs that deform the classical count. The Mahonian numbers T(n,k) count the permutations in S_n with exactly k inversions, and their generating function for fixed n is the q-factorial _q! = \prod_{j=1}^n \frac{1 - q^j}{1 - q} = \sum_{k=0}^{n(n-1)/2} T(n,k) q^k. The corresponding q-analog of the EGF is then \sum_{n=0}^\infty _q! \frac{x^n}{n!}, which specializes to \frac{1}{1-x} at q=1 and tracks inversions across all n. These q-analogs have connections to quantum groups, where classical enumeration at q=1 recovers permutation representations in the limit. For restricted classes of permutations, ordinary generating functions often arise naturally. A prominent example is derangements, permutations with no fixed points, enumerated by the subfactorial !n = n! \sum_{k=0}^n \frac{(-1)^k}{k!}, which approximates n!/e for large n. This formula derives from the inclusion-exclusion principle: let A_i be the set of permutations fixing i, then the number of derangements is | \bigcap_{i=1}^n A_i^c | = n! - \sum |A_i| + \sum |A_i \cap A_j| - \cdots + (-1)^n | \bigcap A_i |, yielding the series after evaluating the intersections as (n-k)! for k fixed points. The exponential generating function for derangements is \sum_{n=0}^\infty !n \frac{x^n}{n!} = \frac{e^{-x}}{1-x}. Enumeration by cycle type employs the cycle index polynomial of S_n, defined as Z(S_n; x_1, \dots, x_n) = \frac{1}{n!} \sum_{\sigma \in S_n} \prod_{k=1}^n x_k^{c_k(\sigma)}, where c_k(\sigma) is the number of k-cycles in \sigma. This polynomial encodes the distribution of cycle lengths and serves as the EGF for permutations labeled by cycle type when substituting variables appropriately, such as Z_{\text{perm}}(p_1, p_2, \dots; x) = \prod_{k=1}^\infty \frac{1}{1 - p_k x^k}. For instance, setting all p_k = 1 recovers the basic EGF \frac{1}{1-x}.

Applications

In Group Theory

In group theory, permutations of a finite set of n elements form the symmetric group S_n, which consists of all bijections from the set to itself under composition. This group is generated by the set of all transpositions, the permutations that swap two elements and fix the rest. More specifically, S_n is generated by the adjacent transpositions (i, i+1) for i = 1 to n-1, and it admits a Coxeter presentation \langle s_1, \dots, s_{n-1} \mid s_i^2 = 1, (s_i s_{i+1})^3 = 1, (s_i s_j)^2 = 1 \text{ for } |i-j| > 1 \rangle, where the s_i correspond to these adjacent transpositions. The A_n is the of the sign homomorphism \operatorname{sgn}: S_n \to \{\pm 1\}, which maps even permutations to $1 and odd permutations to -1, making A_n the of all even permutations and a of index 2 in S_n. For n \geq 5, A_n is , meaning it has no nontrivial subgroups. Permutation groups act on sets by relabeling elements: for a group G \leq S_n acting on a set X with |X| = n, each g \in G permutes the elements of X via x \mapsto g(x). The relates the size of an \operatorname{Orb}(x) = \{g(x) \mid g \in G\} to the \operatorname{Stab}(x) = \{g \in G \mid g(x) = x\} by |G| = |\operatorname{Orb}(x)| \cdot |\operatorname{Stab}(x)|, providing a tool to compute indices and sizes in permutation actions. The natural permutation representation of S_n arises from its faithful action on \{1, \dots, n\}, embedding S_n into the \mathrm{GL}_n(\mathbb{C}) via permutation matrices—monomial matrices with exactly one nonzero entry per row and column, all equal to 1. This yields an S_n \cong \{P \in M_n(\mathbb{R}) \mid P \text{ is a [permutation matrix](/page/Permutation_matrix)}\} under , preserving the group operation. \begin{equation} S_n \cong \left{ P \in M_n(\mathbb{R}) ;\middle|; P \text{ permutation matrix} \right} \end{equation} In representation theory, the permutation representation decomposes into the trivial representation and the standard representation, with characters of irreducible representations constant on conjugacy classes of S_n, which are parameterized by cycle types (partitions of n); these classes label the irreducibles via Young diagrams. Conjugacy classes thus play a central role in character tables for S_n. Recent developments in computational leverage permutation representations of S_n for algorithmic purposes, such as the Schreier-Sims , which constructs a and strong generating set for a given generators, enabling efficient order computation and membership testing for subgroups of S_n. Post-2000 refinements, including randomized variants and optimizations for large-degree groups, have extended its practicality in software like and .

In Computing

In computing, permutations are fundamental to algorithms for , , and optimization. A key operation is and unranking permutations in , which maps a permutation to its unique (rank) from 0 to n!-1 and vice versa. This is efficiently achieved using the (factoradic), where the rank of a permutation σ is computed as the sum over i from 1 to n of (the number of remaining elements smaller than σ(i)) multiplied by (n-i)!. Unranking reverses this process by selecting elements based on factoradic digits to construct the permutation. These O(n^2) time algorithms, with optimizations reaching O(n), enable compact storage and generation of specific permutations without enumerating all. Permutation generation algorithms produce successive permutations efficiently. , introduced in , generates all n! permutations of n elements by performing a minimal number of swaps—specifically, O(1) changes per permutation on average—through recursive swaps of the last element with others in a controlled order. It minimizes data movement compared to naive methods, making it suitable for applications requiring iterative permutation exploration. Recursive , another common approach, builds permutations incrementally by trying assignments and invalid branches, though it may involve more overhead for full . For random permutations, the Knuth shuffle (also known as the Fisher-Yates shuffle) produces a uniformly in time by iteratively swapping each position i with a random position from i to n-1. This ensures every permutation is equally likely, avoiding biases in naive randomization. It is widely implemented in libraries for tasks like data in simulations. Permutations underpin several applications in . In , permutation networks—such as Batcher's odd-even mergesort network—use fixed comparator stages to realize any permutation, enabling parallel in O(log^2 n) depth on hardware like systolic arrays. In cryptography, S-boxes function as bijective permutations (e.g., 8-bit to 8-bit mappings in ) to introduce nonlinearity and diffusion, resisting . In constraint satisfaction problems, permutations model assignment tasks like scheduling, where global constraints ensure bijectivity; solvers like artificial optimization efficiently navigate the permutation space. Generating all permutations of the S_n requires Ω(n!) time due to the output size, but practical algorithms like Heap's achieve O(n) time per permutation amortized, making full feasible only for small n (e.g., n ≤ 12 on standard hardware). Recent advances leverage GPUs for generation in specialized contexts, such as permutation testing in genome-wide studies, achieving speedups of 10-100x over CPU methods by distributing independent permutation computations across thousands of cores. A representative example is the std::next_permutation function in C++, which transforms a range into the next lexicographic permutation in O(n) time by finding the longest non-increasing , swapping the with the smallest larger successor, and reversing the . Its is as follows:
bool next_permutation([iterator](/page/Iterator) first, [iterator](/page/Iterator) last) {
    if (first == last) return false;
    auto i = last;
    if (--i == first) return false;
    while (true) {
        auto i1 = i;
        if (*--i < *i1) {
            auto j = last;
            while (!(*i < *--j));
            std::iter_swap(i, j);
            std::reverse(i1, last);
            return true;
        }
        if (i == first) {
            std::reverse(first, last);
            return false;
        }
    }
}
This implementation, based on the C++ standard, facilitates iterative permutation generation in software.

In Probability and Statistics

In probability theory, a random permutation is drawn uniformly from the symmetric group S_n, where each of the n! possible permutations has equal probability $1/n!. This uniform distribution serves as the foundation for analyzing stochastic properties of permutations, such as cycle structures and fixed points. Under this model, the expected number of inversions—pairs (i, j) with i < j but \sigma(i) > \sigma(j)—is \frac{n(n-1)}{4}, derived via linearity of expectation over indicator variables for each potential pair. The number of fixed points in a , where \sigma(i) = i, converges in distribution to a with 1 as n \to \infty. Consequently, the probability of at least one fixed point approaches $1 - 1/e \approx 0.632, while the probability of no fixed points—a —tends to $1/e \approx 0.3679. This derangement limit arises from the inclusion-exclusion formula for the number of derangements, !n = n! \sum_{k=0}^n \frac{(-1)^k}{k!}, normalized by n!. further quantifies this approximation by bounding the distance between the fixed-point distribution and Poisson(1) by $4/n, using exchangeable pairs generated by random transpositions. Permutation tests leverage the over S_n (or subsets thereof) for nonparametric testing, generating the by reshuffling data or labels while preserving marginals. A seminal application is for 2×2 contingency tables, which computes the by enumerating all permutations consistent with fixed row and column totals, assessing without assumptions. This exact approach is particularly useful for small samples, where asymptotic approximations like the may fail. The generalizes collision probabilities using permutation counts: the probability of no shared birthdays among n people over d=365 days is the number of injections from n to d, or P(d,n) = d! / (d-n)!, divided by d^n, yielding the collision probability $1 - P(d,n)/d^n. For n \approx \sqrt{2 d \ln 2} \approx 23, this exceeds 0.5, highlighting unexpectedly high collision risks in uniform random assignments. In modern , permutations enable feature importance assessment in ensemble methods like random forests. Permutation importance measures the degradation in model accuracy—typically via —after randomly shuffling a single feature's values in the test set, isolating its marginal contribution while keeping others intact. This technique, developed to mitigate biases in impurity-based measures (e.g., overvaluing high-cardinality features), provides unbiased rankings and has been integrated into libraries like for interpretable predictions.

History

Early Contributions

Early ideas of permutations emerged in ancient civilizations through explorations of systematic arrangements in , , and . In ancient , around 200 BCE, the scholar authored the Chandaḥśāstra, a on that introduced the prastara method for listing all possible sequences of short (laghu) and long (guru) syllables in poetic meters. This approach effectively enumerated permutations, providing the first known recursive algorithms for ordered arrangements without distinguishing between combinations and permutations as separate concepts. Similarly, the Chinese (Book of Changes), compiled around 1000 BCE with roots in earlier inscriptions, generated 64 hexagrams by considering all distinct permutations of six lines—solid () or broken (yin)—to represent cosmic patterns and divinatory outcomes. These hexagrams exemplified exhaustive of linear arrangements, influencing philosophical and probabilistic thought. Medieval Islamic scholars built upon these foundations by applying ordered selections to , inheritance laws, and geometric designs. Kamal al-Dīn al-Fārisī (1260–1319), a mathematician, advanced combinatorial methods in his studies of and , where he explored systematic arrangements of factors that implicitly involved permutations of numerical components. His work on polygonal numbers and the further touched on ordered selections. Broader Islamic , as seen in treatises on magic squares by scholars like al-Būnī (d. 1225), required arranging symbols in grids without row or column repetitions, foreshadowing permutation constraints in puzzle-solving. These efforts emphasized counting distinct configurations for religious and scientific purposes, often without explicit notation. In the , European mathematicians engaged with permutations through linguistic and recreational puzzles. (c. 1499–1557), in his encyclopedic General Trattato di Numeri et Misure (1556–1560), examined anagrams as rearrangements of letters, using them to illustrate the enumeration of distinct word forms and combinatorial possibilities in arithmetic contexts. This reflected a growing interest in ordered arrangements for and . A prominent example highlighting these ideas is the 36 officers problem, posed by Leonhard Euler in 1782, which challenged solvers to arrange 36 officers from six regiments and six ranks into a 6×6 grid such that no rank or regiment repeats in any row or column—effectively seeking two orthogonal Latin squares. While formulated by Euler, the problem echoed earlier roots in Islamic constructions and Chinese lo shu diagrams, underscoring the focus on non-repeating arrangements in pre-modern counting puzzles. These contributions laid informal groundwork for permutation theory, prioritizing practical enumeration over abstract bijections.

Formal Development in the 19th Century

In the late 18th century, laid foundational groundwork for the algebraic study of permutations by examining the symmetries inherent in the roots of equations. In his 1770–1771 work Réflexions sur la résolution algébrique des équations, Lagrange analyzed how permutations of equation roots preserve the equation's form, introducing early notions of symmetry groups to explain the solvability of cubic and quartic equations by radicals. This approach shifted focus from ad hoc solutions to systematic permutations, anticipating group-theoretic structures without fully abstracting them. Building on this, advanced the theory in 1799 with his Teoria generale delle equazioni, where he attempted to prove the insolubility of the general quintic by radicals, employing permutations to classify transformations of and distinguishing even and odd permutations based on the number of transpositions. Ruffini's analysis highlighted the as a key , though his proof contained gaps and was initially overlooked. In the 1820s, provided a rigorous proof in his 1824 memoir Mémoire sur les équations algébriques, confirming the quintic's insolubility and solidifying the role of even and odd permutations in determining solvability; this parity distinction became central to understanding permutation groups. Augustin-Louis Cauchy formalized permutations as abstract objects in 1815, in his Mémoire sur le nombre des valeurs qu'une fonction peut acquérir, defining them independently of specific equations and introducing cycle notation to represent permutations compactly, such as (1 2 3) for a 3-cycle. This notation facilitated the study of permutation composition and subgroups, establishing permutation groups as a distinct algebraic domain. Concurrently in the 1830s, integrated permutations into field theory through his 1831 memoir Mémoire sur les conditions de résolubilité des équations par radicaux, where he defined the acting on roots and used conjugacy classes to characterize solvability by radicals, linking group structure directly to field extensions. A pivotal milestone came in the 1850s with Arthur Cayley's work, particularly his 1854 paper On the of groups, as depending on the symbolic θ^n = 1, which generalized permutation groups into abstract groups generated by permutations, proving every isomorphic to a permutation and broadening the scope beyond algebraic s. This abstraction marked the transition to modern .

References

  1. [1]
    [PDF] Permutation - OU Math
    Permutations. 1. Definition (Permutation). A permutation of a set A is a bijective function f : A → A. The set of all permutations of A is denoted by Perm(A).
  2. [2]
    5.2 Permutations and Combinations
    Definition 5.2.1. Permutation. A permutation is an ordered arrangement of objects. 🔗. Example 5.2.2. If I want to arrange five books on a shelf, how many ...
  3. [3]
    [PDF] The symmetric group
    Definition 1.3. The symmetric group Sn is the group Perm({1,...,n}) of all permutations on the first n integers.
  4. [4]
    1.2 Combinations and permutations
    A permutation of some objects is a particular linear ordering of the objects; P(n,k) in effect counts two things simultaneously: the number of ways to choose ...
  5. [5]
    [PDF] Discrete Mathematics Combinations and Permutations (6.3)
    Definition A permutation of a set of distinct objects is an ordered arrangement of these objects An ordered arrangement of r elements of a set is called an r- ...
  6. [6]
    Tutorial 56: Permutations - West Texas A&M University
    May 20, 2011 · In this tutorial we will be going over permutations. Permutations are an off shoot of the Fundamental Counting Principle.
  7. [7]
    [PDF] MATH 433 Applied Algebra Lecture 11: Order and sign of a ...
    Theorem Any permutation can be expressed as a product of disjoint cycles. This cycle decomposition is unique up to rearrangement of the cycles involved.<|control11|><|separator|>
  8. [8]
    [PDF] Permutations, the Parity Theorem, and Determinants
    The purpose of this article is to give a simple definition of when a permutation is even or odd, and develop just enough background to prove the par- ity ...
  9. [9]
    [PDF] 7. Permutations
    Apply as a mapping to encrypt. • Use inverse to decrypt. Caveat. Not useful in modern applications because of susceptibility to character frequency analysis.
  10. [10]
    [PDF] Sorting Permutations: Games, Genomes, and Cycles - ScholarWorks
    This paper investigates mathematical aspects of these two sorting operations. The main result of this paper is a generalization of previously discovered ...
  11. [11]
    Permutation -- from Wolfram MathWorld
    A permutation, also called an "arrangement number" or "order," is a rearrangement of the elements of an ordered list S into a one-to-one correspondence with S ...
  12. [12]
    15.3 Permutation Groups
    Definition 15.3.5. Symmetric Group. Let A be a nonempty set. The set of all permutations on A with the operation of function composition is called the ...
  13. [13]
    Permutation formula (video) - Khan Academy
    Aug 6, 2016 · Want to learn about the permutation formula and how to apply it to tricky problems? Explore this useful technique by solving seating arrangement problems ...Missing: intuition | Show results with:intuition
  14. [14]
    Symmetric Group -- from Wolfram MathWorld
    The symmetric group S_n of degree n is the group of all permutations on n symbols. S_n is therefore a permutation group of order n!
  15. [15]
    one-line notation for permutations - PlanetMath
    Mar 22, 2013 · The same analysis as in the finite case shows that a permutation is uniquely recoverable from its representation in one-line notation.
  16. [16]
    Permutations - Combinatorics - SageMath Documentation
    A permutation is regarded as a word (using one-line notation), and thus a binary search tree associated to a permutation is defined. If the optional keyword ...
  17. [17]
    Generate permutations - The Combinatorial Object Server
    We use one-line notation π=(π(1),π(2),…,π(n)) π = ( π ( 1 ) , π ( 2 ) , … , π ( n ) ) . For example, all permutations of [3]={1,2,3} [ 3 ] = { 1 , 2 , 3 } are ...
  18. [18]
    [PDF] 1 Permutation Groups: Basics 2 Cycle Notation
    Sep 29, 2010 · Def: A permutation group on a set A is a subgroup of Sym(A) (the set of permutations of A under composition). • Examples: – Sn. – Dn (two ...
  19. [19]
    [PDF] Permutation Groups
    While the decomposition of a permutation into disjoint cycles is unique up to order and repre- sentation of the cycles (i.e. (1 2 3) = (2 3 1)), a permutation ...
  20. [20]
    [PDF] quick notes on permutation groups - Columbia Math Department
    1 → 2 → 4 → 3 → 1, but this notation only works if all the numbers are in a single cycle. This leads to the introduction of cycle notation.<|control11|><|separator|>
  21. [21]
    [PDF] Permutations
    Aug 24, 2001 · This form is usually referred to as the two-line notation. For example, p =( 3 4 1 2 5. 5 1 3 4 2) is the permutation p(1) = 3, p(2) = 4, p(3) ...
  22. [22]
    [PDF] Applied Combinatorics Notes 10/2/17 - TigerWeb
    Example: π = (. 1 2 3 4 5 6. 3 2 1 5 6 4 ). This is called two line notation for a permutation. It indicates that π(1) = 3,π(2) = 2,π(3) = 1,π(4) = 5,π(5) = 6 ...
  23. [23]
    [PDF] Permutations and the Determinant 1 Introduction 2 Definition for and ...
    Mar 12, 2007 · Definition 2.2. Given a permutation π ∈ Sn, denote πi = π(i) for each i ∈ {1,...,n}. Then the two-line notation for π is given by the 2 × n ...
  24. [24]
  25. [25]
    [PDF] Abstract Algebra
    ... ABSTRACT ALGEBRA. Third Edition. David S. Dummit. University of Vermont. Richard M. Foote. University of Vermont john Wiley & Sons, Inc. Page 6. ASSOCIATE ...
  26. [26]
    Group Theory - Permutations
    Since cycles on disjoint sets commute, we have P m = C 1 m . . . C r m , and we see that the order of a permutation is the lowest common multiple of the orders ...
  27. [27]
    [PDF] Math 403 Chapter 5 Permutation Groups: 1. Introduction
    A permutation group of A is a set of permutations of A that forms a group under function composition. So notice that this group is not Abelian.
  28. [28]
    Even Permutation -- from Wolfram MathWorld
    An even permutation is a permutation obtainable from an even number of two-element swaps, ie, a permutation with permutation symbol equal to +1.
  29. [29]
    Odd Permutation -- from Wolfram MathWorld
    An odd permutation is a permutation obtainable from an odd number of ... See also. Alon-Tarsi Conjecture, Alternating Group, Even Permutation, Permutation ...
  30. [30]
    [PDF] Sign of permutations - Keith Conrad
    Once we see that r mod 2 is uniquely determined for σ, it will make sense to refer to σ as an even permutation if r is even and an odd permutation if r is odd.
  31. [31]
    signature of a permutation in nLab
    ### Summary of Signature of a Permutation (nLab)
  32. [32]
    26.13 Permutations: Cycle Notation
    A permutation is even or odd according to the parity of the number of transpositions. The sign of a permutation is + if the permutation is even, − if it is odd.
  33. [33]
    [PDF] Conjugacy Classes of the Symmetric Groups
    Theorem 1. The conjugacy classes of any Sn are determined by cycle type. That is, if σ has cycle type (k1,k2,...,k`), then any conjugate of σ has cy- cle type ...
  34. [34]
    [PDF] CONJUGATION IN A GROUP 1. Introduction A reflection across one ...
    In these examples, different conjugacy classes in a group are disjoint: they don't overlap at all. This will be proved in general in Section 3.
  35. [35]
    [PDF] 21. Permutation groups II 21.1. Conjugacy classes. Let G be a group ...
    For every f ∈ Sn, its conjugacy class K(f) consists of all elements in Sn which have the same cycle type as f. Example: Describe conjugacy classes in S4: cycle ...<|control11|><|separator|>
  36. [36]
    [PDF] Eigenvectors of Permutation Matrices - UPCommons
    P be two permutation matrices associated to two permutations 2 σ ,. 2 σ with the same cycle type (conjugate in the symmetric group). Then the minimal ...<|control11|><|separator|>
  37. [37]
    1.3 Combinations and Permutations
    P ( n , k ) is the number of k -permutations of n elements , the number of ways to arrange k objects chosen from n distinct objects.Investigate! · Example 1.3. 3 · Example 1.3. 4. Counting...
  38. [38]
    k-permutations - StatLect
    A k-permutation without repetition of n objects is a way of selecting k objects from a list of n. The selection rules are:
  39. [39]
    Combinations and Permutations - Math is Fun
    When a thing has n different types ... we have n choices each time! For example: choosing 3 of those things, the permutations are: n × n × n (n multiplied 3 ...
  40. [40]
    Multinomial Coefficient -- from Wolfram MathWorld
    =((n_1. (1). are the terms in the multinomial series expansion. In other words, the number of distinct permutations in a multiset ...
  41. [41]
    [PDF] Lecture 5: Permutations of multisets - UC Davis Mathematics
    Jan 13, 2021 · Then the number of permutations of S is. ( n n1. ) ·. (n − n1 n2. ) ·. (n ... and called a multinomial coefficient. 4. Page 5. Permutation of ...
  42. [42]
  43. [43]
    Circular Permutation -- from Wolfram MathWorld
    The number of ways to arrange n distinct objects along a fixed (i.e., cannot be picked up out of the plane and turned over) circle is P_n=(n-1)!
  44. [44]
  45. [45]
    [PDF] Permutations and Combinations 1 The Division Rule - DSpace@MIT
    The number of r-permutations with repetition of an n-element set is nr . For example, the theorem says that the number of 2-permutations with repetition of the ...
  46. [46]
    [PDF] Generalized Permutations and Combinations
    Theorem 1: The number of r-permutations of a set of n objects with repetition allowed is nr. Proof: There are n ways to select an element of the set.Missing: combinatorics | Show results with:combinatorics
  47. [47]
    discrete math permutations with repetition problems
    Step 1: Identify the Total Number of Options (n) · Step 2: Determine the Number of Selections/Positions (r) · Step 3: Confirm Repetition is Allowed and Order ...
  48. [48]
    None
    ### Summary of License Plate Examples Using Permutations with Repetition
  49. [49]
    Permutation Ascent -- from Wolfram MathWorld
    . The number of permutations of length n having k ascents is given by the Eulerian number <n; k> . The total number of ascents in all permutations of order ...
  50. [50]
    Permutation Run -- from Wolfram MathWorld
    A set of ascending sequences in a permutation is called a run (Graham et al. 1994) or sometimes a rise (Comtet 1974, p. 241). A sorted permutation consists ...
  51. [51]
    [PDF] Permutations with Inversions
    The generating function for the number of additional inversions is 1 + x + x2 + ··· + xn-1 since each number of additional inversions is equally likely. The ...
  52. [52]
    [PDF] MATH 433 Applied Algebra Lecture 12: Sign of a permutation
    Lemma 3 (i) Any cycle of length r is a product of r−1 transpositions. (ii) Any transposition is a product of an odd number of adjacent transpositions. Proof: (i) ...
  53. [53]
    [PDF] arXiv:2003.05935v2 [math.CO] 27 Sep 2020
    Sep 27, 2020 · Foata's transition lemma (see [5, page 109]) asserts that this map is a bijection from Sn to Sn. Thus, the distribution of sizes of the sets ...
  54. [54]
    Foata transformation - Groupprops
    Jun 6, 2015 · Write the permutation in canonical cycle decomposition notation: By the cycle decomposition theorem, the permutation has a cycle decomposition.1Definition · 1.1Forward direction · 1.2Reverse direction · 2Examples
  55. [55]
    [PDF] arXiv:2006.06724v1 [math.PR] 11 Jun 2020
    Jun 11, 2020 · Rényi's bijection π [R62] is often attributed to Foata [Foa65], e.g. it is referred to as Foata's transition lemma in https://en.wikipedia ...
  56. [56]
    View of Tree/Endofunction Bijections and Concentration Inequalities
    ... Foata's transition lemma in. https://en.wikipedia.org/wiki/Permutation. , though R ́enyi's preceding publication. [18] was pointed out by Stanley [21, page 106] ...
  57. [57]
    [PDF] Turning cycle restrictions into mesh patterns via Foata's fundamental ...
    Mar 31, 2023 · Foata's fundamental transformation [4] bijectively maps a permutations π with k cycles to a permutation σ with k left-to-right minima by ...Missing: Transition | Show results with:Transition
  58. [58]
    On the Netto Inversion Number of a Sequence - jstor
    D. Foata, Jtude algdbrique de certains problemes d'analyse combinatoire et du cal- cul des probabilites, Publ. Inst. Statist. Univ. Paris 14 (1965), 81-241.
  59. [59]
    [PDF] 11. Introduction to Exponential Generating Functions.
    For a permutation σ, let c(σ, k) be the number of cycles in σ of length exactly k. (a) Obtain an algebraic formula for the bivariate exponential generating ...
  60. [60]
    [PDF] Notes on cycle generating functions
    This is the exponential generating function for permutations. As expected it is the same as the exponential generating function for linear orderings. Note ...
  61. [61]
  62. [62]
    The q-exponential generating function for permutations by ...
    The inverse of Fedou's insertion-shift bijection is used to deduce a general form for the q-exponential generating function for permutations by consecutive ...
  63. [63]
    [PDF] Quantum permutation groups: a survey
    Abstract. This is a presentation of recent work on quantum permutation groups. Contains: a short introduction to operator algebras and Hopf algebras; ...
  64. [64]
    [PDF] Derangements and inclusion-exclusion - University of Utah Math Dept.
    Oct 1, 2008 · A derangement is a permutation of objects, which leaves no object in its original position. We will find a formula for the number of ...
  65. [65]
    Number of derangements - OeisWiki
    7.1 Ordinary generating function; 7.2 Exponential generating function. 8 ... Rencontres numbers (number of partial derangements); Generalized derangement numbers.Example · Comparison of derangement... · Other formulae · Generating function
  66. [66]
    Cycle Index -- from Wolfram MathWorld
    The cycle index Z(X) of a permutation group X of order m=|X| and degree d is then the polynomial in d variables x_1, x_2, ..., x_d given by the formula
  67. [67]
    [PDF] GENERATING SETS 1. Introduction In Rn, every vector can be ...
    The group Sn is generated by its cycles. The following theorem shows the 2-cycles (the transpositions) are enough to generate Sn. Theorem 2.1. For n ≥ 2, Sn is ...
  68. [68]
    [PDF] Lecture 4B: Coxeter groups - Nathan Reading
    A Coxeter group is a group with a certain presentation. Choose a finite ... si = (i i+1), the symmetric group is a Coxeter group with m(i,j) = 3 if j ...
  69. [69]
    [PDF] SIMPLICITY OF An - KEITH CONRAD
    For n ≥ 5, the group An is simple. This is due to Camille Jordan [6, p. 66] in 1870. The special case n = 5 goes back to. Galois. The restriction n ≥ 5 is ...
  70. [70]
    [PDF] group actions - keith conrad
    Theorem 3.16. Let a group G act on a set X. a) Different orbits of the action are disjoint and form a partition of X.<|separator|>
  71. [71]
    [PDF] The Symmetric Group - UBC Math
    In particular, we say that it is generated by transpositions and that two elements of S(n) are conjugate if and only if they have the same cycle structure. We ...
  72. [72]
    [PDF] Representation Theory of Symmetric Groups - Lecture Notes
    The permutation characters {ξα | α ⊢ n} gives a basis of the C-vector space of class functions of Sn. In particular, the change of basis matrix to Irr(Sn) = {χβ ...
  73. [73]
    [PDF] The Schreier-Sims algorithm for finite permutation groups
    Nov 16, 2015 · The Schreier-Sims algorithm, using Schreier's theorem, computes a list OT and a set Y of generators for a stabilizer of a permutation group.
  74. [74]
    [PDF] Parallel Permutation and Sorting Algorithms - UF CISE
    To summarize, our permutation algorithm consists of [n/m] route-rank-concentrate phases, followed by a routing phase in which all records are routed to row 0. ...
  75. [75]
    [PDF] Solving Permutation Constraint Satisfaction Problems with Artificial ...
    A PermutCSP consists of finding a permutation of n known values, to be assigned to n variables, under some constraints. Many con- straint satisfaction problems ...
  76. [76]
    Comparing the inversion statistic for distribution-biased and ... - arXiv
    Jun 16, 2020 · The expected number of inversions of a permutation under P_n^{s;\text{Geo}(1-q)} is greater than under P_n^{b;\text{Geo}(1-q)}, and under ...
  77. [77]
    [PDF] Fundamentals of Stein's method - arXiv
    Sep 9, 2011 · Stein's method is used for distributional approximation by normal, Poisson, exponential, and geometric distributions, and its relation to ...
  78. [78]
    Permutation tests for experimental data - PMC - PubMed Central - NIH
    In categorical data analysis, Fisher's exact test shares a similar motivation (Fisher, 1935). The methodology of permutation testing will be familiar to ...
  79. [79]
    2.1.2 Ordered Sampling without Replacement: Permutations
    Let's look at a very famous problem, called the birthday problem, or the birthday paradox. ... probability that at least two of them have the same birthday?
  80. [80]
    Bias in random forest variable importance measures - PubMed Central
    The most advanced variable importance measure available in random forests is the "permutation accuracy importance" measure. Its rationale is the following ...
  81. [81]
    A brief overview of combinatorics in ancient and medieval India
    Dec 27, 2011 · Combinatorics in India began with Bharata's Natyasastra and Pingala's Chandahsastra, using a method called prastara to enumerate metres.
  82. [82]
    The Hexagrams and the Permutations of Nature
    Each hexagram evolves into a series of permutations through complementary correspondences, line changes, and nuclear trigrams.
  83. [83]
    Arabic mathematics - MacTutor - University of St Andrews
    Al-Farisi (born 1260) gave a new proof of Thabit ibn Qurra's theorem ... J L Berggren, Mathematics in medieval Islam, Encyclopaedia Britannica. R ...Missing: combinations ordered<|separator|>
  84. [84]
    Islamic Mathematics (Chapter 2) - The Cambridge History of Science
    In works by medieval authors, this is the study of permutations and combinations. See the articles by Ahmed Djebbar “Combinatorics in Islamic Mathematics ...
  85. [85]
    Nicolo Tartaglia's General Trattato di Numeri et Misure
    This is an extensive work on elementary mathematics that was popular in Italy for several decades after its publication.Missing: anagrams | Show results with:anagrams
  86. [86]
    The 36 officers problem | plus.maths.org
    Aug 5, 2016 · Euler realised that a solution of the 36 officers problem would give us a Graeco-Latin 6x6 square. The pairs in this case represent an officer's ...
  87. [87]
    Joseph-Louis Lagrange (1736 - 1813) - Biography - MacTutor
    He studied permutations of the roots and, although he does not compose permutations in the paper, it can be considered as a first step in the development of ...Missing: symmetry source
  88. [88]
    Paolo Ruffini (1765 - 1822) - Biography - MacTutor
    In 1799 Ruffini published a book on the theory of equations with his claim that quintics could not be solved by radicals as the title shows: General theory ...Missing: odd | Show results with:odd
  89. [89]
    [PDF] Abel and the insolvability of the quintic - Mathematics
    ABEL AND THE INSOLVABILITY OF THE QUINTIC. JIM BROWN. Ab7tract. In this paper we deal with the insolvability of the quintic from. Abel's perspective.Missing: insolubility 1820s
  90. [90]
    The development of group theory - MacTutor
    He introduces the notation of powers, positive and negative, of permutations (with the power 0 giving the identity permutation), defines the order of a ...<|control11|><|separator|>
  91. [91]
    [PDF] Évariste Galois's memoir on the conditions for the solubility of ...
    In this memoir, Évariste Galois sought a necessary and sufficient condition for an equation to be solvable by radicals, i.e. for it to be possible to express ...
  92. [92]
    [PDF] Arthur Cayley and his investigation of groups - maths.nuigalway.ie
    It was later shown that permutation groups were also groups under Cayley's definition. Group theory was arguably the most important part of mathematical ...
  93. [93]
    Mary Somerville (1780 - 1872) - Biography - MacTutor
    Mary Somerville was a strong supporter of women's education and women's suffrage.