Let $\omega(n)=\sum_{p|n}1$ be the prime omega function.
Prove that for any $\epsilon > 0$,
- There exists $N>0$ such that for all $n > N$,
$$\omega (n)<\frac{(1+\epsilon)\log{n}}{\log{\log{n}}}$$ - There exists infinitely many $n$ such that
$$\omega (n)>\frac{(1-\epsilon)\log{n}}{\log{\log{n}}}$$
I don't even know how to begin the question.
I only know that $\displaystyle \left| \frac{\sum_{i=1}^n\omega(i)}{n}-\log{\log{n}}\right|<C$ for some constant $C$ and $n\geq 3$.
For (1), I don't know how to come up with $N$ with $\epsilon$;
For (2), I suppose somehow we can construct a formula for those $n$'s, but I don't know how to deal with the $\log{\log{n}}$.
Thank you for any help.
We'll need the PNT: $\pi(x) \sim \frac{x}{\ln x},\theta(x)\sim x$.
Let $N_x = \prod \limits_{p \leq x} p = e^{\theta(x)} $ and so $\omega(N_x) = \sum \limits_{p|N_x} 1 = \sum \limits_{p\leq x} 1 = \pi(x) \sim \frac{x}{\ln x}$.
$\ln N_x = x$ and $ \ln \ln N_x = \ln x$ and so $ \omega(N_x) \sim \frac{x}{\ln x} \sim \frac{\ln N_x} {\ln \ln N_x}$, this means that for all $\epsilon >0$ there exists $x_0 $ such that for all $x> x_0$ we have that $ \frac{(1-\epsilon) \ln N_x}{\ln \ln N_x} < \omega(N_x) < \frac{(1+\epsilon) \ln N_x}{\ln \ln N_x}$, the lower bound is enough to answer your second question.
For the first you need to notice that when $N$ is a multiplication of $\pi(x)$ different primes then $N \geq N_x$ since the primes in $N_x$ are in ascending order and so $\omega(N) =\omega(N_x) < \frac{(1+\epsilon) \ln N_x}{\ln \ln N_x} \leq \frac{(1+\epsilon) \ln N}{\ln \ln N}$ because $\frac{\ln t}{\ln \ln t}$ is monotonic function.
Note : you can use lower/upper bound on $\theta(x),\pi(x)$ to make the upper argument an explicit one rather than implicit.