How can I find all integers such that $\varphi(n)=20$, where $\varphi$ is the Euler-totient function
I've seen somewhere that $\varphi(n)\ge\sqrt{n}$, for all $n$ except $n=2$ and $n=6$, without proof (and I think the proof is quite challenging). Is there an elementary way to find it ?
HINT:
If $n=\prod_{r=1}^mp_r^{u_r},\phi(n)=\prod_{r=1}^mp_r^{u_r-1}(p_r-1)$ for $u_r\ge1\forall r$
So, for each prime $p_r$ that divides $n,p_r-1$ must divide $20$