Processing math: 100%
Skip to main content

Section 48.2 Preliminaries

The Fibonacci sequence is defined as such; f1=f2=1 and fn=fn1+fn2 for all n2.

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 xixi1Sfor all ik.

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 rZ+. 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=15(φ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 fn1 and fn2. It follows,

fn=fn1+fn2=15[φn1(φ)n1]+15[φn2(φ)n2]=15[φn2(1+φ)(φ)n2(1(φ)1)]=15[φn(φ)n],

which completes the induction.