Fibonacci

A special property
We will consider a remarkable property of the sequence of Fibonacci.
If a and b are positive integers, then the largest number that divides both
a and b is denoted by (a,b) (the greatest common divisor (gcd) of a and b).
The sequence of Fibonacci has the following property:
F(n,m) = (Fn,Fm).
In order to prove this theorem we need some lemmas.
Formula 1.
Fm+n = Fm Ln - (-1)n Fm-n
Proof: (the values for r and s are defined on
the previous page
)
(r-s) Fm Ln =
(rm - sm) (rn + sn) =
rm+n - sm+n + rmsn - rnsm =
(r-s) Fm+n + (rs)n(rm-n - sm-n) =
(r-s) Fm+n + (-1)n (r-s) Fm-n
We have shown that (r-s) Fm Ln = (r-s) Fm+n + (-1)n (r-s) Fm-n
and thus that Fm+n = Fm Ln - (-1)n Fm-n.
Let k be a fixed positive integer.
With the help of formula 1 we can prove that Fkn can be divided by Fk for each n:
The statement is correct for n=1 (trivial).
Note that F2k = FkLk, so the statement is also correct for n=2.
Now we will prove that the statement is correct for n=3, and then for n=4, and then for n=5, and so on.
In other words, if we have already proven that the statement is correct for, say, n<=N, how may we prove that the statement is correct for n=N+1?
As we have already proven that FNk and F(N-1)k are divisible by Fk
the right hand side of the equation
F(N+1)k = FNk Lk - (-1)k F(N-1)k
is divisible by Fk and therefore also the left hand side.
And that is what we wanted to prove.
Apparently the statement is true for each n.
The gcd (n,m) divides both n and m. This shows that F(n,m) divides both
Fn and Fm, and so it divides
(Fn,Fm).
We still have to prove that it is the largest of all divisors of (Fn,Fm).
For that we need the following formula:
Formula 2.
Fm Ln - Fn Lm = 2 (-1)nFm-n
Proof:
(r-s)(Fm Ln - Fn Lm) =
(rm - sm)(rn + sn)
- (rn - sn)(rm + sm) =
rm+n + rmsn - rnsm - sm+n
- rm+n - rnsm + rmsn + sm+n =
2(rmsn - rnsm) =
2(rs)n(rn-m - sn-m) =
(r-s) 2(-1)nFn-m
We know that F(n,m) divides Fn as well as Fm.
The question whether a common divisor of Fn and Fm is even can be answered very quickly.
Notice that in both the sequence of Fibonacci and the sequence of Lucas each e(ven) number is followed by 2 o(dd) numbers;
the sequences have the following pattern o,o,e,o,o,e,o,o,e,...
Thus a common divisor can only be even if both numbers m en n are divisible by 3.
Suppose for the moment that this is not the case and suppose that X divides Fn as well as Fm.
Then X is odd.
We have to show that X <= F(n,m).
There are positive numbers p and q so that (m,n) = p.m - q.n or so that (m,n) = q.n - p.m. (for a proof see below).
Formula 2 shows that for (e.g.) (m,n) = p.m - q.n:
Fpm Lqn - Fqn Lpm = 2 (-1)nF(m,n)
X divides both Fn and Fm and therefore also
Fqn and Fpm and consequently the left hand side. But that means that X divides 2F(m,n)
too and so (as X is odd) F(m,n).
That proves (for (m,n) not a multiple of 3) that F(m,n) is the greatest common divisor of Fn and Fm.
We supposed that (m,n) was not divisible by 3. If 3 divides (m,n) then we replace formula 2 by
Fm Ln/2 - Fn Lm/2 = (-1)nFm-n.
Notice that Ln/2 and Lm/2 are integers.
The proof is analogous to the previous.
We still have to proof:
If (m,n)=1 then there are numbers p and q so that pm+qn=1.
(This yields: if (m,n)=d then there are numbers p and q so that pm+qn=d).
The set V = {um+vn | u,v integers} has a smallest positive element, say b.
Then {kb | k integer} is a subset of V.
Suppose ym+zn is an element of V and there is no integer k such that ym+zn = kb.
Then there is an integer k1 so that k1b < ym+zn < (k1+1)b.
Then 0 < ym+zn - k1b < b.
As b is the smallest positive element of V this shows that ym+zn - k1b is not an element of V, which is incorrect.
Then um+vn is divisible by b for each y,z. So m (=1.m+0.n) and n are divisible by b. This shows that b = 1 and
there are numbers u and v so that 1 = um+vn.
