Maths Olympiad Prep

Library / /6 of 6

, 2020

Number theory Difficulty 8.8 Shortlist Prove it Taiwan

Prove that there is a positive real number c>0c > 0 such that there are infinitely many pairs (n,N)(n, N) of positive integers satisfying the following conditions:
(a) N>c2knlog(n)N > c \cdot 2^{k} n \log(n), where kk is the number of distinct prime factors of NN;
(b) nn is divisible by φ(pe)\varphi(p^e) for every prime power pep^e exactly dividing NN, where φ\varphi denotes Euler's totient function, that is, φ(s)\varphi(s) is the number of positive integers that do not exceed ss but are coprime to ss.

Solutions — 2

Solution 1

We construct arbitrarily large pairs (n,N)(n, N) of integers that meet the conditions of the problem. Fix an integer x3x \ge 3, and let N=pxpN = \prod_{p \le x} p be the product of the primes at most xx. We set n=22π(x)px(p1)n = 2^{2-\pi(x)} \prod_{p \le x} (p-1), where π(x)\pi(x) denotes the number of primes at most xx. This nn is easily seen to be an even integer, and the pair (n,N)(n, N) clearly satisfies (b).
To estimate the size of NN, we compute
4N2π(x)n=pxpp1=px(1+p1+p2+)>r=1x!1r=log(x!)+O(1), \frac{4N}{2^{\pi(x)}n} = \prod_{p \le x} \frac{p}{p-1} = \prod_{p \le x} (1 + p^{-1} + p^{-2} + \dots) > \sum_{r=1}^{x!} \frac{1}{r} = \log(x!) + O(1),
using the well-known approximation r=1m1r=log(m)+O(1)\sum_{r=1}^{m} \frac{1}{r} = \log(m) + O(1) for harmonic numbers.
By definition x!Nnx! \ge N \ge n, so rearranging we obtain the inequality
N>142π(x)nlog(n)+O(2π(x)n) N > \frac{1}{4} \cdot 2^{\pi(x)} n \log(n) + O(2^{\pi(x)} n)
and so we are done if we choose c<1/4c < 1/4.

Solution 2

As in the preceding solution, we seek arbitrarily large pairs of integers (n,N)(n, N) that meet the conditions of the problem. This time, to construct such pairs, we fix a positive integer tt and choose distinct prime numbers p22t1+1p|2^{2^{t-1}} + 1 and q2t+1q|2^t + 1; we set N=pqN = pq. It is well-known that 2tp12^t|p-1 and 2t+1q12^{t+1}|q-1, hence
n=(p1)(q1)2t n = \frac{(p-1)(q-1)}{2^t}
is an integer and the pair (n,N)(n, N) satisfies (b).

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 translated into English from zh; metadata (topic, difficulty) added by this project.