HOME

TheInfoList



OR:

In
combinatorial mathematics Combinatorics is an area of mathematics primarily concerned with counting, both as a means and an end in obtaining results, and certain properties of finite structures. It is closely related to many other areas of mathematics and has many a ...
, the ménage problem or problème des ménages asks for the number of different ways in which it is possible to seat a set of male-female couples at a round dining table so that men and women alternate and nobody sits next to his or her partner. This problem was formulated in 1891 by
Édouard Lucas __NOTOC__ François Édouard Anatole Lucas (; 4 April 1842 – 3 October 1891) was a French mathematician. Lucas is known for his study of the Fibonacci sequence. The related Lucas sequences and Lucas numbers are named after him. Biography Lucas ...
and independently, a few years earlier, by
Peter Guthrie Tait Peter Guthrie Tait FRSE (28 April 1831 – 4 July 1901) was a Scottish mathematical physicist and early pioneer in thermodynamics. He is best known for the mathematical physics textbook ''Treatise on Natural Philosophy'', which he co-wrote wi ...
in connection with knot theory. For a number of couples equal to 3, 4, 5, ... the number of seating arrangements is :12, 96, 3120, 115200, 5836320, 382072320, 31488549120, ... . Mathematicians have developed formulas and recurrence equations for computing these numbers and related sequences of numbers. Along with their applications to etiquette and knot theory, these numbers also have a graph theoretic interpretation: they count the numbers of matchings and
Hamiltonian cycle In the mathematical field of graph theory, a Hamiltonian path (or traceable path) is a path in an undirected or directed graph that visits each vertex exactly once. A Hamiltonian cycle (or Hamiltonian circuit) is a cycle that visits each vertex ...
s in certain families of graphs.


Touchard's formula

Let ''M''''n'' denote the number of seating arrangements for ''n'' couples. derived the formula :M_n = 2 \cdot n! \sum_^n (-1)^k \frac (n-k)!. Much subsequent work has gone into alternative proofs for this formula and into various generalized versions of the problem. A different umbral formula for ''M''''n'' involving Chebyshev polynomials of first kind was given by .


Ménage numbers and ladies-first solutions

There are 2×''n''! ways of seating the women: there are two sets of seats that can be arranged for the women, and there are ''n''! ways of seating them at a particular set of seats. For each seating arrangement for the women, there are :A_n=\sum_^n (-1)^k \frac (n-k)! ways of seating the men; this formula simply omits the 2×''n''! factor from Touchard's formula. The resulting smaller numbers (again, starting from ''n'' = 3), :1, 2, 13, 80, 579, 4738, 43387, 439792, ... are called the ménage numbers. The factor \frac is the number of ways of forming non-overlapping pairs of adjacent seats or, equivalently, the number of matchings of edges in a
cycle graph In graph theory, a cycle graph or circular graph is a graph that consists of a single cycle, or in other words, some number of vertices (at least 3, if the graph is simple) connected in a closed chain. The cycle graph with vertices is called ...
of vertices. The expression for is the immediate result of applying the principle of inclusion–exclusion to arrangements in which the people seated at the endpoints of each edge of a matching are required to be a couple. Until the work of , solutions to the ménage problem took the form of first finding all seating arrangements for the women and then counting, for each of these partial seating arrangements, the number of ways of completing it by seating the men away from their partners. Bogart and Doyle argued that Touchard's formula may be derived directly by considering all seating arrangements at once rather than by factoring out the participation of the women. However, found the even more straightforward ladies-first solution described above by making use of a few of Bogart and Doyle's ideas (although they took care to recast the argument in non-gendered language). The ménage numbers satisfy the
recurrence relation In mathematics, a recurrence relation is an equation according to which the nth term of a sequence of numbers is equal to some combination of the previous terms. Often, only k previous terms of the sequence appear in the equation, for a parameter ...
:A_n = n A_ + \frac A_ + \frac and the simpler four-term recurrence :\displaystyle A_n = n A_ + 2 A_ - (n-4)A_ - A_, from which the ménage numbers themselves can easily be calculated.


Graph-theoretical interpretations

