If $a_0=1,a_1=1,a_{n+2}=a_{n+1}+a_{n}$, prove the sequence$\left\{\frac{\ln a_n}{\ln a_{n+1}}\right\},\,n\geq 1$ increase.
When $n$ is even this inequality is easy proved by Am-Gm.
If $n$ is even,we have $$\frac{\ln a_n}{\ln a_{n+1}}<\frac{\ln a_{n+1}}{\ln a_{n+2}}\Leftrightarrow \ln a_n\cdot\ln a_{n+2}<(\ln a_{n+1})^2$$
By Am-Gm, and $a_{n-1}a_{n+1}-a_n^2=(-1)^n$, we have$$LHS<\left(\frac{\ln a_n+\ln a_{n+2}}{2}\right)^2=\left(\frac{\ln(a_n\cdot a_{n+2})}{2}\right)^2=\left(\frac{\ln(a_{n+1}^2-1)}{2}\right)^2<RHS.$$
But when n is odd, the inequality is a little difficult, or I didn't use a right method.
Supplement:
Here we prove that $$a_{n-1}a_{n+1}-a_n^2=(-1)^n.$$
It is not hard to prove that if $$A=\begin{pmatrix} 0&1\\ 1&1 \end{pmatrix}$$then$$A^n=\begin{pmatrix} a_{n-1}&a_n\\ a_n&a_{n+1} \end{pmatrix}$$by induction. So $$a_{n-1}a_{n+_1}-a_n^2=\det\begin{vmatrix} 0&1\\ 1&1 \end{vmatrix}^n=\left(\det\begin{vmatrix} 0&1\\ 1&1 \end{vmatrix}\right)^n=(-1)^n$$