Suppose and are integers such that . If pigeons are placed into pigeonholes, then the pigeonhole principle states there must be (at least) one pigeonhole which contains at least pigeons.
Proof: The proof is by contradiction. Suppose there are no pigeonholes that contain at least pigeons, so each pigeonhole must contain at most pigeons. Since there are pigeonholes, there are at most pigeons in total. This contradicts the fact that there are pigeons in total.
The power of the pigeonhole principle comes from choosing the correct pigeons and pigeonholes for the problem.
1. In a standard deck of 52 cards, what is the minimum number of cards you need to pick up, in order to guarantee that there is a suit with at least 3 cards?
Solution: A standard deck has four suits, which forms our pigeonhole (so ). The cards are our pigeons. We want at least 3 cards in a suit, so , implying . Hence, if we have , then by the pigeonhole principle, since there are suits (pigeonhole), there must be a suit which contains cards.
We are not yet done, as we want to know the minimum number. How do we know that cards are not sufficient to meet the requirements? Let's provide an example. The cards 2, 3 of clubs, 2, 3 of diamonds, 2, 3 of hearts, 2, 3 of spades are a set of cards which do not have a suit with at least 3 cards. Thus, the minimum number is 9.
2. There are 10 points placed within an equilateral triangle of side length 1. Show that we can find 2 points with distance at most apart.
Solution: If we have 2 points in an equilateral triangle of side length , then these 2 points have distance at most apart. (Why? Convince yourself that if we have 2 points in ANY triangle, then the distance between these 2 points is at most the length of the longest side.) We are unable to apply the pigeonhole principle directly.
Cut up the equilateral triangle as follows:
Let our pigeons be the 10 points, and the pigeonholes be the 9 smaller equilateral triangles. By the pigeonhole principle, there must be 1 smaller equilateral triangle with at least 2 points in it. Then, these 2 points are at distance at most apart by our initial observation.
3. There are 6 people in a random Facebook group. Show that there are either 3 people who are all friends, or 3 people who are all strangers. Note: Remember that on Facebook, person A is friends with person B, then person B is friends with person A. Also, you are either a friend with, or a stranger to, another person.
Solution: We are unable to apply the Pigeonhole Principle directly. Consider any person A. Consider the other 5 people, who will be our pigeons. He is either friends or strangers (pigeonholes) with them. By the pigeonhole principle, there are (at least) 3 that he is either friends with, or strangers with. Let us assume that there are (at least) 3 whom he is friends with (otherwise interchange friends with strangers in the following discussion). Consider the group that are friends with A. If two of them are friends with each other, then the two of them along with A form a set of 3 people who are all friends. Otherwise, if none of them are friends with each other, then any three of them form a set of 3 people who are all strangers.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
I'm sorry. But, there is no image in the solution to question 2.
Log in to reply
Thanks, I've edited it in.
Log in to reply
My friend can you please simplify this principle more. I want to understand it but i didnt get it fully.
Log in to reply
But this is not the same principle that is stated in the note but simply a easier variation. The version on the note (which is also known as the intermediate pigeon hole) states that if the number of pigeons is p and number of holes is n and for some k∈N and p<nk, then there must be more than k pigeons in at least one hole. I advice you to read the note again. Because, I first learnt the pigeon hole theorem from the brilliant blog and to this day it is one of my most favorite techniques.
I hope that I was helpful.
If not read the chapter on Pigeon hole Principle from the book the "The Art and Craft of Problem Solving".
[ You might want to check that book out!]
Log in to reply
Prove that in a triangle of side 1 if 5 points are chosen then there atleast two points whose distance is at most 1/2
Log in to reply
What have you tried? That's very similar to worked example 2 above.