The Golden Fibonacci Metric System, Part 1 - Real Analysis
This is a LaTeX-enabled post. For best viewing, use a browser and view this on my blog, not a mobile device or your dash. Difficulty: \((*)(*)\) This post is marked as a Double Star. Prerequisites: It will be helpful to know some introductory real analysis, or at least be comfortable with sequences.
Alright everyone, it’s been a while. It’s actually been significantly more than a “while,” which is a metric unit that you probably hadn’t heard of because it’s a CGS unit, so nobody uses it.
Okay, that’s a total lie. There is no metric unit named a “while.” However, there is a metric unit for a “mile.”
Okay, that’s also a total lie. However, a US Customary Mile is a rational multiple of an SI base unit, namely the meter. One mile is exactly (yes, exactly) \( 1609.344 \) meters. How is this possible when the meter is determined in terms of the natural speed limit (it’s exactly \( \frac{1}{299,792,458} \) lightseconds) and a mile predates the meter? Well the mile, now known as an International Mile, has since been redefined in terms of the meter. (Or rather, the inch has since been redefined to be exactly \( 2.54 \) centimeters, and everything follows from that.)
Note that I’m using the international mile here, or just a mile. Not to be confused with a “survey mile” which is slightly longer. That is, it’s a different unit also called a “mile” that’s less than half a centimeter longer than a mile. Don’t ask. It’s also not to be confused with a “nautical mile,” which is exactly \( 1852 \) meters.
However, we’re getting sidetracked. The point is that there’s an exact conversion from miles to kilometers. That is, the number of kilometers is exactly \( 1.609344 \) times the number of miles. And that has the nice benefit of being a terminating decimal, which is true because the denominator only contains prime factors of two and five. However, \( 1609344 \) factors into \( 2^7 \times 3^2 \times 11 \times 127 \) which definitely contains prime factors that aren’t two or five. (At least, last time I checked, three, eleven and one hundred twenty-seven were not equal to two or five, but I might be wrong there.) Thus, this magical property of having a terminating decimal disappears when we’re going to convert kilometers to miles.
So, we need to use a fraction. But \( \frac{1609344}{1000000} \) is really ugly (no offense). Because of this, people have come up with a lot of easy approximations that turn out to be fairly decent. If the number we want is \( 1.609344 \), then we can use \( \frac{3}{2} \), \( \frac{5}{3} \), and \( \frac{8}{5} \) all pretty well. A lesser-known one is \( \frac{21}{13} \). These come out to \( 1.500 \), \( 1.66\bar{6} \), \( 1.600 \), and \( 1.\overline{615384} \). Those last two are extremely good, corresponding to a slightly-more-than-nine-meter error per mile, and a slightly-more-than-six-meter error per mile, respectively.
An important thing to notice is that all of these fractions are ratios of consecutive Fibonacci numbers. Is this a coincidence? Well, sort of yes and sort of no. We’re going to spend the rest of this post exploring that, using nothing but elementary real analysis.
The first thing to check is what happens when we continue with the Fibonacci sequence ratios. Let’s consider the sequence of ratios of consecutive Fibonacci numbers. That’s \( 1/1 \), \( 2/1 \), \( 3/2 \), \( 5/3 \), \( 8/5 \), \( 13/8 \), \( 21/13 \), etc. If we were to write out the decimals, we’ll notice that this sequence looks like it converges but it’s unclear what it will converge to (unless you recognize the number. If you recognize the limit of this sequence then SHHH don’t blurt it out!).
If we let \( A \) and \( B \) be two consecutive Fibonacci numbers, then the next one is \( A+B \), and the one after that is \( A+2B \). The ratio \( \frac{A+B}{B} \) is either less than \( \frac{B}{A} \) or it’s not. (DUH!) Let’s look at the first case, which has \( \frac{A+B}{B} < \frac{B}{A} \). This tells us that \( B^2 > A(A+B) \), or that \( B^2 - A^2 > AB \). If this is true, I claim that \( \frac{A+2B}{A+B} > \frac{A+B}{B} \). That last inequality is true if \( B(A+2B) > (A+B)^2 \), which is true as long as \( AB + 2B^2 > A^2 + 2AB + B^2 \), which is true as long as \( B^2 - A^2 > AB \), which it is! (by hypothesis). These inequalities also work in the other direction, with \( \ge \) instead of \( < \) and \( \le \) instead of \( > \). This tells us that the ratios take turns being greater or less than their predecessor, or in other words, a Fibonacci Ratio is either greater than both its two neighbors or less than both its two neighbors, which we will call “Mountains” and “Valleys,” respectively.
Note that we don't have to worry about equality because no two consecutive Fibonacci ratios could be equal, because that would give us a geometric sequence of length three of Fibonacci numbers (\( A \), \( AR \), and \( AR^2 \)). This would tell us that \( AR^2 = AR + A \). Factoring out \( A \) gives us \( R^2 = R + 1 \), which doesn't have any rational number solution, so there would have to be a non-integer Fibonacci number (either \( A \) or \( AR \)). We know that doesn’t happen, so we’re good. (We can’t have \( R \) be rational, because if \( R = \frac{P}{Q} \) in lowest terms, then \( R^2 = \frac{P^2}{Q^2} \). Multiplying both sides by \( Q \) gives \( \frac{P^2}{Q} = P + Q \). The right-hand side of this is an integer but the left-hand side is not, so we must have borked something somewhere. In this case, we borked it when we said \( R = P/Q \) with \( P \) and \( Q \) integers.)
Another observation is that each mountain is less than the previous mountain. How do we know? Suppose that \( \frac{B}{A} \) is a mountain, which tells us that \( \frac{A+2B}{A+B} \) is the next one. We’d like \( \frac{A+2B}{A+B} < \frac{B}{A} \), which is true as long as \( A(A+2B) < B(A+B) \). Expanding both sides tells us that we win if \( A^2 + 2AB < AB + B^2 \), which is equivalent to (you guessed it!) \( B^2 - A^2 > AB \), which is true as long as \( \frac{B}{A} \) is a mountain (which it is!). As before, we could flip the inequality and get that the valleys are exactly the cases when \( B^2 - A^2 < AB \), and the resulting inequality also flips - that is, each valley is greater than the previous valley.
This gives us a decreasing subsequence of just the mountains and an increasing subsequence of just the valleys. Each mountain is greater than its valley neighbors and each valley is greater than all the valleys before it. This tells us that each mountain is greater than every valley before it. I can use the same argument to show that each valley is less than all the mountains before it. It then follows that all mountains are greater than all valleys. How do I know? Pick a mountain \( M \) and a valley \( V \). If \( V \) is before \( M \), then \( M > V \) because each mountain is greater than all the valleys before it. If \( M \) is before \( V \), then \( V < M \) because each valley is less than all the mountains before it. Either way, any mountain \( M \) is greater than any valley \( V \).
This tells us that the sequence of mountains is decreasing and bounded below by any of the valleys. Similarly, the sequence of valleys is bounded above by any mountain, and it’s increasing. This means that both the subsequence of mountains and the subsequence of valleys converge to some real number, because they’re both monotonic and bounded.
We actually know that the sequence of mountains is bounded below by the supremum of the sequence of valleys, and the sequence of valleys is bounded above by the infimum of the sequence of mountains. How do we know that? YEA THAT’S RIGHT IT’S MATH 295 HOMEWORK 2 PROBLEM 2B IT ALWAYS RETURNS. This is totally irrelevant but I figured I would bring it up.
The subsequence of mountains converges, which means that if we were to crop off the first element, it would still converge, and to the same number. This allows us to take the difference of the two sequences, which will converge to zero. That is, the difference between two consecutive mountains converges to zero. But what is the difference of two consecutive mountains? It’s \( \frac{A+2B}{A+B} - \frac{B}{A} \). When we put that over a common denominator, we get \( \frac{A(A+2B) - B(A+B) }{A(A+B)} \). Expanding it gives us \( \frac{A^2 + 2AB - AB - B^2}{A^2 + AB} \). I’m going to divide both the numerator and the denominator by \( A^2 \), which gives us
\[ -\frac{\left(\frac{B}{A}\right)^2 - \frac{B}{A} - 1}{1 + \frac{B}{A}} \]
Noe that \( \frac{B}{A} \) converges to some positive real number, so the denominator here converges to some positive real number. This means the only way for this fraction to converge to zero is if the numerator converges to zero. This tells us that \( \left(\frac{B}{A}\right)^2 - \frac{B}{A} - 1 \) has to converge to zero. Because a polynomial function \( p \) is continuous, we know that if a sequence \( (x)_n \) converges to a real number \( x \), then \( p( (x)_n ) \) converges to \( p (x) \). Here, \( (x)_n \) is the sequence of consecutive \( \frac{B}{A} \)s, and it converges to some real number \( x \). If we let \( p(z) = z^2 - z - 1 \), then we get that \( p((x)_n) \to 0 \). We also know that \( p((x)_n) \to p(x) \), which tells us that \( p(x) = 0 \). Well the good news is we remember eighth grade algebra, so we can solve \( x^2 - x - 1 = 0 \) using the quadratic formula. (Don’t try to factor it - we already know from above that this polynomial doesn’t factor over the rationals.) This gives us that
\[ x = \frac{1 \pm \sqrt{5}}{2} \]
Now, we’re definitely looking for \( \frac{1 + \sqrt{5}}{2} \) because the other root is negative. Let’s call this number something special, like \( \Phi \). What’s that you say? Did you say that \( \Phi \) is already used to denote the golden ratio? Well that’s because that’s literally this number. The golden ratio is exactly \( \frac{1 + \sqrt{5}}{2} \). This is what I meant when I said, “If you recognize the limit, then don’t blurt it out.” Because many of y’all probably guessed what the limit was, but I wanted to show it without heuristics like “it looks like it goes to that.” Also, note that \( \bar{\Phi} \) is the name of the other root, because it’s the radical conjugate.
Either way, we just showed that the sequence of mountains converges to \( \Phi \). But nothing we did was unique to mountains - we could have done all of the same things with valleys, and we would have gotten the same result. Thus, we can conclude that the sequence of Fibonacci ratios converges to \( \Phi \). Q.E.D. Potato \( \Box \)
Why do I care? Well, it depends on what that number is. \( \Phi \) is about \( 1.618 \), and the mile-kilometer conversion factor is about \( 1.609 \). That means that if we use \( \Phi \) as an estimation, we’d only be off by around nine meters for every mile. (A mile is about 1609 meters, but this would give us 1618 instead.) In practicality, \( \Phi \) is not really a useful estimate because it’s irrational, but we CAN estimate \( \Phi \) with Fibonacci ratios. By using a very good estimate of a very good estimate, we get an estimate that’s still pretty good.
So to answer the original question... is it a coincidence? I said “Yes and no.” It’s definitely a coincidence that the ratio of the distance between a mile and kilometer is about \( \Phi \). What is not a coincidence is that Fibonacci Ratios are good estimates for \( \Phi \), because the sequence literally converges to it. That is, you can get as good of an estimate as you want, and all you need to do is pick a ratio sufficiently far enough out. Note that when you get very very close to \( \Phi \), you get farther away from \( 1.609344 \), which means that the best Fibonacci estimates are \( \frac{8}{5} \) and \( \frac{21}{13} \). (\( \frac{13}{8} \) is a mountain and is thus it is too far because it is greater than \( \Phi \).)
There’s another extremely important take-away from this. Define a “recursive addition sequence” to be any sequence of real numbers where any element is equal to the sum of the previous two (except the first two elements). There’s several things I assumed in this proof that I didn’t use. First, I didn’t reference the initial conditions of the sequence. I could have started the sequence anywhere and the whole proof still works. Other named examples of a recursive addition sequence are the Lucas numbers, which start with one and three instead of one and one. The sequence of Lucas Ratios also converges to \( \Phi \). The second thing is I didn’t assume that the sequence had to be an integer sequence. Well, sort of. I used that idea to show that we couldn’t have consecutive ratios be equal. This is actually not true. They can be equal, but there’s exactly two cases where they are equal when the ratio sequence is the constant sequence \( \Phi \) or when it’s the constant sequence \( \bar{\Phi} \). Those are the only ratio sequences for which we actually have equality, and those aren’t formed from integer-only recursive addition sequences.
An assumption I DID make during the proof is that all the ratios are positive. This allowed us to pick \( \Phi \) as the limit of the ratios and not \( \bar{\Phi} \). The actual limit depends on the initial conditions. If \( A \) and \( B \) are, say, \(1 \) and \( \bar{\Phi} \) then this sequence is just the geometric sequence \( \bar{\Phi}^n \), which has a constant ratio sequence of \( \bar{\Phi} \).
If \( A \) and \( B \) are the initial values and if \( C \) is a nonzero real number, then if we start with \( CA \) and \( CB \) instead, we’ll get the same ratio limit, either \( \Phi \) or \( \bar{\Phi} \). This means that instead of starting with \( A = 1 \) and \( B = \bar{\Phi} \) as I did before, we can actually start with any nonzero \( A \) and let \( B = \bar{\Phi} \cdot A \), and that will also give us a ratio limit of \( \bar{\Phi} \).
Now, here’s some food for thought: This is the only way to get a constant ratio of \( \mathrm{\bar{\Phi}} \). If we do not start with \( \mathrm{B = A \cdot \bar{\Phi}} \), then the sequence ratio will always converge to \( \mathrm{\Phi} \).
How do I know this? That’s a secret, which I will reveal next time, in The Golden Fibonacci Metric System, Part 2 - Linear Algebra. That’s right - it always comes back. This will be part four of the Linear Algebra Saga. Until next time, Zorn’s Potato Out.














