Consider the terms with base five with non-negative powers:$5^0, 5^1, 5^2, ……$,prove there are two of these terms which differ by a multiple of 2021.

combinatoricspermutationspigeonhole-principle

Consider the terms with base five with non-negative powers:

$5^0, 5^1, 5^2, ……$

Prove using the pigeonhole principle that there are two of these terms which differ by a multiple of 2021.

So far from what i can tell we would consider the remainders of 2021 giving us n+r. r is the remainder when five divides 2021.

However, this solution has sort of reached a dead end for me and does not work. Im looking for an alternate solution to this.

Best Answer

We consider the set $\{ 5^n: n\in \{1,...,2022\} \}$, by the pigeonhole principle, there exist $m,n\in \{1,...,2022\}$ such that $5^n\equiv 5^m \ (\text{mod} \ 2021)$ and then $5^m-5^n$ is a multiple of 2021.

Related Question