Number Theory Section Summary: 13.1

Fibonacci Numbers

  1. Summary

    Leonardo de Pisa (1180-1250?), better known as Fibonacci, wrote the Liber Abaci, in which he included a problem about rabbits:

    A man put one pair of rabbits in a certain place entirely surrounded by a wall. How many pairs of rabbits can be produced from that pair in a year, if the nature of these rabbits is such that every month each pair bears a new pair which from the second month on becomes productive?

    Ignoring the terrible incestuous implications, the resulting sequence of numbers of pairs of rabbits is known as the Fibonacci numbers:

    displaymath224

    This works out to the recursive sequence

    displaymath225

    for tex2html_wrap_inline228 , where tex2html_wrap_inline230 , the first known recursive definition in mathematics.

  2. Theorems

    An important result which we will need in the following theorems is this:

      equation104

    Proof: by induction on n.

    Theorem 13.1: For the Fibonacci sequence, tex2html_wrap_inline234 for every tex2html_wrap_inline236 .

    Proof: direct, and using lemma, p. 27.

    Theorem 13.2: For tex2html_wrap_inline238 and tex2html_wrap_inline236 , tex2html_wrap_inline242 .

    Proof: by induction on n (straightforward, using (1)).

    Lemma: If m = qn+r, then tex2html_wrap_inline248

    Theorem 13.3: The greatest common divisor of two Fibonacci numbers is again a Fibonacci number; specifically tex2html_wrap_inline250 where tex2html_wrap_inline252 .

    Corollary: In the Fibonacci sequence, tex2html_wrap_inline254 if and only if m | n for tex2html_wrap_inline258 .

  3. Properties/Tricks/Hints/Etc.




Tue Apr 25 15:42:39 EDT 2006