Proving the Induction Step for a Fibonacci Property

  • Thread starter Thread starter dlemke
  • Start date Start date
  • Tags Tags
    Property
dlemke
Messages
3
Reaction score
0
For all k \in N, f(2k + 1)= f^{2}(k) + f^{2}(k + 1)

I couldn't find this one in the forum... I am stuck on the induction step, really I have no idea how to get it going. Oh, and the k statements should be in subscript, I was having real problems with LaTex, misreading subs and sups. Thanks for any help, it is greatly, greatly appreciated.
 
Last edited:
Physics news on Phys.org
Start from the definition of the sequence

f_{2k+3} = f_{2k+2} + f_{2k-1}.

For odd indices, use the formula to be proven. For the even index, find a way to rewrite the term as a sum of odd index objects.
 
<br /> f_{2k+3} = f_{2k+2} + f_{2k-1}.<br />

Oh, nice, so you are taking the LHS and rewriting it, and hopefully eventually transforming it into the original RHS of the assumption. Thank you so much! That first step just kills me. Ok, I will work more on this in the morning and repost. Thank you for taking the time to help.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top