Ménage problem

Ménage problem
A table with ten place settings. According to the solution to the ménage problem, there are 3120 different ways in which five couples can choose seats at this table in such a way that men and women alternate and do not sit next to their partners.

In combinatorial mathematics, the ménage problem or problème des ménages[1] asks for the number of different ways in which it is possible to seat a set of heterosexual couples at a 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 and independently, a few years earlier, by Peter Guthrie Tait in connection with knot theory.[2] For a number of couples equal to 3, 4, 5, ... the number of seating arrangements is

12, 96, 3120, 115200, 5836320, 382072320, 31488549120, ... (sequence A059375 in OEIS).

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 cycles in certain families of graphs.

Contents

Touchard's formula

Let Mn denote the number of seating arrangements for n couples. Touchard (1934) derived the formula

M_n = 2 \cdot n! \sum_{k=0}^n (-1)^k \frac{2n}{2n-k} {2n-k\choose k} (n-k)!.

Much subsequent work has gone into alternative proofs for this formula and into generalized versions of the problem that count seating arrangements in which some couples are permitted to sit next to each other. A different formula for Mn involving Chebyshev polynomials was given by Wyman & Moser (1958).

Ménage numbers and ladies-first solutions

Until the work of Bogart & Doyle (1986), 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 wives. However, as Bogart and Doyle showed, Touchard's formula may be more directly derived by considering all seating arrangements at once rather than by factoring out the participation of the women.[3]

There are 2×n! ways of seating the women, as there are two choices for which set of seats to place the women into and n! choices for how to place them into that set of seats. For each seating arrangement for the women, there are

A_n=\sum_{k=0}^n (-1)^k \frac{2n}{2n-k} {2n-k\choose k} (n-k)!

ways of seating the men; this formula simply omits the 2×n! factor from Touchard's formula. The resulting sequence of smaller numbers (again, starting from n = 3),

1, 2, 13, 80, 579, 4738, 43387, 439792, ... (sequence A000179 in OEIS)

is called the sequence of ménage numbers. They satisfy the recurrence relation[4]

A_n = n A_{n-1} + \frac{n}{n-2} A_{n-2} + \frac{4(-1)^{n-1}}{n-2}

and the simpler four-term recurrence[5]

\displaystyle A_n = n A_{n-1} + 2 A_{n-2} - (n-4)A_{n-3} - A_{n-4},

from which the ménage numbers themselves may easily be calculated.

Graph-theoretical interpretation

Crown graphs with six, eight, and ten vertices. The outer cycle of each graph forms a Hamiltonian cycle, but the eight and ten-vertex graphs have other Hamiltonian cycles not of this form.

Solutions to the ménage problem may be interpreted in graph-theoretic terms, as directed Hamiltonian cycles of crown graphs. A crown graph is formed by removing a perfect matching from a complete bipartite graph Kn,n; it has 2n 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 heterosexual 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 2n than the number of seating arrangements,[6] 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, ... (sequence A094047 in OEIS).

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 matchings 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. In the case of the ménage problem, the matrices arising from this view of the problem are circulant matrices.[7]

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. In Dowker notation for knot diagrams, an early form of which was used by Tait, the 2n points where a knot with n knots crosses itself, in consecutive order along the knot, are labeled with the 2n numbers from 1 to 2n. 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 2n and an edge between every pair of numbers that has different parity and are non-consecutive modulo 2n. 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 knots, 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 should be treated as equivalent and counted only once. Gilbert (1956) solved this modified enumeration problem, showing that the number of different matchings is

1, 2, 5, 20, 87, 616, 4843, 44128, 444621, ... (sequence A002484 in OEIS).

Notes

  1. ^ “Ménage” is the French word for "household" (referring here to a heterosexual couple).
  2. ^ Dutka (1986).
  3. ^ Glieck (1986).
  4. ^ Muir (1882); Laisant (1891). More complicated recurrences had been described previously by Cayley and Muir (1878).
  5. ^ Muir (1882); Canfield & Wormald (1987).
  6. ^ Passmore (2005).
  7. ^ Muir (1878); Eades, Praeger & Seberry (1983); Kräuter (1984); Henderson (1975).

References

External links


Wikimedia Foundation. 2010.

Игры ⚽ Нужно решить контрольную?

Look at other dictionaries:

  • Ménage (disambiguation) — Ménage may refer to: Ménage à trois, a sexual relationship between three people Ménage à Troi, a 1990 episode from the third season of Star Trek: The Next Generation Ménage à Trois (song), a 2003 song by the Swedish band Alcazar Menage a Trois… …   Wikipedia

  • Problème des ménages —  Ne doit pas être confondu avec Lemme des mariages. Une table à dix couverts. D après la solution au problème des ménages, il y a 3120 manières différentes, pour 5 couples, de s asseoir en alternant hommes et femmes et sans qu aucu …   Wikipédia en Français

  • Derangement — For the psychological condition, see psychosis. Number of possible permutations and derangements of n elements. P(n) is the number of n permutations; D(n) is the number of derangements (n permutations where all of the n elements change their… …   Wikipedia

  • Crown graph — Crown graphs with six, eight, and ten vertices. In graph theory, a branch of mathematics, a crown graph on 2n vertices is an undirected graph with two sets of vertices ui and vi and with an edge from ui to vj whenever i ≠ j. The crown… …   Wikipedia

  • Dowker notation — A knot diagram with crossings labelled for a Dowker sequence In the mathematical field of knot theory, the Dowker notation, also called the Dowker–Thistlethwaite notation or code, for a knot is a sequence of even integers. The notation is named… …   Wikipedia

  • literature — /lit euhr euh cheuhr, choor , li treuh /, n. 1. writings in which expression and form, in connection with ideas of permanent and universal interest, are characteristic or essential features, as poetry, novels, history, biography, and essays. 2.… …   Universalium

  • performing arts — arts or skills that require public performance, as acting, singing, or dancing. [1945 50] * * * ▪ 2009 Introduction Music Classical.       The last vestiges of the Cold War seemed to thaw for a moment on Feb. 26, 2008, when the unfamiliar strains …   Universalium

  • Zirkumzision — Penis mit vollständig entfernter Vorhaut. Die Zirkumzision (von lat. circumcido, rings abschneiden[1]) ist die teilweise oder vollständige Entfernung der männlichen Vorhaut. Gründe sind neben medizinischen Indikationen häufig kulturelle …   Deutsch Wikipedia

  • The Switch — Infobox Television episode Title = The Switch Series = Seinfeld Caption = The three in the apartment, after learning Kramer s first name. Season = 6 Episode = 97 Airdate = January 5, 1995 Production = Writer = Bruce Kirschbaum Sam Kass Director …   Wikipedia

  • Circumcision — Penis, beschnitten im Erwachsenenalter Die Zirkumzision (von lat. circumcido, rings abschneiden [1]) oder Beschneidung ist die teilweise oder vollständige Entfernung der männlichen Vorhaut. Gründe für die Beschneidungen sind neben medizinischen… …   Deutsch Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”