[Math] Pigeonhole principle: In every set of 100 integers, there exist two integers whose difference is a multiple of 37

combinatoricspigeonhole-principle

What are the pigeons and the pigeonholes and how to prove this statements?

At first I tried to the following:

There are "100 choose 2" or 4950 pairs of integers. But I don't know how to move further.
Or if we consider the min element of the set. There are 99 pairs with the min integer in the pair. So there are at least 99 unique differencies. Don't know how it helps either.

Best Answer

This is already true for every set of 38 integers. Just pack these integers into the 37 boxes corresponding to remainder modulo $37$.

Related Question