Can You Find a Counterexample to the Recursive Lucas and Fibonacci Relationship?

  • Thread starter Thread starter ghostskwid
  • Start date Start date
  • Tags Tags
    Sequences
AI Thread Summary
The discussion revolves around a relationship involving the sums of the Lucas sequence, expressed as L0 + L1 + L2 + ... + Ln = Ln+2 - 1. The poster seeks a counterexample to this formula using an inductive approach, acknowledging difficulty in proving their findings definitively. They mention that discovering a counterexample would invalidate the formula, regardless of how it was derived. Another participant suggests that there may be a similar relationship that is independent of the starting values, requiring only a modification of the constant in the formula. The conversation emphasizes the importance of proving or disproving recursive relationships in mathematical sequences.
ghostskwid
Messages
8
Reaction score
0
Hi I am playing around with recursive definitions of Lucas and Fibonacci sequences:

I came across a relationship

L0 + L1 + L2 + L3 ... Ln = sum(i = 0, n) Li = Ln+2 -1;

Sorry for the horrible notation, but could anyone provide a counter example using an inductive approach? I get the counter example through guessing, but am having a hard time proving it definitively.
 
Physics news on Phys.org
Any counterexample would show that your formula is wrong, it does not matter how you got that counterexample.

You can show this formula via induction, this is an easy example of induction.
Actually, there should be a similar relation independent of the starting values, where just the constant in the formula has to be changed.
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top