How to use the Pigeonhole Principle to solve combinatorial problems?
The Pigeonhole Principle: If items are placed into containers and , then at least one container contains at least two items.
The generalized form: If items are placed into containers, then at least one container contains at least items.
Can someone show how to apply this to non-trivial problems? For example:
- Prove that among any 5 points in a unit square, there exist two points at distance .
- In any set of 13 integers, there exist two whose difference is divisible by 12.
- Any subset of size 6 from contains two numbers that sum to 11.
What is the general strategy for identifying "pigeonholes" in a problem?
1 answers831 views