Exercise 4.5.1 (Revisited example 1)

Given any m integers none of which is a multiple of m , prove that two can be selected whose difference is a multiple of m .

Answers

Note: I use the "pigeonhole principle" under the following form:

If φ : A B is injective (one-to-one), then Card ( A ) Card ( B ) .

or equivalently,

Let φ : A B be a map. If Card ( A ) > Card ( B ) , then φ is not injective.

Proof. Let 𝒮 a set of m integers, none of which is a multiple of m .

Consider the map

φ { 𝒮 ( mℤ ) { 0 } a [ a ] m .

This makes sense, because every a 𝒮 is such that [ a ] m 0 .

Since m = Card ( 𝒮 ) > Card ( ( mℤ ) { 0 } ) = m 1 , φ is not injective, thus there are two distinct elements a , b in 𝒮 such that

a b  and  φ ( a ) = φ ( b ) .

Then [ a ] m = [ b ] m , thus a b ( mod m ) , so the difference a b is a multiple of m . □

User profile picture
2025-03-13 08:58
Comments