In combinatorial mathematics, a derangement is a permutation of the elements of a set in which no element appears in its original position. In other words, a derangement is a permutation that has no fixed points.
The number of derangements of a set of size n is known as the subfactorial of n or the n-th derangement number or n-th de Montmort number (after Pierre Remond de Montmort). Notations for subfactorials in common use include !n, Dn, dn, or n¡.[1] [2]
For n > 0, the subfactorial !n equals the nearest integer to n!/e, where n! denotes the factorial of n and e is Euler's number.
The problem of counting derangements was first considered by Pierre Raymond de Montmort in his Essay d'analyse sur les jeux de hazard.[3] in 1708; he solved it in 1713, as did Nicholas Bernoulli at about the same time.
Suppose that a professor gave a test to 4 students – A, B, C, and D – and wants to let them grade each other's tests. Of course, no student should grade their own test. How many ways could the professor hand the tests back to the students for grading, such that no student received their own test back? Out of 24 possible permutations (4!) for handing back the tests,
ABCD, | ABDC, | ACBD, | ACDB, | ADBC, | ADCB, | |
BACD, | BADC, | BCAD, | BCDA, | BDAC, | BDCA, | |
CABD, | CADB, | CBAD, | CBDA, | CDAB, | CDBA, | |
DABC, | DACB, | DBAC, | DBCA, | DCAB, | DCBA. |
Another version of the problem arises when we ask for the number of ways n letters, each addressed to a different person, can be placed in n pre-addressed envelopes so that no letter appears in the correctly addressed envelope.
Counting derangements of a set amounts to the hat-check problem, in which one considers the number of ways in which n hats (call them h1 through hn) can be returned to n people (P1 through Pn) such that no hat makes it back to its owner.[4]
Each person may receive any of the n - 1 hats that is not their own. Call the hat which the person P1 receives hi and consider his owner: Pi receives either P1's hat, h1, or some other. Accordingly, the problem splits into two possible cases:
For each of the n - 1 hats that P1 may receive, the number of ways that P2, ..., Pn may all receive hats is the sum of the counts for the two cases.
This gives us the solution to the hat-check problem: stated algebraically, the number !n of derangements of an n-element set is
!n=(n-1) ⋅ ({!(n-1)}+{!(n-2)})
n\geq2
!0=1
!1=0
The number of derangements of small lengths is given in the table below.
n | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
!n | 1 | 0 | 1 | 2 | 9 | 44 | 265 | 1,854 | 14,833 | 133,496 | 1,334,961 | 14,684,570 | 176,214,841 | 2,290,792,932 |
There are various other expressions for !n, equivalent to the formula given above. These include
!n=n!
n | |
\sum | |
i=0 |
(-1)i | |
i! |
n\geq0
!n=\left[
n! | |
e |
\right]=\left\lfloor
n! | + | |
e |
1 | |
2 |
\right\rfloor
n\geq1,
\left[x\right]
\left\lfloorx\right\rfloor
Other related formulas includeand
The following recurrence also holds:
One may derive a non-recursive formula for the number of derangements of an n-set, as well. For
1\leqk\leqn
Sk
k
(n-i)!
On the other hand,
n | |
n!=\sum | |
i=0 |
\binom{n}{i}!i
Fromandby substituting
stylex=-1
More information about this calculation and the above limit may be found in the article on thestatistics of random permutations.
An asymptotic expansion for the number of derangements in terms of Bell numbers is as follows:where
m
Bk
k
Bm+1
The problème des rencontres asks how many permutations of a size-n set have exactly k fixed points.
Derangements are an example of the wider field of constrained permutations. For example, the ménage problem asks if n opposite-sex couples are seated man-woman-man-woman-... around a table, how many ways can they be seated so that nobody is seated next to his or her partner?
More formally, given sets A and S, and some sets U and V of surjections A → S, we often wish to know the number of pairs of functions (f, g) such that f is in U and g is in V, and for all a in A, f(a) ≠ g(a); in other words, where for each f and g, there exists a derangement φ of S such that f(a) = φ(g(a)).
Another generalization is the following problem:
How many anagrams with no fixed letters of a given word are there?
For instance, for a word made of only two different letters, say n letters A and m letters B, the answer is, of course, 1 or 0 according to whether n = m or not, for the only way to form an anagram without fixed letters is to exchange all the A with B, which is possible if and only if n = m. In the general case, for a word with n1 letters X1, n2 letters X2, ..., nr letters Xr, it turns out (after a proper use of the inclusion-exclusion formula) that the answer has the formfor a certain sequence of polynomials Pn, where Pn has degree n. But the above answer for the case r = 2 gives an orthogonality relation, whence the Pn's are the Laguerre polynomials (up to a sign that is easily decided).[9]
In particular, for the classical derangements, one has thatwhere
\Gamma(s,x)
It is NP-complete to determine whether a given permutation group (described by a given set of permutations that generate it) contains any derangements.[10]