Given the Fibonacci sequence $F_n$, that is $$ F_0=F_1=1,F_{n+2}=F_{n+1}+F_n. $$ Then we have
- the sequence $\{\log_{F_{n+1}}{F_n}\}$ is increasing.
- for any $n\geqslant2$, $$ \frac{n-1}{n}<\log_{F_{n+1}}{F_n}<\frac{n}{n+1}. $$
In fact, I have tried to prove $(1)$ in a simple way, but failed. (See this previous question.) Because when $n$ is odd, the inequality $\frac{\ln F_n}{\ln F_{n+1}}<\frac{\ln F_{n+1}}{\ln F_{n+2}}\ $ is easy to get by using AM-GM inequality and Cassini's identity; when $n$ is even, things will be very different.
As for $(2)$, I have no idea how to prove it, except for using Binet's formula.