For each positive integer n, let c(n) be the largest real number such that
c(n) | f(a) f(b) a b | for all triples (f,a,b) such that
--f is a polynomial of degree n taking integers to integers, and
--a,b are integers with f(a)=f(b).
Find c(n).
Shaunak Kishore.
A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.
Solution
For each positive integer n, let c(n) be the largest real number such that c(n)≤a−bf(a)−f(b) for all triples (f,a,b) such that: - f is a polynomial of degree n taking integers to integers, and - a,b are integers with f(a)=f(b).
To find c(n), we claim that c(n)=Ln1, where Ln=lcm(1,2,3,…,n).
First, note that any polynomial f(X) that maps the integers to the integers can be represented as: f(X)=c0+c1(1X)+c2(2X)+⋯+cn(nX).
### Lemma 1 Ln⋅a−b(na)−(nb)∈Z.
Proof: Consider the polynomial g(X)=(nX+b)−(nb). This polynomial can be written as: g(X)=d1(1X)+⋯+dn(nX). Using the identity X1(nX)=n1(n−1X−1), the denominator of Xg(X) must have size at most Ln. Thus, Ln⋅Xg(X)∈Z, proving the lemma. ■
Now, consider: T=a−bf(a)−f(b)=k=0∑ncka−b(ka)−(kb). In particular, for each prime p, vp(cka−b(ka)−(kb))≥−vp(Lk)≥−vp(Ln), so vp(T)≥−vp(Ln). Therefore, T⋅Ln∈Z. If T=0, then T≥Ln1, establishing a lower bound on c(n).
To show that this lower bound is attainable, consider a suitable choice of ci such that: N!f(N!)−f(0)=Ln1 for large N. Note that: N!−0(kN!)−(k0)=N!(kN!)=k(k−1N!−1). No prime less than or equal to k divides (k−1N!−1), as the expression can be written as ∏i=1k−1iN!−i and gcd(iN!−i,Lk)=1 for large N and k≤n. Therefore: N!−0f(N!)−f(0)=k=0∑nkcktk for gcd(tk,k)=1 fixed and some ck. By Bézout's identity, we can choose suitable ci such that the expression equals Ln1.
Thus, we conclude that: c(n)=Ln1.
The answer is: Ln1.
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: Omni-MATH,
licensed Apache-2.0.
Statement and solution reproduced as published; topic and difficulty added by this site.