1. Initial Assumptions and Simplifications:
- We are given that n is a positive integer with exactly 36 different prime divisors.
- We need to prove that ∑1≤i<j≤5(ci−cj)2≥236.
2. **Understanding cn:**
- cn is the number of integers that are coprime to n in the interval [5(k−1)n,5kn] for k=1,2,3,4,5.
3. Using the Möbius Function:
- The number of integers coprime to n and less than 5an is given by:
d∣n∑μ(d)⌊5dan⌋=d∣n∑μ(d)5dan−d∣n∑μ(d){5dan}
- Here, μ(d) is the Möbius function, and {x} denotes the fractional part of x.
4. **Expressing Differences c2−c1 and c3−c1:**
- We have:
c2−c1=d∣n∑μ(d)(2{5dn}−{5d2n})
(c2−c1)+(c3−c1)=d∣n∑μ(d)(3{5dn}−{5d3n})
5. **Introducing vi(n):**
- Define:
vi(n)=d∣n,n/d≡imod5∑μ(d)
- It follows that:
i=0∑4vi(n)=0for any n>1
6. **Expressing ci−cj in terms of vi(n):**
- We have:
c2−c1=v3(n)+v4(n)
(c2−c1)+(c3−c1)=v2(n)+v3(n)+2v4(n)
c1−c2=v1(n)+v2(n)
c1−c3=v1(n)+v3(n)
c2−c3=v2(n)−v3(n)
7. **Calculating S(n):**
- We need to compute:
S(n)=1≤i<j≤5∑(ci−cj)2
- Substituting the expressions for ci−cj:
S(n)=4(v1(n)+v2(n))2+2(v1(n)+v3(n))2+2(v2(n)−v3(n))2
8. **Considering the Case 5∣n:**
- If 5∣n, we analyze the remainders of the reciprocals of the prime divisors of n modulo 5.
- Let n=∏i=1spiαi, and ri be the remainder of pi−1mod5.
9. Analyzing Different Cases:
- Case 1: rj=1 for some j:
- vi(n)=0 for all i, hence S(n)=0.
- Case 2: rj=2 and rk=3 for some j,k:
- S(n)=4S(n′).
- Case 3: rj=rk=4 for some j=k:
- S(n)=16S(n′).
- Case 4: rj=rk=rl=rm=2 for some distinct j,k,l,m:
- S(n)=16S(n′).
- Case 5: rj=rk=rl=rm=3 for some distinct j,k,l,m:
- S(n)=16S(n′).
10. Induction and Conclusion:
- Using induction on the number of prime divisors s:
- Base case: s=0, n=1, S(n)=6≥21.
- Inductive step: If S(n′)≥2s+1, then S(n)≥2s+2.
- For n with 36 prime divisors, S(n)≥236.
■