Olympiad Maths Prep

Track / Stage 8 / 25 of 180 #1725 of 2000

Problem 1725

IMO Shortlist mid-range; USAMO P2/P5
Number theory Difficulty 8.0 Prove it

Let nn be positive integer such that there are exactly 36 different prime numbers that divides n.n. For k=1,2,3,4,5,k=1,2,3,4,5, cnc_n be the number of integers that are mutually prime numbers to nn in the interval [(k1)n5,kn5].[\frac{(k-1)n}{5},\frac{kn}{5}] . c1,c2,c3,c4,c5c_1,c_2,c_3,c_4,c_5 is not exactly the same.Prove that1i<j5(cicj)2236.\sum_{1\le i<j\le 5}(c_i-c_j)^2\geq 2^{36}.

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

1. Initial Assumptions and Simplifications:
- We are given that n n is a positive integer with exactly 36 different prime divisors.
- We need to prove that 1i<j5(cicj)2236 \sum_{1 \le i < j \le 5} (c_i - c_j)^2 \geq 2^{36} .

2. **Understanding cn c_n :**
- cn c_n is the number of integers that are coprime to n n in the interval [(k1)n5,kn5][ \frac{(k-1)n}{5}, \frac{kn}{5} ] for k=1,2,3,4,5 k = 1, 2, 3, 4, 5 .

3. Using the Möbius Function:
- The number of integers coprime to n n and less than an5 \frac{an}{5} is given by:
dnμ(d)an5d=dnμ(d)an5ddnμ(d){an5d} \sum_{d|n} \mu(d) \left\lfloor \frac{an}{5d} \right\rfloor = \sum_{d|n} \mu(d) \frac{an}{5d} - \sum_{d|n} \mu(d) \left\{ \frac{an}{5d} \right\}
- Here, μ(d) \mu(d) is the Möbius function, and {x} \left\{ x \right\} denotes the fractional part of x x .

4. **Expressing Differences c2c1 c_2 - c_1 and c3c1 c_3 - c_1 :**
- We have:
c2c1=dnμ(d)(2{n5d}{2n5d}) c_2 - c_1 = \sum_{d|n} \mu(d) \left( 2 \left\{ \frac{n}{5d} \right\} - \left\{ \frac{2n}{5d} \right\} \right)
(c2c1)+(c3c1)=dnμ(d)(3{n5d}{3n5d}) (c_2 - c_1) + (c_3 - c_1) = \sum_{d|n} \mu(d) \left( 3 \left\{ \frac{n}{5d} \right\} - \left\{ \frac{3n}{5d} \right\} \right)

5. **Introducing vi(n) v_i(n) :**
- Define:
vi(n)=dn,n/dimod5μ(d) v_i(n) = \sum_{d|n, n/d \equiv i \mod 5} \mu(d)
- It follows that:
i=04vi(n)=0for any n>1 \sum_{i=0}^4 v_i(n) = 0 \quad \text{for any } n > 1

6. **Expressing cicj c_i - c_j in terms of vi(n) v_i(n) :**
- We have:
c2c1=v3(n)+v4(n) c_2 - c_1 = v_3(n) + v_4(n)
(c2c1)+(c3c1)=v2(n)+v3(n)+2v4(n) (c_2 - c_1) + (c_3 - c_1) = v_2(n) + v_3(n) + 2v_4(n)
c1c2=v1(n)+v2(n) c_1 - c_2 = v_1(n) + v_2(n)
c1c3=v1(n)+v3(n) c_1 - c_3 = v_1(n) + v_3(n)
c2c3=v2(n)v3(n) c_2 - c_3 = v_2(n) - v_3(n)

7. **Calculating S(n) S(n) :**
- We need to compute:
S(n)=1i<j5(cicj)2 S(n) = \sum_{1 \le i < j \le 5} (c_i - c_j)^2
- Substituting the expressions for cicj c_i - c_j :
S(n)=4(v1(n)+v2(n))2+2(v1(n)+v3(n))2+2(v2(n)v3(n))2 S(n) = 4(v_1(n) + v_2(n))^2 + 2(v_1(n) + v_3(n))^2 + 2(v_2(n) - v_3(n))^2

8. **Considering the Case 5∤n 5 \not| n :**
- If 5∤n 5 \not| n , we analyze the remainders of the reciprocals of the prime divisors of n n modulo 5.
- Let n=i=1spiαi n = \prod_{i=1}^s p_i^{\alpha_i} , and ri r_i be the remainder of pi1mod5 p_i^{-1} \mod 5 .

9. Analyzing Different Cases:
- Case 1: rj=1 r_j = 1 for some j j :
- vi(n)=0 v_i(n) = 0 for all i i , hence S(n)=0 S(n) = 0 .
- Case 2: rj=2 r_j = 2 and rk=3 r_k = 3 for some j,k j, k :
- S(n)=4S(n) S(n) = 4S(n') .
- Case 3: rj=rk=4 r_j = r_k = 4 for some jk j \neq k :
- S(n)=16S(n) S(n) = 16S(n') .
- Case 4: rj=rk=rl=rm=2 r_j = r_k = r_l = r_m = 2 for some distinct j,k,l,m j, k, l, m :
- S(n)=16S(n) S(n) = 16S(n') .
- Case 5: rj=rk=rl=rm=3 r_j = r_k = r_l = r_m = 3 for some distinct j,k,l,m j, k, l, m :
- S(n)=16S(n) S(n) = 16S(n') .

10. Induction and Conclusion:
- Using induction on the number of prime divisors s s :
- Base case: s=0 s = 0 , n=1 n = 1 , S(n)=621 S(n) = 6 \geq 2^1 .
- Inductive step: If S(n)2s+1 S(n') \geq 2^{s+1} , then S(n)2s+2 S(n) \geq 2^{s+2} .
- For n n with 36 prime divisors, S(n)236 S(n) \geq 2^{36} .

\blacksquare

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.