I have this sequence with $ n \in \mathbb{N} $
$ f(1) = f(2) = 1 $ and $ f(n) = f(n-1) + f(n-2) $ for $n \ge 3$
I think this sequence is bounded below and unbounded above. So it's clear that this recursive sequence diverges.
Questions:
- Is this correct?
- How can I write my reflections down in a formally correct way?
Hint
Show by induction that $f(n)$ is increasing. Thus, $f(n)\ge f(1)$ which shows that it is bounded from below.
Show by induction that $f(n)\ge n-1.$ Thus, $f(n)$ is not bounded from above. (This also shows that $f(n)$ is bounded from below, since $f(n)\ge n-1\ge 0.$)