Learn more about the Pigeonhole Principle and other powerful techniques for combinatorics problems in our Intermediate Counting & Probability textbook by USA Math Olympiad winner (and MIT PhD) David Patrick.
LEARN MORE

Pigeonhole Principle

(Redirected from Pigeonhole principle)

In combinatorics, the pigeonhole principle states that if $n+1$ or more pigeons are placed into $n$ holes, one hole must contain two or more pigeons. This seemingly trivial statement may be used with remarkable creativity to generate striking counting arguments, especially in Olympiad settings.

In older texts, the principle may be referred to as the Dirichlet box principle. A common phrasing of the principle uses balls and boxes and is that if $n$ balls are to be placed in $k$ boxes and $n>k$, then at least one box must contain more than one ball.

Proof

An intuitive proof of the pigeonhole principle is as follows: suppose for contradiction that there exists a way to place $n$ balls into $k$ boxes where $n>k$ such that all boxes contain at most one ball.

Let $b_1, b_2, \ldots, b_k$ how many balls each box contains. Our condition that all boxes contain at most one ball implies that $b_r \leq 1$ for all $1 \leq r \leq n$, so \[b_1 + b_1 + \cdots + b_n \geq n.\] However, we know that there are a total of $k$ balls across all our boxes, so this sum must equal $k$: \[b_1 + b_1 + \cdots + b_n = k.\] Therefore, $k \geq n$. This contradicts our definition that $n>k$. Therefore, our assumption must be incorrect; at least one box must contain two or more balls. $\square$

In formal terms, the pigeonhole principle is a consequence of how one set is defined to be larger than another set.

Let $N$ be a set of $n$ balls and $K$ be a set of $k$ boxes such that $n>k$. The definition that $|N| > |K|$ (as in our problem) is that there exists a surjective mapping from $N$ to $K$, but not an injection. In other words, there exists a way to map every ball of $N$ to every box of $K$, but it does not hold that if the boxes of two balls are the same, then the balls must be the same. That is to say, there must be two or more balls in the same box—which is the pigeonhole principle.

Introductory Examples

Example 1

If a Martian has an infinite number of red, blue, yellow, and black socks in a drawer, what is the minimum number of socks that the Martian must pull out of the drawer to guarantee they have a pair?

Solution: Intuitively, you might realize that after we select four socks of different colors (one red, one blue, one yellow, and one black), the Martian can't select a fifth sock without creating a pair. We may use this to prove the problem:

Note that the Martian may select $4$ socks without a pair: one red, one blue, one yellow, and one black sock. However, if the Martian selects $5$ socks from $4$ colors, the pigeonhole principle guarantees that $2$ socks must have the same color (where the $5$ socks are "pigeons" and the $4$ colors are "holes"). Therefore, $5$ is the minimum number of socks they must draw to guarantee a pair. $\square$

Example 2

Let $S = {1, 2, 3, \ldots, 2n}$. Show that if we choose $n+1$ numbers from $S$, then there exist two numbers such that one is a multiple of the other.

Solution:

We write each number as $2^ab$ for some integers $a$ and $b$, where $a$ is nonnegative and $b$ is odd ($b$ can also be $1$). Because we select $n+1$ integers and there are $n$ possible values of $b$, Pigeonhole Principle guarantees that two numbers will share the same $b$ value. These numbers are multiples—if we define the two numbers $2^ib$ and $2^jb$ where $i>j$, we may multiply $2^jb$ by $2^{i-j}$ to get $2^ib$, as desired. $\square$

Example 3

Suppose $S$ is a set of $n + 1$ integers. Prove that there exists distinct $a, b$ in $S$ such that $a - b$ is a multiple of $n$.

Solution: Note that for any such $a$ and $b$, \[n | (a - b).\] We may rewrite this in modular arithmetic as $a - b \equiv 0 \textrm{ } (\textrm{mod }n)$, or \[a \equiv b \textrm{ } (\textrm{mod }n).\] Therefore, we wish to show that there exist $a$ and $b$ with the same remainder modulo n. Note that there are $n+1$ integers in $S$ and $n$ possible remainders (namely, $0, 1, \ldots, n-1$) modulo $n$. Then by the pigeonhole principle, there exist two integers with the same remainder modulo $n$. As shown earlier, this implies that their difference is a multiple of $n$, as required. $\square$

Example 4

Show that in any group of $n$ people, there are two who have an identical number of friends within the group.

Solution: Note that for any person from the group, the minimum number of in-group friends they can have is $0$ (nobody) and the maximum is $n-1$ (everybody but themselves). Hence, there are $n$ possible values for an individual's number of in-group friends.

However, note that if a person has $0$ in-group friends, nobody else can be friends with all other $n-1$ individuals; vice-versa if an individual has $n-1$ friends. There cannot exist two individuals with $0$ and $n-1$ friends. Therefore, there are only $24$ possible values of an individual's number of in-group friends.

