Let $\omega(n)$ the number of distinct prime divisors of an integer n, so for instance $\omega(12) = 2$. Show that $\omega(n) \ll \frac{ \log n} {\log \log n}$.
This question is from assignment 2 of this course:http://www.math.tau.ac.il/~rudnick/courses/sieves2015.html
I am self studying this course. This will involve things studied in 4th lecture.
Well results available are that for almost all n,$\omega(n)= \log \log n(1+o(1))$ and 1 result that there always exists a density 1 subsequence {$n_j$} of positive integers such that $\omega(n_j) =\log \log(n_j) (1+o(1) ) $ as j tends to $\infty$ and theorem of Turan that $\sum_{n\leq x} (\omega(n) - \log \log x)^2 =O( x\log \log x)$
I tried using the subsequence result but I am not even close to what has been asked.
So, please tell how should I prove this.
Another trick is by partitioning $\omega(n)$ into two parts:
$$ \omega(n)=\sum_{\substack{p|n\\p\le t}}1+\omega(n,t) $$
where $\omega(n,t)$ here denotes the number of prime divisors of $n$ that are greater than $t$. By the property of factorization, we know trivially that $t^{\omega(n,t)}<n$, so we have
$$ \omega(n)<\pi(t)+{\log n\over\log t} $$
Now, apply Chebyshev's estimate we obtain
$$ \omega(n)\ll{t\over\log t}+{\log n\over\log t} $$
Finally, setting $t=\log n$ gives the desired result.