What you need to prove is that $\\{n\alpha\bmod 1:n\in\Bbb N\\}$ is dense in $[0,1]$, where $$x\bmod 1=x-\lfloor x\rfloor$$ is the fractional part of $x$. It can be done quite efficiently using the pigeonhole principle; there’s a concise version of such a proof here, which I’ll offer in lieu of a hint: it’s concise enough that you may have to put in some effort to verify all of the steps.