Olympiad Maths Prep

Library / /1 of 4

Number theory Difficulty 5.4 AIME, harder Prove it Turkey

Let k,nk, n be positive integers with kn!k \ge n! Prove that
ϕ(k)(n1)! \phi(k) \ge (n-1)!

Solution

For the solution we will show that if
ϕ(k)<(n1)! then k<n! \phi(k) < (n-1)! \text{ then } k < n!
Let k=q1α1qsαsk = q_1^{\alpha_1} \dots q_s^{\alpha_s} with q1<q2<<qsq_1 < q_2 < \dots < q_s. It suffices to show that
ϕ(k)k1n. \frac{\phi(k)}{k} \geq \frac{1}{n}.
Since
ϕ(k)k=(11q1)(11qs), \frac{\phi(k)}{k} = (1 - \frac{1}{q_1}) \dots (1 - \frac{1}{q_s}),
the required inequality has the following form
(11q1)(11qs)1n. (1 - \frac{1}{q_1}) \dots (1 - \frac{1}{q_s}) \geq \frac{1}{n}.
Since qtt+1q_t \geq t+1 for each t1t \geq 1 we get
(11q1)(11qs)(112)(11s+1)=1s+1 (1 - \frac{1}{q_1}) \dots (1 - \frac{1}{q_s}) \ge (1 - \frac{1}{2}) \dots (1 - \frac{1}{s+1}) = \frac{1}{s+1}
Thus, if
1s+11n \frac{1}{s+1} \ge \frac{1}{n}
we are done. Otherwise, s>n1s > n - 1. Then kk has at least nn distinct prime divisors and we get
ϕ(k)(q11)(qn1)12(n1)=(n1)! \phi(k) \ge (q_1 - 1) \dots (q_n - 1) \ge 1 \cdot 2 \dots (n - 1) = (n - 1)!
which contradicts to the assumption at the beginning of the solution. We are done.

Looking for a route rather than 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.