Lucas Numbers/ Fibonacci Numbers Proof

  • Thread starter Thread starter cwatki14
  • Start date Start date
  • Tags Tags
    Numbers Proof
cwatki14
Messages
56
Reaction score
0
Here's the question:
The Lucas numbers Ln are defined by the equations L1=1 and Ln=Fn+1 + Fn-1 for each n>/= 2. Fn stands for a fibonacci number, Fn= Fn=1 + Fn-2. Prove that
Ln=Ln-1+Ln-2 (for n>/= 3)
So I did the base case where n=3, but I am stuck on the induction step... Any ideas?
Then the problem asks "what is wrong with the following argument?"
"Assuming Ln=Fn for n=1,2,...,k we see that
Lk+1=Lk=Lk-1 (by the above proof)
=Fk+Fk-1 (by our assumption)
=Fk+1 (by definition of Fk+1)
Hence by the principle of mathematical induction Fn=Ln for each positive n."

Any help would be greatly appreciated!
 
Physics news on Phys.org
For the induction step, express L(n-1) and L(n-2) in terms of Fibonacci numbers (using the induction hyphotesis) and recombine the terms.

Then the problem asks "what is wrong with the following argument?"
The base case.
 
Is it that the proof completely lacks a base case and just assumes it is true up to k+1?
 
Yes. You need to show a base case works in order to apply the induction hypotheis.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top