Home

[This page is auto-generated; please prefer to read the article’s PDF Form.]



[Prev]   [Up]   

Divisors of Fibonacci Numbers

For integers i 0, say Fi denotes the ith Fibonacci Number (F0 = 0,F1 = 1,F2 = 1 etc). It is a known property about Fibonacci Numbers that, for any non-negative integers a and b with a b, and any integer d, if dFa and dFb, then dFab. For a given integer d, we can define a predicate over non-negative integers x, R(x) : (dFx) . This predicate in fact satisfies property (2).

So, applying the corollary 4, we get, for any non-negative integers A and B:

  ′      ′          ′
R (A )∧ R (B)  ⇒  R  (gcd(A, B))

That means, if dFA and dFB, then dFgcd(A,B), for any integer d.

There is a proof about Fibonacci Numbers ([1]) which did such reasoning based on Euclid’s Algorithm.

References

[1]   Proof Wiki. GCD of Fibonacci Numbers.
https://proofwiki.org/wiki/GCD_of_Fibonacci_Numbers.

[Prev]   [Up]