The sequence $a_n$ is defined as $ a_0$ is an arbitrary real number, $ a_{n+1}$ = $\lfloor a_{n}\rfloor$ ($a_{n} - \lfloor{a_{n}}\rfloor$)
Show that for every $ a_0$:
$$\exists m\geq0, \forall n \geq m, a_{n+2}= a_n$$
Floor function $\lfloor x \rfloor$, example, $\lfloor 3.2 \rfloor = 3$ and $\lfloor -3.2 \rfloor = -4$
Here is my attempt: [link]
What I have noticed is that due to the floor function denoted as $\lfloor x \rfloor$ all of these sequences will approach zero. I am not sure if this sequences has a divergent property of periodically switching between a few particular elements, but maybe.
Though why I think it approaches zero:
Let $ a_0= 16.2 \Rightarrow a_1 = 16 (16.2 - 16) = 16 \cdot 0.2 = 3.2 \Rightarrow a_2 = 3 (3.2 - 3) = 3 \cdot 0.2 = 0.6 \Rightarrow a_3 = 0 (0.6 \cdot 0) = 0$