I had quite an odd past few days. I’ve been doing more math than sleeping, and more sleeping than math homework. In short—I’m Gödel. Anyways, let’s get started before I get even more sidetracked.
Getting Started
First, I’ll “restate my assumptions”:
F0=1F1=1Fn=Fn−1+Fn−2n→∞limFn−1Fn=φ
Okay that’s the definition of the Fibonacci sequence.
Some Algebra
First, we’re just going to do some substitution:
n→∞limFn−1Fn−1+Fn−2=φ
And then some algebra:
n→∞limFn−1Fn−1+n→∞limFn−1Fn−2=φ
Doesn’t that first term look just like 1? It is!
1+n→∞limFn−1Fn−2=φ
And that second limit? Doesn’t it look similar to the limit in our assumptions? Well, the indices are n−1 and n−2 rather than n and n−1, but considering we are taking the limit to infinity, they should mean the same thing. The only difference is that it’s upside-down right? Well luckily we know that, as a great mathematician once told me, “in the same cadence as a Buddhist proverb: the inverse of a limit is the limit of the inverse.”
1+(n→∞limFn−2Fn−1)−1=φ
1+(n→∞limFn−1Fn)−1=φ
1+(φ)−1=φ
Wait what? How are we going to use φ to define itself? Well luckily algebra has an answer. Let’s multiply everything by φ:
φ+1=φ2
1=φ2−φ
And to finish up, let’s complete the square:
1+41=φ2−φ+41
45=(φ−21)2
45=φ−21
21+5=φ
That’s it! The golden ratio! For reference, here is the definition of the golden ratio:
φ=ba
And yes! The two are related, but I’ll leave that as an exercise to the reader.