I've started learning sequences and I'm having a hard time calculating the following, for $a > 0$:
$$\lim_{n\to ∞}{\frac{\lfloor na\rfloor}{n}} $$
Using Heine’s Lemma I'm trying to solve it analogous to the corresponding limit definitions for functions, but I get stuck. I've tried mostly with the Squeeze theorem.
Any help is appreciated.
We know that for any $\alpha$, $$\alpha-1<[\alpha]\leq \alpha$$ thus: $$\frac{nx-1}{n}<\frac{[nx]}{n}\leq\frac{nx}{n} $$ Now squeeze to get $$\lim_{n\to\infty}\frac{[nx]}{n}=x $$