5

Given the Fibonacci sequence $F_n$, that is $$ F_0=F_1=1,F_{n+2}=F_{n+1}+F_n. $$ Then we have

  1. the sequence $\{\log_{F_{n+1}}{F_n}\}$ is increasing.
  2. 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.

Blue
  • 75,673
Mr.He
  • 481

1 Answers1

4

Let $\phi=\frac{1+\sqrt{5}}{2}$ and $\eta=1/\phi^2<1$. With your definition of $F_n$: \begin{equation} F_n = \frac{1+\sqrt{5}}{2\sqrt{5}} \phi^n ( 1 + O(\eta^{n})) =: c \ \phi^n (1+O(\eta^n)) \ \ \end{equation} with $c\approx 0.72...$. Then, $$ \frac{\log(F_n)}{\log(F_{n+1})} = \frac{n+ k + O(\eta^n)}{n+1 +k+O(\eta^n)} =: \frac{n+k_n}{1+n+k_n}$$ with $k=\log(c)/\log(\phi) \approx -0.67227...$. Here, $k_n -k =O(n \ \eta^n) $ so asymptotically you have the wanted bounds (2). You may obtain rigorous bounds for the error term, though it is cumbersome, after which it suffices to verify for some finite number of initial terms.

The above analysis is not particularly related to the Fibonacci sequence but works for any recursive definition of a sequence $x_n$ that leads to an asymptotic behavior of the form $x_n = c \phi^n(1+O(\eta^n))$ with $\eta<1$ and with the corresponding $k=\log(c)/\log(\phi)$.

hbghlyj
  • 2,115
H. H. Rugh
  • 35,236