Show that there is an increasing sequence of positive integers $n_1, n_2, \cdots$ such that $$\phi (n_k) \ll \frac{n_k}{\log \log n_k}.$$
I was able to prove that $\phi (n) \gg \frac{n}{\log \log n}$ (the proof is a bit lengthy, so I will not post it unless requested), but I am unsure how to show this result for an increasing sequence of positive integers.
Notation:
$f(x) \ll g(x)$ if $|f(x)|\leq Mg(x)$.
Consider numbers of the form $L_N = \prod_{p \le N} p$. Note $\log L_N = \psi(N) \sim N$, so $\log \log L_N \sim \log N$. And, $\phi(L_N) = \prod_{p \le N} (p-1)$, so you just need to show $\prod_{p \le N} (1-\frac{1}{p}) \ll \frac{1}{\log N}$. This is true.