Party Acquaintances
An interesting problem has entered mathematical folklore in the 1950s. It was included in the Putnam Competition in 1953 and posted in the problem section of the American Mathematical Monthly in 1958 (Problem E 1321). Martin Gardner wrote about it on three different occasions. While proving an extension of the problem, Paul Erdös came up with his probabilistic method.
Prove that at a party of six people either there are three mutual acquaintances or there are three mutual strangers.
(This is sometimes known as the Friendship Theorem, a Theorem on Friends and Strangers, or Ramsey's Theorem in honor of the Cambridge University mathematician Frank Plumton Ramsey who died in 1930 when only 26.)
The problem is naturally modelled on a 2-color graph. To remind, Kn is the standard notation for a complete graph with n vertices. Assume the edges of K6 are all colored into two colors: red or blue. The problem is equivalent to the statement that for any such coloring there is always a monochromatic triangle (a K3). In fact, it has been shown by A. W. Goodman (1959) that the number of monochromatic triangles is at least 2!
The applet allows to experiment with the problem and its generalizations. To draw an edge, click on one of the nodes, move the cursor to another node, and click there too. If the AutoColor box is checked, the edges are drawn with alternating colors. Otherwise, you can choose color to draw an edge with by checking either Red or Blue box.
On K5 there exist bichromatic colorings without monochromatic K3 subgraphs. (Think of five people sitting by a round table such that each of them is friends only with his immediate neighbors.) Therefore, 6 is the smallest number k with the property that, for any bichromatic coloring, Kk contains either red K3 or blue K3. This is written as
(*)
R(3, 3) = 6,
(Note that the Friendship Theorem states that
It is also known that
(**) |
R(4, 3) = 9, R(5, 3) = 14, R(4, 4) = 18, R(6, 3) = 18, R(7, 3) = 23 R(5, 4) = 25. |
The latter result has been established in 1993 and published in 1995. The initial announcement of the result was made, of all places, on the pages of Rochester Democrat and Chronicle. Somebody sent a letter to Ann Landers who published it in her syndicated advisory column. She ended her reply with 'I am "Baffled in Chicago"' [Gardner, pp. 452-453].
The exact value of R(5, 5) is still unknown, except for the bounds
42 < R(5, 5) < 50.
What if applet does not run? |
In the 1960s, Gustavus J. Simmons redressed (*) as a game, that became known as the Game of Sim [Gardner, p. 111]. In the game, two players alternate drawing edges of two colors. The loser is the player who first creates a triangle of his or her color. Since (*) has been shown to be correct, Sim can't end in a draw. Since K6 has 15 edges and 15 is an odd number, the second player has an obvious advantage. However, the game is not quite trivial and several strategies have been published in the 1970s in the Journal of Recreational Mathematics and Mathematics Magazine.
Martin Gardner mentions an observation by F. Harary that (*) affords at least three other types of games. He classified the SIM as the game of avoidance. In the game of achievement the player to complete a monochromatic triangle first wins. This game is trivial. But the other two are not. In the latter games the play continues until all the edges are drawn, after which the players count the number of triangles of their color. The winner may be the player with the most or fewest number of triangles. These last two games are the hardest to analyze.
Helpful in proving (**) is a recursive inequality:
(1)
R(m, n) ≤ R(m-1, n) + R(m, n-1).
For the proof [Balakrishnan, 1.98], introduce
In case R(m-1, n) and R(m, n-1) are both even (1) can be strengthened [Balakrishnan, 1.100]:
(2)
R(m, n) ≤ R(m-1, n) + R(m, n-1) - 1.
To see this, set p = R(m-1, n), q = R(m, n-1) and r = p + q. Consider a group
Thus, for example, the second inequality is used to show that R(4, 3) ≤ R(3, 3) + R(4, 2) - 1 = 9. In fact, Ramsey Number R(4, 3)R(4, 3) = 9.
As another example, by (1),
R(5, 3) ≤ R(4, 3) + R(5, 2) = 9 + 5.
To see that R(5, 3) > 13, imagine 13 people sitting at a round table such that each person is acquainted only with the fifth person on his left and the fifth person on his right. Under this assumption, there is no 3 mutual acquaintances and no 5 mutual strangers.
R(m, n) with m, n > 2 are known as nontrivial Ramsey numbers.
Ramsey numbers R(m, n) exist for all positive integers m and n; moreover,
R(m, n) ≤ C(m + n - 2, m - 1),
where C(x, y) is a binomial coefficient. One proof follows by a straightforward induction from (1).
There are also generalizations. Let ki,
R(u, v) = R(u, v; 2). To see that, consider X = {1, 2, ..., n} and the collection C of its 2-element subsets. For a partition
The existence of R(k1, k2, ..., kt; m) is claimed by Ramsey's theorem which is a fundamental part of an extensive Ramsey theory. The theory is concerned with the emergence of certain properties in objects as their scale becomes large. As a rather simple example, the pigeonhole principle is equivalent to the statement:
R(k1, k2, ..., kt; 1) = k1 + k2 + ... + kt - t + 1.
The Friendship theorem itself has a curious application [Savchev, pp. 146-147, Honsberger, p. 3]. Six random points in space are joined pairwise by 15 line segments. Assume all the segments are of different length. Some segments form triangles. Prove that at least one of the 15 segments serves as the shortest side in one of the triangles it is in, and as the longest side in another. Six points taken by three form 20 triangles. In each, let's color the shortest side in red. It may happen that some of the sides will be painted more than once. Let's color the remaining segments blue. By the Friendship theorem, there is a monochromatic triangle. Since the triangle has a shortest side that had to be colored red, the whole triangle is red. In particular, its longest side is red as well. The fact that it is red means it's the shortest side in some other triangle.
The numbers R(3, 3, ..., 3; m) with m 3s are often denoted Rm. (And sometimes it is m that gets omitted:
Note
Here's an example of a graph with 6 nodes and 14 edges (a complete graph minus one edge) that could be colored with two colors without forming monochromatic triangle:
Reference
- M. Aigner, G. Ziegler, Proofs From The BOOK, Springer, 2000
- R. B. J. T. Allenby, A. Slomson, How to Count: An Introduction to Combinatorics, CRC Press, 2011 (2nd edition)
- V. K. Balakrishnan, Theory and Problems of Combinatorics, Schaum's Outline Series, McGraw-Hill, 1995
- M. Gardner, The Colossal Book of Mathematics, W. W. Norton & Co, 2001
- M. Gardner, Knotted Doughnuts and Other Mathematical Entertainments, W.H.Freeman & Co., 1986.
- M. Gardner, The Unexpected Hanging and Other Mathematical Diversions, The University of Chicago Press, 1991
- M. Gardner, The Colossal Book of Short Puzzles and Problems, W. W. Norton & Company, 2006, p. 10
- A. W. Goodman, On Sets of Acquaintances and Strangers at Any Party, Am Math Monthly, v. 66, no. 9 (Nov., 1959), 778-783.
- P. Hilton, D. Holton, J. Pederson, Mathematical Vistas, Springer, 2002
- R. Honsberger, Mathematical Delights, MAA, 2004
- L. E. Shader, Another Strategy for SIM, Math Magazine, v. 51, No. 1 (Jan., 1978), pp. 60-64
- S. Savchev, T. Andreescu, Mathematical Miniatures, MAA, 2003
- A. Soifer, Geometric Etudes in Combinatorial Mathematics, Springer, 2010 (2nd, expanded edition)
- Ramsey's Theorem
- Party Acquaintances
- Ramsey Number R(3, 3, 3)
- Ramsey Number R(4, 3)
- Ramsey Number R(5, 3)
- Ramsey Number R(4, 4)
- Geometric Application of Ramsey's Theory
- Coloring Points in the Plane and Elsewhere
- Two Colors - Two Points
- Three Colors - Two Points
- Two Colors - All Distances
- Two Colors on a Straight Line
- Two Colors - Three Points
- Three Colors - Bichromatic Lines
- Chromatic Number of the Plane
- Monochromatic Rectangle in a 2-coloring of the Plane
- Two Colors - Three Points on Circle
- Coloring a Graph
- No Equilateral Triangles, Please
|Contact| |Front page| |Contents| |Algebra| |Activities|
Copyright © 1996-2018 Alexander Bogomolny
71878576