Fibonacci sequence: what's wrong here?

  • Thread starter Thread starter math_nerd
  • Start date Start date
  • Tags Tags
    Sequence
Click For Summary
The discussion revolves around proving the equation f1 + f3 + ... + f2n-1 = f2n using mathematical induction. The initial confusion arises when attempting to apply the Fibonacci sequence formula, leading to the incorrect conclusion that f2n + f2n does not equal f2n+2. Participants suggest revising the induction step by substituting n with n+1 to clarify the relationship between the terms. Ultimately, they confirm that the correct induction step leads to the valid equation f2n + f2n+1 = f2n+2, resolving the confusion regarding the application of the Fibonacci formula. The conversation emphasizes the importance of correctly applying induction principles in mathematical proofs.
math_nerd
Messages
21
Reaction score
0
Given f1+f3+f5+...+f2n-1 = f2n.

Prove by induction.

So using the general Fibonacci sequence formula, Fn=Fn-1 + Fn-2 ,

I got f1+f3+...+f2n+1 = f2n+2
then using the formula, f1+f3+...+f2n+1 +f2n = f2n+2.
This ends up giving me, f2n + f2n does not equal f2n+2.

What's wrong here?

( I already proved the base case by the way).
 
Physics news on Phys.org
Hmm... Can you plug 'n+1' instead of 'n' in the equation you should assume as known ?
 
So plug n+1 into Fibonacci equation? Did that, and got Fn+ Fn-1.
Then used this for f2n+1 on the l.h.s. To get f2n + f2n + f2n+1 on the left hand side. But this doesn't equal f2n+1 does it?
 
OK, let's take it this way

Make n\rightarrow n+1 in

...+f_{2n-3} + f_{2n-1} = f_{2n} [/itex] <br /> <br /> and work in the LHS of the new equality only. Then compare with what you have to prove (which would have to coincide with the RHS of the new equality).
 
For n= n + 1, I get:

...+ f2n-1 + f2n+1 = f2n+2.
So we can state that f2n + f2n+1 = f2n+2...which is true, but my issue is why does this not work when you use the fibonacci formula?
 
Let me give another example, like to prove that f3n is an even integer, we can apply the formula, and it works. But in the problem stated above, it does not seem to work the same way. It only works when you add F2n+1 to both sides of the equation.
 
math_nerd said:
Given f1+f3+f5+...+f2n-1 = f2n.

Prove by induction.

So using the general Fibonacci sequence formula, Fn=Fn-1 + Fn-2 ,

I got f1+f3+...+f2n+1 = f2n+2
then using the formula, f1+f3+...+f2n+1 +f2n = f2n+2.
This ends up giving me, f2n + f2n does not equal f2n+2.

What's wrong here?

( I already proved the base case by the way).

Ok, so the induction step is f_1+f_3+...+f_{2n-1}+f_{2n+1}=f_{2n+2}, given that f_1+f_3+...+f_{2n-1}=f_{2n}. If you put the given in doesn't that give you f_{2n}+f_{2n+1}=f_{2n+2}? I'm really confused about what you are confused about.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K