Section 48.2 Preliminaries
The Fibonacci sequence is defined as such; f1=f2=1 and fn=fn−1+fn−2 for all n≥2. The Fibonacci set is F={f1,f2,f3...}. Let FE be the set of even Fibonacci numbers, then FE={f3n}∞n=1. A sequence is called a diffsequence of S and written as S–diffsequence, if the sequence {xi}ki=0 is strictly increasing and xi−xi−1∈Sfor all i≤k. A set, S, is called r–accessible if for all colouring's of Z+ there exists arbitrarily long monochromatic S–diffsequence. A set is called accessible if a set is r–accessible for all r∈Z+. The degree of accessibility of a set is the largest r for which the set is r–accessible. and is written as doa (S). Bine's formula is an explicit equation for finding Fibonacci numbers. It requires the golden ratio, φ=12(1+√5):
fn=1√5(φn−(−φ)−n).
There are multiple proofs including: induction, linear algebra and discrete methods. I will prove by induction, the base case is proving Binet's formula is true for n=1 and n=2 the algebra is left as an exercise for the reader. For induction, suppose that Binet's formula holds for fn−1 and fn−2. It follows,
fn=fn−1+fn−2=1√5[φn−1−(−φ)n−1]+1√5[φn−2−(−φ)n−2]=1√5[φn−2(1+φ)−(−φ)n−2(1−(−φ)−1)]=1√5[φn−(−φ)−n],
which completes the induction.