Olympiad Maths Prep

Track / Stage 8 / 89 of 180 #1789 of 2000

Problem 1789

IMO Shortlist mid-range; USAMO P2/P5
Number theory Difficulty 8.3 Find the answer china_team_selection_test

Proof that
m=1n5ω(m)k=1nnkτ(k)2m=1n5Ω(m). \sum_{m=1}^n5^{\omega (m)} \le \sum_{k=1}^n\lfloor \frac{n}{k} \rfloor \tau (k)^2 \le \sum_{m=1}^n5^{\Omega (m)} .

Official solution

To prove the inequality
m=1n5ω(m)k=1nnkτ(k)2m=1n5Ω(m), \sum_{m=1}^n 5^{\omega(m)} \le \sum_{k=1}^n \left\lfloor \frac{n}{k} \right\rfloor \tau(k)^2 \le \sum_{m=1}^n 5^{\Omega(m)},
we define the following functions:
χ(n)=3ω(n),ϕ(n)=dnτ(d),ψ(n)=3Ω(n). \chi(n) = 3^{\omega(n)}, \quad \phi(n) = \sum_{d \mid n} \tau(d), \quad \psi(n) = 3^{\Omega(n)}.

We claim that:
χ(n)ϕ(n)ψ(n). \chi(n) \leq \phi(n) \leq \psi(n).

Proof:

Since all functions χ\chi, ϕ\phi, and ψ\psi are multiplicative, it suffices to check the inequality for prime powers pkp^k.

For a prime power pkp^k, we have:
χ(pk)=31=3,ψ(pk)=3k,ϕ(pk)=dpkτ(d)=n=0kn=k(k+1)2. \chi(p^k) = 3^1 = 3, \quad \psi(p^k) = 3^k, \quad \phi(p^k) = \sum_{d \mid p^k} \tau(d) = \sum_{n=0}^k n = \frac{k(k+1)}{2}.

We need to prove:
3k(k+1)23kfork1. 3 \leq \frac{k(k+1)}{2} \leq 3^k \quad \text{for} \quad k \geq 1.

The left inequality is obvious for k1k \geq 1. To show the right inequality, we use induction.

Base Case:
For k=1k = 1, we have:
1(1+1)2=13. \frac{1(1+1)}{2} = 1 \leq 3.

Induction Hypothesis:
Assume the inequality holds for some k1k \geq 1:
k(k+1)23k. \frac{k(k+1)}{2} \leq 3^k.

Induction Step:
We need to show it for k+1k+1:
(k+1)(k+2)23k+1. \frac{(k+1)(k+2)}{2} \leq 3^{k+1}.

Using the induction hypothesis:
(k+1)(k+2)2=k(k+1)+2(k+1)2=k(k+1)2+(k+1)3k+(k+1). \frac{(k+1)(k+2)}{2} = \frac{k(k+1) + 2(k+1)}{2} = \frac{k(k+1)}{2} + (k+1) \leq 3^k + (k+1).

Since k+123kk+1 \leq 2 \cdot 3^k for k1k \geq 1, we have:
3k+(k+1)3k+23k=33k=3k+1. 3^k + (k+1) \leq 3^k + 2 \cdot 3^k = 3 \cdot 3^k = 3^{k+1}.

Thus, the induction step is complete, and we have:
3k(k+1)23k. 3 \leq \frac{k(k+1)}{2} \leq 3^k.

Therefore, we have shown that:
χ(n)ϕ(n)ψ(n). \chi(n) \leq \phi(n) \leq \psi(n).

Finally, we note that the left-hand side of the original inequality is:
m=1nχ(m), \sum_{m=1}^n \chi(m),
and the right-hand side is:
m=1nψ(m). \sum_{m=1}^n \psi(m).

Using the well-known identity:
nk=dkn1, \left\lfloor \frac{n}{k} \right\rfloor = \sum_{d \mid k \leq n} 1,
we complete the proof.

The answer is: \boxed{\sum_{m=1}^n 5^{\omega(m)} \le \sum_{k=1}^n \left\lfloor \frac{n}{k} \right\rfloor \tau(k)^2 \le \sum_{m=1}^n 5^{\Omega(m)}}.

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