I am particularly interested on the sequences $a_n = n \alpha - [n \alpha]$ and $b_n = \sin (\pi n \alpha)$ where $\alpha \notin \mathbb{Q}$. We wish to find the set of limit points of $(a_n)$ and $(b_n)$
Try:
def of limit point in my book: $x$ is a limit point of $(x_n)$ if $\exists$ a subsequence $(x_{n_k})$ such that $\lim_{k \to \infty} x_{n_k} = x$.
which I believe can be translated as follows:
$x$ is limit point of $(x_n)$ if $\exists$ index $k>0$ so that $\forall \epsilon > 0 \exists N>0$ so that $n_k > N \implies |x_{n_k} - x | <\epsilon $
Evidently for sequence $(a_n)$ we may see that any multiple of $\alpha$ is a limit point.
the image of $(a_n)$ is the interval $[0,1)$. Is the set of all limit points this interval?