Maths Olympiad Prep

Track / Stage 7 / 300 of 300 #1700 of 1964

Problem 1700

National olympiad second round; IMO P1/P4
Number theory Difficulty 8.0 Prove it

Let τ(n)\tau(n) denote the number of positive divisors of the positive integer nn. Prove that there exist infinitely many positive integers aa such that the equation τ(an)=n \tau(an)=n does not have a positive integer solution nn.

This one wants a proof. Work it on paper, then read the official solution and mark yourself. Be honest about it: the record is only any use to you if it is.

Official solution

1. Claim: There exist infinitely many positive integers a a such that the equation τ(an)=n \tau(an) = n does not have a positive integer solution n n .

2. Consideration: Let a=p14 a = p^{14} for a sufficiently large prime p p .

3. Prime Factorization: Suppose n=pfp1f1pkfk n = p^f p_1^{f_1} \ldots p_k^{f_k} for positive integers fi f_i . Then we need:
τ(an)=τ(p14n)=τ(p14pfp1f1pkfk)=(14+f+1)(f1+1)(fk+1)=n=pfp1f1pkfk \tau(an) = \tau(p^{14} n) = \tau(p^{14} p^f p_1^{f_1} \ldots p_k^{f_k}) = (14 + f + 1)(f_1 + 1) \ldots (f_k + 1) = n = p^f p_1^{f_1} \ldots p_k^{f_k}

4. **Applying ω\omega**: Let ω(m)\omega(m) denote the number of prime powers greater than 1 dividing m m . Note that ω\omega is completely multiplicative. Applying it to both sides of the equation, we get:
ω(15+f)+ω(f1+1)++ω(fk+1)=f+f1++fk \omega(15 + f) + \omega(f_1 + 1) + \cdots + \omega(f_k + 1) = f + f_1 + \cdots + f_k
This implies:
(f1ω(f1+1))++(fkω(fk+1))=ω(15+f)f (f_1 - \omega(f_1 + 1)) + \cdots + (f_k - \omega(f_k + 1)) = \omega(15 + f) - f

5. **Bounding ω\omega**: Since ω(m)τ(m)2m\omega(m) \leq \tau(m) \leq 2\sqrt{m}, it follows that for fixed positive integers r r , ω(m+r)m\omega(m + r) - m is bounded above and eventually negative as m m varies. Furthermore, we can check (by examining small m m manually) that we must always have mω(m+1)0 m - \omega(m + 1) \geq 0 .

6. **Bounding fi f_i **: In particular, this means that, by appealing to the fact that ω(15+f)f\omega(15 + f) - f is bounded above, fiω(fi+1) f_i - \omega(f_i + 1) is bounded above as well, hence the fi f_i are all bounded above. Furthermore, since fω(15+f) f - \omega(15 + f) should be nonpositive, f f is bounded above as well. Hence if p p is sufficiently large, we are forced to have f=0 f = 0 , else p p divides n n but p(15+f)(f1+1)(fk+1) p \nmid (15 + f)(f_1 + 1) \ldots (f_k + 1) for size reasons.

7. **Casework on fi f_i **: Hence the RHS of the equation just equals 2, forcing fiω(fi+1)2 f_i - \omega(f_i + 1) \leq 2 for all i i . We may manually verify that for positive integers m m , mω(m+1)2    m{1,2,3} m - \omega(m + 1) \leq 2 \implies m \in \{1, 2, 3\} , hence fi{1,2,3} f_i \in \{1, 2, 3\} for all i i . Now we do casework.

8. **Casework on ν5(n) \nu_5(n) **:
- Because 15n 15 \mid n , we should have ν5(n){1,2,3} \nu_5(n) \in \{1, 2, 3\} . On the other hand, if ν5(n)2 \nu_5(n) \geq 2 then we need some prime q q to have νq(n)4(mod5) \nu_q(n) \equiv 4 \pmod{5} , but this contradicts the fact that it should be at most 3 always. Thus ν5(n)=1 \nu_5(n) = 1 .

9. **Casework on ν3(n) \nu_3(n) **:
- If ν3(n)=1 \nu_3(n) = 1 , then ν2(n){2,3} \nu_2(n) \in \{2, 3\} , since now (1+1)(1+1)τ(an) (1 + 1)(1 + 1) \mid \tau(an) . But ν2(n)=2 \nu_2(n) = 2 would imply 9τ(an) 9 \mid \tau(an) and ν2(n)=3 \nu_2(n) = 3 would imply 16τ(an) 16 \mid \tau(an) , so this case is impossible.
- If ν3(n)=2 \nu_3(n) = 2 , then ν2(n){1,2,3} \nu_2(n) \in \{1, 2, 3\} . But ν2(n)=1 \nu_2(n) = 1 would imply 4τ(an) 4 \mid \tau(an) : contradiction. On the other hand, if ν2(n){2,3} \nu_2(n) \in \{2, 3\} , we are faced with a problem of having "too many" factors of 2, so there has to be some prime qn q \mid n which we haven't considered yet that has odd exponent. But then q7 q \geq 7 , so q15 q \nmid 15 and qfi+1 q \nmid f_i + 1 due to size reasons: also a contradiction.
- If ν3(n)=3 \nu_3(n) = 3 , then ν2(n)=3 \nu_2(n) = 3 is forced since 8τ(an) 8 \mid \tau(an) . But then 32τ(an) 32 \mid \tau(an) , which is again impossible.

10. Conclusion: This finishes the problem. \blacksquare

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