Solutions to the ménage problem may be interpreted in
graph-theoretic In mathematics, graph theory is the study of ''graphs'', which are mathematical structures used to model pairwise relations between objects. A graph in this context is made up of '' vertices'' (also called ''nodes'' or ''points'') which are conne ...
terms, as
directed Director may refer to: Literature * ''Director'' (magazine), a British magazine * ''The Director'' (novel), a 1971 novel by Henry Denker * ''The Director'' (play), a 2000 play by Nancy Hasty Music * Director (band), an Irish rock band * ''D ...
Hamiltonian cycle In the mathematical field of graph theory, a Hamiltonian path (or traceable path) is a path in an undirected or directed graph that visits each vertex exactly once. A Hamiltonian cycle (or Hamiltonian circuit) is a cycle that visits each vertex ...
s in crown graphs. A crown graph is formed by removing a
perfect matching In graph theory, a perfect matching in a graph is a matching that covers every vertex of the graph. More formally, given a graph , a perfect matching in is a subset of edge set , such that every vertex in the vertex set is adjacent to exactl ...
from a
complete bipartite graph In the mathematical field of graph theory, a complete bipartite graph or biclique is a special kind of bipartite graph where every vertex of the first set is connected to every vertex of the second set..Electronic edition page 17. Graph theory i ...
''Kn,n''; it has 2''n'' vertices of two colors, and each vertex of one color is connected to all but one of the vertices of the other color. In the case of the ménage problem, the vertices of the graph represent men and women, and the edges represent pairs of men and women who are allowed to sit next to each other. This graph is formed by removing the perfect matching formed by the male-female couples from a complete bipartite graph that connects every man to every woman. Any valid seating arrangement can be described by the sequence of people in order around the table, which forms a Hamiltonian cycle in the graph. However, two Hamiltonian cycles are considered to be equivalent if they connect the same vertices in the same cyclic order regardless of the starting vertex, while in the ménage problem the starting position is considered significant: if, as in Alice's tea party, all the guests shift their positions by one seat, it is considered a different seating arrangement even though it is described by the same cycle. Therefore, the number of oriented Hamiltonian cycles in a crown graph is smaller by a factor of 2''n'' than the number of seating arrangements, but larger by a factor of (''n'' − 1)! than the ménage numbers. The sequence of numbers of cycles in these graphs (as before, starting at ''n'' = 3) is :2, 12, 312, 9600, 416880, 23879520, 1749363840, ... . A second graph-theoretic description of the problem is also possible. Once the women have been seated, the possible seating arrangements for the remaining men can be described as
perfect matching In graph theory, a perfect matching in a graph is a matching that covers every vertex of the graph. More formally, given a graph , a perfect matching in is a subset of edge set , such that every vertex in the vertex set is adjacent to exactl ...
s in a graph formed by removing a single Hamiltonian cycle from a complete bipartite graph; the graph has edges connecting open seats to men, and the removal of the cycle corresponds to forbidding the men to sit in either of the open seats adjacent to their wives. The problem of counting matchings in a bipartite graph, and therefore ''a fortiori'' the problem of computing ménage numbers, can be solved using the permanents of certain 0-1
matrices Matrix most commonly refers to: * ''The Matrix'' (franchise), an American media franchise ** ''The Matrix'', a 1999 science-fiction action film ** "The Matrix", a fictional setting, a virtual reality environment, within ''The Matrix'' (franchis ...
. In the case of the ménage problem, the matrix arising from this view of the problem is the
circulant matrix In linear algebra, a circulant matrix is a square matrix in which all row vectors are composed of the same elements and each row vector is rotated one element to the right relative to the preceding row vector. It is a particular kind of Toeplit ...
in which all but two adjacent elements of the generating row equal .; ; ; .


Knot theory

Tait's motivation for studying the ménage problem came from trying to find a complete listing of mathematical knots with a given number of crossings, say ''n''. In
Dowker notation Dowker is a surname. Notable people with the surname include: * Clifford Hugh Dowker (1912–1982), Canadian mathematician * Fay Dowker (born 1965), British physicist *Felicity Dowker, Australian fantasy writer * Hasted Dowker (1900–1986), Canadi ...
for knot diagrams, an early form of which was used by Tait, the 2''n'' points where a knot crosses itself, in consecutive order along the knot, are labeled with the 2''n'' numbers from 1 to 2''n''. In a reduced diagram, the two labels at a crossing cannot be consecutive, so the set of pairs of labels at each crossing, used in Dowker notation to represent the knot, can be interpreted as a perfect matching in a graph that has a vertex for every number in the range from 1 to 2''n'' and an edge between every pair of numbers that has different parity and are non-consecutive modulo 2''n''. This graph is formed by removing a Hamiltonian cycle (connecting consecutive numbers) from a complete bipartite graph (connecting all pairs of numbers with different parity), and so it has a number of matchings equal to a ménage number. For
alternating knot In knot theory, a knot or link diagram is alternating if the crossings alternate under, over, under, over, as one travels along each component of the link. A link is alternating if it has an alternating diagram. Many of the knots with crossing ...
s, this matching is enough to describe the knot diagram itself; for other knots, an additional positive or negative sign needs to be specified for each crossing pair to determine which of the two strands of the crossing lies above the other strand. However, the knot listing problem has some additional symmetries not present in the ménage problem: one obtains different Dowker notations for the same knot diagram if one begins the labeling at a different crossing point, and these different notations should all be counted as representing the same diagram. For this reason, two matchings that differ from each other by a
cyclic permutation In mathematics, and in particular in group theory, a cyclic permutation (or cycle) is a permutation of the elements of some set ''X'' which maps the elements of some subset ''S'' of ''X'' to each other in a cyclic fashion, while fixing (that is, ma ...
should be treated as equivalent and counted only once. solved this modified enumeration problem, showing that the number of different matchings is :1, 2, 5, 20, 87, 616, 4843, 44128, 444621, ... .


See also

*
Oberwolfach problem The Oberwolfach problem is an unsolved problem in mathematics that may be formulated either as a problem of scheduling seating assignments for diners, or more abstractly as a problem in graph theory, on the edge cycle covers of complete graphs. I ...
, a different mathematical problem involving the arrangement of diners at tables * Problème des rencontres, a similar problem involving partial derangements


Notes


References

*. *. *. *. Translated by David Antin. *. *. *. *. *. *. *. *. *. *. *. *. *. Includes (pp. 388–391) an addition by Arthur Cayley. *. *. *. *. *. *.


External links

* * {{DEFAULTSORT:Menage problem Permutations Integer sequences Recurrence relations Knot theory