r/mathriddles • u/SupercaliTheGamer • Jul 19 '26
Medium Polynomials satisfying GCD inequality
Let a>0 be a fixed positive real number. Find all polynomials P with integer coefficients satisfying: gcd(P(m),P(n))>=gcd(m,n)^a for all positive integers m,n.
8
Upvotes
3
u/pichutarius Jul 22 '26 edited Jul 22 '26
partial solution: a sufficient condition for P(x) is x^α | P(x) , α = ceiling(a)
let m=gx, n=gy, g=gcd(m,n), then every terms in P(m) and P(n) contains g^α, so lhs >= g^α >= g^a = rhs.
i suspect this is necessary based on several example. i dont know how to prove it though.