Given the function:
$$ f(n) = \lceil{a \cdot n}\rceil - a \cdot n, n \in \mathbb{N} $$
Find the minimum value of $f$ in terms of $n$, if $a$ is irrational.
We know that if $n$ was real then the minimum value of $f$ would be $0$ for $n_{k}=\frac{k}{a}, k \in \mathbb{N}$. When $n$ is natural though, the function's minimum goes to $0$ while $n$ approaches the $\frac{1}{a}$ in integer form. For example, if $a=\sqrt{2}$ then $\frac{1}{a}=0.707106...$ and when $n$ approaches $70,707,7071,...$ or $\frac{10^{k}}{a}, k \in \mathbb{N}$ then $f$ goes to $0$.
I tend to believe that $f(n) \geq \frac{1}{10n} $ but I would prefer to find a tighter lower bound, proof for the latter, or maybe even a lower bound depending on the irrational number $a$.
Thank you in advance.