By definition, a point $x$ is a cluster point of a sequence $\{x_n\}_{n=1}^\infty$ if $\forall\epsilon>0$, there exist infinitely many $n$'s such that $|x_n-x|<\epsilon$. Now I'd like to find all cluster points of the sequence $x_n=\sqrt{n\pi}-\lfloor\sqrt{n\pi}\rfloor$ defined by the floor function. Only problem is, I don't know how to get rid of the disturbing floor function.
After computing the first few terms of the sequence, I found that only the decimal part of each $\sqrt{n\pi}$ is retained. Therefore, it seems very plausible that our sequence has the interval $[0,1]$ as its collection of cluster points. But the proof remains unknown to me. Does anyone have an idea? Thank you.