Example 3.1.5: |
The Fibonacci numbers are recursively defined as x1 = 1, x2 = 1, and for all n > 2 we set xn = xn - 2 + xn - 1. The sequence of Fibonacci numbers {1, 1, 2, 3, 5, ...} does not converge. |
As for the induction process: The first terms of the Fibonacci numbers are
{1, 1, 2, 3, 5, 8, 13, 21, ...}We will show that the n-th term of that sequence is greater or equal to n, at least for n > 4.
n for all
n > 4
5 is true.
n for all
n > 4
n + xn - 1
n + 1
n