Here’s an idea most people (like myself) would not come up with on their own. Let’s look at the sequence of ratios :
Simplifying, we get
We aren’t doing this just to look at the numbers; we are studying patterns between them. We should notice that the value of the ratio fluctuates as approaches infinity. As a reminder, we know that if a sequence is bounded and monotonic, it has a limit. While our sequence is bounded, it is not monotonic. We can’t yet conclude that it converges to a limit.
Let’s take a closer look at the fluctuations:
We notice the sizes of the fluctuations rapidly decreasing. In fact, the sequence of the absolute values of the fluctuations,
is obviously decreasing. Since the absolute value is bounded below by zero, that shows this sequence is Cauchy. When the successive differences between terms of a sequence approach zero, that sequence is called a Cauchy sequence. We love Cauchy sequences, because Cauchy sequences of real numbers always converge.
To reiterate: Because the sequence of ratios of successive Fibonacci numbers is a Cauchy sequence of real numbers, that sequence has a limit.
I guess we feel a little better, but we would like to find that limit. Fortunately, we derived a formula that lets us use a matrix to compute any Fibonacci number. Unfortunately, if we wanted to find , we would have to do matrix multiplication times. Ain’t nobody got time for that!
Enter matrix diagonalization. A diagonal matrix is a matrix that has only zeros except down the diagonal. If a matrix is diagonal, it’s really easy to raise it to any power we like. We simply raise each diagonal element to that power.
Let’s prove it by induction.
Base case. For ,
both sides simplify to the same thing, so the base case is true.
Induction step. Assume the statement is true for arbitrary , and show it’s true for .
There we go. Now we know for sure that raising a diagonal matrix to an arbitrary power simply means we raise each diagonal element to that power.
So let’s try and diagonalize our friend, and let’s call our friend .
If a matrix is diagonalizable, its diagonal entries will be that matrix’s eigenvalues.
So let’s find the eigenvalues of . The eigenvalues can be determined by investigating the equation
where is our friend, is a vector being multiplied by , and is a scalar multiple of . The scalar multiple is the eigenvalue corresponding to the eigenvector . This equation means that the matrix acts upon the vector in such a way that the vector comes out of the matrix in the exact same direction it went in (a scalar multiple of is a vector that lies in the same line as ). This equation nicely illustrates the meaning and the relationship of those eigenthings. Eigen comes from the German word meaning own and is used to emphasize that eigenvalues and eigenvectors are inherent features of our friend. We might be getting to know this friend a little too well…
Let’s manipulate the equation by getting zero on one side and factoring out the vector
The reason for the is so that we have a properly defined matrix. Had we simply written , we would be subtracting a scalar from a matrix, which is not well-defined. What this equation now tells us is that the matrix maps to the zero vector. As usual, we seek a nontrivial solution, so we assume is nonzero. Then the equation can only be true if the matrix is not invertible, which means it’s determinant must be zero. So let’s solve the equation :
You might recognize this quantity as the Golden Ratio. If you’re asking, “but which one, the plus or the minus?”, the answer is both.
So, our diagonalized friend is now called , and looks like
It’s important to state that this sequence of decimals does not prove anything. It’s just a simple illustration of the Cauchy-ness of the sequence. To prove the sequence is Cauchy, most proofs would begin by assuming the sequence converges to the Golden Ratio, and use the fact that convergent sequences are Cauchy. But, we are trying to use the fact that this is a Cauchy sequence of real numbers in order to show convergence, before we even bother to find the limit. We can’t assume that which we are trying to prove! Here is a direct proof that the sequence is Cauchy.