Prove that $\displaystyle \lim_{n \to \infty}\dfrac{\alpha(n)}{n} = 0$ where $\alpha(n)$ is the number of primes which divide $n$.
I think we should get an upper bound on $\alpha(n)$ by using the fact that each prime is greater than or equal to $2$, but I am not sure who to get the bound. Also, do they mean $\alpha(n)$ to be the number of distinct primes which divide $n$
You are on the right track. Each prime $p$ dividing $n$ must be at least $2$. Hence, there are at most $[\log_{2} n]$ primes dividing $n$, where $[\cdot]$ is the floor function. This assumes that $\alpha(n)$ is the number of primes dividing $n$; if they must be distinct, the upper bound is still valid. Therefore,
$$ \alpha(n)/n\leq\log_{2}(n)/n\to 0 $$ as $n\to\infty$.