Find the largest constant $c>0$ such that for every positive integer $n\ge 2$, there always exist a positive divisor $d$ of $n$ such that $$d\le \sqrt{n}\hspace{0.5cm} \text{and} \hspace{0.5cm} \tau(d)\ge c\sqrt{\tau(n)}$$where $\tau(n)$ is the number of divisors of $n$. Proposed by Mohd. Suhaimi Ramly
Problem
Source: Malaysian SST 2023 P4
Tags: number theory
31.08.2023 15:48
31.08.2023 16:55
For $n=30$ we get that $c \leq \frac{1}{\sqrt{2}}$. I will prove that it satisfies. Firstly suppose that $n$ is squarefree. Let $ n= \prod_{i=1}^{k} p_i$, then $\tau(n)=2^k$ and $c\sqrt{\tau(n)}=\frac{1}{\sqrt{2}} \cdot \sqrt{2^k}=2^{\frac{k-1}{2}}$. I will prove it with induction in $k$. For $k=1,2,3$ it is obvious. Now suppose that it holds for $k=m$ and I will show it for $k=m+2$. Let $n=\prod_{i=1}^{m+2} p_i$ and suppose WLOG $p_1$ be the smallest of $p_i$. Applying the inductive ypothesis for $k=m$ we get that there exist a divisor $d'$ of $\frac{n}{p_1p_2}$ such that $d'\leq \sqrt{\frac{n}{p_1p_2}}$ and $\tau(d')\geq c \sqrt{\tau(\frac{n}{p_1p_2})}=2^{\frac{m-1}{2}}$. I choose $d=d'p_1$. Then we have that: $\tau(d)=\tau(d') \tau(p_1) = 2\tau(d') \geq 2^{\frac{m+1}{2}}=c \sqrt{\tau(n)}$ and also $d=d'p_1 \leq \sqrt{\frac{n}{p_1p_2}} \cdot p_1 < \sqrt{n}$, hence the induction is completed. Now let $ n= \prod_{i=1}^{k} p_i^{a_i}$ and I will prove it with induction in $k$. For $k=1$ it is obvious. Suppose that it is true for $k=m$. I will prove it for $k=m+1$. If $a_i=1$ for all $i$, then $n$ is squarefree and we return to the previous case. So let $a_j>1$ for some $j$. Let WLOG $j=1=>a_1>1$. Applying the inductive hypothesis for $\frac{n}{p_1^{a_1}}$, we get that there exist a divisor $d'$ of $\frac{n}{p_1^{a_1}}$ satisfying the condition for $\frac{n}{p_1^{a_1}}$. I choose $d=d' \cdot p_1^{\left\lfloor\frac{a_1}{2}\right\rfloor}$. Then applying the inductive ypothesis we get that: $\tau(d)=\tau(d') \tau(p_1^{\left\lfloor\frac{a_1}{2}\right\rfloor}) = (\left\lfloor\frac{a_1}{2}\right\rfloor+1) \tau(d') \geq (\left\lfloor\frac{a_1}{2}\right\rfloor+1) c \sqrt { \tau(\frac{n}{p_1^{a_1}})} \geq c\sqrt {\tau(n)}$, where the last inequality holds because $a_1>1$. Also $d' \leq \sqrt{\frac{n}{p_1^{a_1}}} => d' \cdot p_1^{\frac{a_1}{2}} \leq \sqrt{n} => d' \cdot p_1 ^{\left\lfloor\frac{a_1}{2}\right\rfloor} \leq \sqrt{n} => d \leq \sqrt{n} $ and the induction is completed. Hence, indeed, the largest value of $c$ is $\frac{1}{\sqrt{2}}$.