Lemma 2 Let p be a prime, m an integer, p∤m, prove that there must exist integers x,y, such that mx≡y(modp),1<x<p1<y<p,
This one wants a proof. Work it on paper, then read the official solution and mark
yourself. Be honest about it: the record is only any use to you if it is.
Official solution
Consider the set formed by mt+u when t,u take all the [p]+1 integers 0,1,⋯,[p]. Since t and u each take [p]+1 values, this results in ([p]+1)2 values of mt+u. Note that ([p]+1)2>(p)2=p Thus, there are at least two pairs of numbers t1,u1 and t2,u2 such that mt1+u1≡mt2+u2(modp), i.e., mt1+u1≡mt2+u2(modp)
Since t1,u1 and t2,u2 are two distinct pairs of numbers, it cannot be the case that t1=t2,u1=u2
(1) If t1=t2, then (5) becomes u1≡u2(modp)
Assume u1⩾u2, then 0⩽u1−u2⩽[p]. Let t1−t2=x,u2−u1=y, then we have 1<x<[p]<p,1<∣y∣⩽[p]<p
and mx≡y(modp)
This is exactly what we need to prove. Now we can proceed to prove the main result of this section.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.