Show that the sequence $\Big<\Big\{\frac{f_k}{n}\Big\}\Big>_{k=1}^\infty$ is periodic, where $\{\mathrm{F}\}$ is the fractional part of $\mathrm F$ and $f_k$ is the $k^\text{th}$ Fibonacci number starting with $f_1=0, f_2=1.$
This is how I tried to tackle the problem: Consider the numbers modulo $n$. If we show the existence of $0$ followed by $1$ or $1$ followed by $0$, we will be done. The reason is short and simple- the point of periodicity of the sequence is $(\cdots, 1,0,1,\cdots)$ modulo $n$. Now, we know that $\{F_{i-1}, F_i\}$ has $n^2$ possible pairs, since $n$ can have at most $n$ different remainders upon division of other numbers. Therefore, after the $n^2+1$th pair, there will be the recurrence of one of the pairs. But how do we know that $(0,1)$ pair will exist? How to proceed from here?