Olympiad Maths Prep

Track / Stage 8 / 147 of 180 #1847 of 2000

Problem 1847

IMO Shortlist mid-range; USAMO P2/P5
Number theory Difficulty 8.7 Prove it IMO 2019 Shortlisted Problems · IMO · 2019

Prove that there is a constant c>0c>0 and infinitely many positive integers nn with the following property: there are infinitely many positive integers that cannot be expressed as the sum of fewer than cnlog(n)c n \log (n) pairwise coprime nthn^{\text{th}} powers.

This one wants a proof. Work it on paper, read the official solution, then mark yourself honestly — the ladder only means something if the record is true.

Official solution

nn is divisible by φ(pe)\varphi\left(p^{e}\right) for every prime power pep^{e} exactly dividing NN.
This property ensures that all nthn^{\text{th}} powers are congruent to 00 or 11 modulo each such prime power pep^{e}, and hence that any sum of mm pairwise coprime nthn^{\text{th}} powers is congruent to mm or m1m-1 modulo pep^{e}, since at most one of the nthn^{\text{th}} powers is divisible by pp. Thus, if kk denotes the number of distinct prime factors of NN, we find by the Chinese Remainder Theorem at most 2km2^{k} m residue classes modulo NN which are sums of at most mm pairwise coprime nthn^{\text{th}} powers. In particular, if N>2kmN>2^{k} m then there are infinitely many positive integers not expressible as a sum of at most mm pairwise coprime nthn^{\text{th}} powers.
It thus suffices to prove that there are arbitrarily large pairs (n,N)(n, N) of integers satisfying ()(\dagger) such that
N>c2knlog(n) N>c \cdot 2^{k} n \log (n)
for some positive constant cc.
We construct such pairs as follows. Fix a positive integer tt and choose (distinct) prime numbers p22t1+1p \mid 2^{2^{t-1}}+1 and q22t+1q \mid 2^{2^{t}}+1; we set N=pqN=p q. It is well-known that 2tp12^{t} \mid p-1 and 2t+1q12^{t+1} \mid q-1, hence
n=(p1)(q1)2t n=\frac{(p-1)(q-1)}{2^{t}}
is an integer and the pair ( n,Nn, N ) satisfies ( \dagger ).
Estimating the size of NN and nn is now straightforward. We have
log2(n)2t1+2tt<2t+1<2Nn \log _{2}(n) \leqslant 2^{t-1}+2^{t}-t<2^{t+1}<2 \cdot \frac{N}{n}
which rearranges to
N>1822nlog2(n) N>\frac{1}{8} \cdot 2^{2} n \log _{2}(n)

Solution 2, obtaining better bounds. As in the preceding solution, we seek arbitrarily large pairs of integers nn and NN satisfying ()(\dagger) such that N>c2knlog(n)N>c 2^{k} n \log (n).
This time, to construct such pairs, we fix an integer x4x \geqslant 4, set NN to be the lowest common multiple of 1,2,,2x1,2, \ldots, 2 x, and set nn to be twice the lowest common multiple of 1,2,,x1,2, \ldots, x. The pair (n,N)(n, N) does indeed satisfy the condition, since if pep^{e} is a prime power divisor of NN then φ(pe)2x\frac{\varphi\left(p^{e}\right)}{2} \leqslant x is a factor of n2=lcmrx(r)\frac{n}{2}=\operatorname{lcm}_{r \leqslant x}(r).
Now 2N/n2 N / n is the product of all primes having a power lying in the interval ( x,2xx, 2 x ], and hence 2N/n>xπ(2x)π(x)2 N / n>x^{\pi(2 x)-\pi(x)}. Thus for sufficiently large xx we have
log(2N2π(2x)n)>(π(2x)π(x))log(x)log(2)π(2x)x \log \left(\frac{2 N}{2^{\pi(2 x)} n}\right)>(\pi(2 x)-\pi(x)) \log (x)-\log (2) \pi(2 x) \sim x
using the Prime Number Theorem π(t)t/log(t)\pi(t) \sim t / \log (t).
On the other hand, nn is a product of at most π(x)\pi(x) prime powers less than or equal to xx, and so we have the upper bound
log(n)π(x)log(x)x \log (n) \leqslant \pi(x) \log (x) \sim x
again by the Prime Number Theorem. Combined with the above inequality, we find that for any ϵ>0\epsilon>0, the inequality
log(N2π(2x)n)>(1ϵ)log(n) \log \left(\frac{N}{2^{\pi(2 x)} n}\right)>(1-\epsilon) \log (n)
holds for sufficiently large xx. Rearranging this shows that
N>2π(2x)n2ϵ>2π(2x)nlog(n) N>2^{\pi(2 x)} n^{2-\epsilon}>2^{\pi(2 x)} n \log (n)
for all sufficiently large xx and we are done.

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