Maths Olympiad Prep

Library / /18 of 36

, 2023

Number theory Difficulty 8.5 Shortlist Prove it Baltic Way

For a prime number pp and a polynomial ff with integer coefficients, define Im(p,f)\text{Im}(p, f) be the set of integers a{0,1,,p1}a \in \{0, 1, \dots, p-1\} such that there exists an integer xx, for which f(x)af(x) - a is divisible by pp.

Prove that there exist nonconstant polynomials ff and gg such that, for infinitely many primes, the intersection of Im(p,f)\text{Im}(p, f) and Im(p,g)\text{Im}(p, g) is empty.

Solution

We take f(x)=(x2+1)2f(x) = (x^2 + 1)^2 and g(y)=(y2+1)2g(y) = -(y^2 + 1)^2 and prove that if p3(mod4)p \equiv 3 \pmod 4 then the equation f(x)g(y)(modp)f(x) \equiv g(y) \pmod p has no solution. Famously, there are infinitely many primes congruent to 33 modulo 44.

Recall the fact that if p3(mod4)p \equiv 3 \pmod 4 then the only solution to the equation a2+b20(modp)a^2 + b^2 \equiv 0 \pmod p is ab0(modp)a \equiv b \equiv 0 \pmod p. Hence, for f(x)g(y)(modp)f(x) \equiv g(y) \pmod p to hold, we need
(x2+1)2+(y2+1)20(modp) (x^2 + 1)^2 + (y^2 + 1)^2 \equiv 0 \pmod{p}
and thus
x2+1y2+10(modp), x^2 + 1 \equiv y^2 + 1 \equiv 0 \pmod{p},
which is impossible for p3(mod4)p \equiv 3 \pmod 4.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.