Let τ(n) denote the number of positive divisors of the positive integer n. Prove that there exist infinitely many positive integers a such that the equation τ(an)=n does not have a positive integer solution n.
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 such that the equation τ(an)=n does not have a positive integer solution n.
2. Consideration: Let a=p14 for a sufficiently large prime p.
3. Prime Factorization: Suppose n=pfp1f1…pkfk for positive integers fi. Then we need: τ(an)=τ(p14n)=τ(p14pfp1f1…pkfk)=(14+f+1)(f1+1)…(fk+1)=n=pfp1f1…pkfk
4. **Applying ω**: Let ω(m) denote the number of prime powers greater than 1 dividing m. Note that ω is completely multiplicative. Applying it to both sides of the equation, we get: ω(15+f)+ω(f1+1)+⋯+ω(fk+1)=f+f1+⋯+fk This implies: (f1−ω(f1+1))+⋯+(fk−ω(fk+1))=ω(15+f)−f
5. **Bounding ω**: Since ω(m)≤τ(m)≤2m, it follows that for fixed positive integers r, ω(m+r)−m is bounded above and eventually negative as m varies. Furthermore, we can check (by examining small m manually) that we must always have m−ω(m+1)≥0.
6. **Bounding fi**: In particular, this means that, by appealing to the fact that ω(15+f)−f is bounded above, fi−ω(fi+1) is bounded above as well, hence the fi are all bounded above. Furthermore, since f−ω(15+f) should be nonpositive, f is bounded above as well. Hence if p is sufficiently large, we are forced to have f=0, else p divides n but p∤(15+f)(f1+1)…(fk+1) for size reasons.
7. **Casework on fi**: Hence the RHS of the equation just equals 2, forcing fi−ω(fi+1)≤2 for all i. We may manually verify that for positive integers m, m−ω(m+1)≤2⟹m∈{1,2,3}, hence fi∈{1,2,3} for all i. Now we do casework.
8. **Casework on ν5(n)**: - Because 15∣n, we should have ν5(n)∈{1,2,3}. On the other hand, if ν5(n)≥2 then we need some prime q to have νq(n)≡4(mod5), but this contradicts the fact that it should be at most 3 always. Thus ν5(n)=1.
9. **Casework on ν3(n)**: - If ν3(n)=1, then ν2(n)∈{2,3}, since now (1+1)(1+1)∣τ(an). But ν2(n)=2 would imply 9∣τ(an) and ν2(n)=3 would imply 16∣τ(an), so this case is impossible. - If ν3(n)=2, then ν2(n)∈{1,2,3}. But ν2(n)=1 would imply 4∣τ(an): contradiction. On the other hand, if ν2(n)∈{2,3}, we are faced with a problem of having "too many" factors of 2, so there has to be some prime q∣n which we haven't considered yet that has odd exponent. But then q≥7, so q∤15 and q∤fi+1 due to size reasons: also a contradiction. - If ν3(n)=3, then ν2(n)=3 is forced since 8∣τ(an). But then 32∣τ(an), which is again impossible.
10. Conclusion: This finishes the problem. ■
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.