Consider a set consisting of 10 natural numbers. If we calculate all the differences between these numbers, at least one of these differences is a multiple of 9?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let's look at those numbers modulo 9 .
In modulo 9, there are 9 equivalence classes (0,1,2,...,7,8) and since we have 10 numbers, by the pigeinhole principle , there must be at least two numbers that are in the same equivalence class. This directly implies that their difference is a multiple of 9.