Then because there are $n$ individuals and $n-1$ possible values of in-group friends, the Pigeonhole Principle guarantees that two individuals have the same number of friends within the group. $\square$

Intermediate Examples

Example 1: Rational Approximation Theorem

Show that for any irrational number $x$ and positive integer $n$, there exists a rational number $\frac{p}{q}$ with $1 \leq q \leq n$ such that $|x - \frac{p}{q}| < \frac{1}{nq}$.

Solution: Take a moment to digest the question; in short, our task is to prove the existence of a rational number close to our irrational $x$. In particular, $n$ is almost like a "confidence level"—where a higher $n$ increases the denominator $q$ and decreases the distance between $x$ and $\frac{p}{q}$.

To simplify the problem, we multiply both sides of the inequality by $q$ to get \[|qx-p| < \frac{1}{n}.\] Note that we wish $|qx-p|$ to be less than one; hence, we might think to define $p$ such that $qx-p$ is $\{ qx \}$, the fractional part of $qx$. In formal terms, we let $p=\lfloor qx \rfloor$ such that $|qx-p|=|qx-\lfloor qx \rfloor|=|\{ qx\} |=\{ qx\}$.

Now, we wish to demonstrate that out of $\{ x \}, \{ 2x \}, \ldots, \{ nx \}$, there exists a positive integer $q$ such that $\{ qx \}$ lies in the interval $[0,1/n)$. We can view the intervals $[0, 1/n), [1/n,2/n), \ldots, [(n-1)/n, 1)$ as windows that contain all our multiples of $\{ qx \}$. Note that if $[0, 1/n)$ and $[(n-1)/n, 1)$ contain a multiple, then we are done.

Suppose every interval is filled; then one value of $\{ qx \}$ must lie in $[0, 1/n)$. If there exists an interval that is not filled, we have at most $n-1$ filled intervals and $n$ multiples. The Pigeonhole Principle thus guarantees that there exists an interval with two values of $\{ qx \}$. Letting these values be $q_1$ and $q_2$, we note that $\{ (q_1 - q_2)x \}$ is either in the first or last interval. Hence, in either case, there exists a $q$ such that $\{ qx \}$ lies in $[0, 1/n)$, which is the theorem. We may assemble this into a formal proof:

Proof: Let $k$ be an integer from $0$ to $n$ inclusive. Note that for all of $0x, 1x, \ldots, nx$, we can write $kx = a_k + b_k$, where $a_k$ is an integer and $0 \leq b_k < 1$.

Consider the $n$ intervals from $[0, 1)$ of size $\frac{1}{n}$. We have $n+1$ total $b_0, b_1, \ldots b_n$; hence, the Pigeonhole Principle guarantees the existence of some $i$ and $j$ such that $b_i$ and $b_j$ are in the same interval. Without loss of generality, let $i>j$. Then $|b_i - b_j| < \frac{1}{n}$.

We have that \[|(i-j)x - (a_i - a_j)| = |(ix-a_i) - (jx-a_j)| = |b_i - b_j| < \frac{1}{n}.\] Note that the fact $i-j>0$ allows us to divide both sides of this inequality by $i - j$ to obtain \[|x-\frac{a_i - a_j}{i - j}| < \frac{1}{n(i - j)}.\] Therefore, $\frac{a_i - a_j}{i - j}$ is a rational $\frac{p}{q}$ such that $|x-\frac{p}{q}| < \frac{1}{nq}$, which completes the proof. $\square$

Olympiad Problems

  1. Seven line segments, with lengths no greater than 10 inches, and no shorter than 1 inch, are given. Show that one can choose three of them to represent the sides of a triangle. (Solution)
    (Manhattan Mathematical Olympiad 2004)
  2. Prove that having 100 whole numbers, one can choose 15 of them so that the difference of any two is divisible by 7. (Solution)
    (Manhattan Mathematical Olympiad 2005)
  3. Prove that from any set of one hundred whole numbers, one can choose either one number which is divisible by 100, or several numbers whose sum is divisible by 100. (Solution)
    (Manhattan Mathematical Olympiad 2003)
  4. Prove that among any ten points located inside a circle with diameter 5, there exist at least two at a distance less than 2 from each other. (Solution)
    (Japan 1997)
  5. Every point in a plane is either red, green, or blue. Prove that there exists a rectangle in the plane such that all of its vertices are the same color. (Solution)
    (USAMTS Year 18 - Round 1 - Problem 4)
  6. There are 51 senators in a senate. The senate needs to be divided into $n$ committees such that each senator is on exactly one committee. Each senator hates exactly three other senators. (If senator A hates senator B, then senator B does 'not' necessarily hate senator A.) Find the smallest $n$ such that it is always possible to arrange the committees so that no senator hates another senator on his or her committee. (Solution)
    (Red MOP lecture 2006)

See also