Say, $F_i$ describes the $i\:th$ term of the Fibonacci sequence where $i\geq0$.
I am trying to prove $F_i=\lfloor\dfrac{\phi^i}{\sqrt{5}}+\dfrac{1}{2}\rfloor$, where $\phi$ and $\hat\phi$ are the roots of the equation $x^2-x-1=0$.
Also, $F_i=\dfrac{\phi^i-\hat\phi^{i}}{\sqrt5}$ where {$\phi=\dfrac{1+\sqrt5}{2},\hat\phi=\dfrac{1-\sqrt5}{2}$}.
Now, the text I am reading, does it like as below:
We know $|\hat\phi|<1$ => $|\hat\phi^{i}|<1$ => $\dfrac{|\hat\phi^{i}|}{\sqrt5}<\dfrac{1}{\sqrt5}<\dfrac{1}{2}$
Using the inequality above, we have $|F_i|<\dfrac{|\phi^{i}|}{\sqrt5}+\dfrac{1}{2}$, since $\phi >0$ and $F_i\geq0$, we have $F_i<\dfrac{\phi^{i}}{\sqrt5}+\dfrac{1}{2}$
Now after this, the text says directly - 'Hence, $F_i=\lfloor\dfrac{\phi^i}{\sqrt{5}}+\dfrac{1}{2}\rfloor$ '.
I don't quite understand that how from the final inequality, we came to the final conclusion. Can anyone help ?