Prove that for every $ϵ>0$ there exist infinitely many natural numbers $n$, such that $$\tau(n)\geq 2^{(1-ϵ)\frac{\log(n)}{\log\log(n)}}$$
It is obvious to look at squarefree naturals of the form $n=p_1 p_2\cdots p_k$ where $p_1,p_2,\ldots,p_k$ are first $k$ prime numbers. Such naturals have $\tau(n)=2^k$.
So I have to prove that for k large enough, $k>(1-ϵ)\frac{\log(n)}{\log(\log(n))}$. I thought about putting exp on both sides so we have to prove $\exp(k)>n^{\frac{1-ϵ}{\log(\log(n))}}$.
There must be a chain of inequalities starting from $n^{\frac{1-ϵ}{\log(\log(n))}}<\cdots<\cdots<\cdots<\exp(k)$. I was trying to do it yesterday but my inequalities were tnot proper. Of course I can write "$1$" instead of "$1-ϵ$" or write $\log(\log(2))$ or $\log(\log(p_k))$ instead of $\log(\log(n))$ in denominator but that directs me to nothing. Later all I can do with $n$ is saying that $n<p_k^k$ but this is too strong - because this side will be bigger than $\exp(k)$.
Any hints?