Number theoryDifficulty 4.7Prove itIndia competition problems · India
Let m and n be two integers and define a0=m, a1=n and ak+1=4ak−5ak−1 for k≥1. If p>5 is a prime such that p−1 is divisible by 4, then show that there are integers m and n such that p does not divide ak for any k≥0.
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.
Let t be an integer such that p divides t2+1. There exists such an integer since p−1 is divisible by 4. Let m=1 and n=t+2. Then n2=t2+4t+4≡4t+3≡4n−5m(modp). Therefore, if a0=1 and a1=n then a2≡n2(modp). By induction, it is easy to see that ak≡nk(modp). Since p>5, it follows that p does not divide n. Therefore p does not divide ak for any k≥0.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty, ordering) added by this project.