Given Fibonacci is F(0) = 0, F(1) = 1, F(n) = F(n-1) + F(n-2) for all n >= 2
Prove that for any a, b such that 1 ≤ a < φ < b we have that F(n) ∈ O(b^n ) and that F(n) ∈ Ω(a^n ).
I'm looking for help on how to start this question
Given Fibonacci is F(0) = 0, F(1) = 1, F(n) = F(n-1) + F(n-2) for all n >= 2
Prove that for any a, b such that 1 ≤ a < φ < b we have that F(n) ∈ O(b^n ) and that F(n) ∈ Ω(a^n ).
I'm looking for help on how to start this question