Constant-recursive Fibonacci identities

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












Under what conditions does $F_z = a F_x + b F_y$ imply $F_z+k = a F_x+k + b F_y+k$?



For example, $F_4 = 3 F_2 - F_0$, and $F_5 = 3 F_3 - F_1$, $F_6 = 3 F_4 - F_2$, etc.



If I can prove using the matrix form $$A^n =beginpmatrix 1 & 1 \ 1 & 0 endpmatrix^n = beginpmatrix F_n+1 & F_n \ F_n & F_n-1 endpmatrix$$



that



$$A^z = a A^x + b A^y $$



then I can simply multiply by $A$.







share|cite|improve this question


















  • 1




    In saying $F_z = a F_x + b F_y$ you kinda have to relate $z$, $x$ and $y$ somehow or this is not true at all. For what $x,y,z$ is this true? For all of them? For just the $z=x+y$ ones? For $x-y$ a constant?
    – vrugtehagel
    Aug 23 at 2:08











  • @vrugtehagel I found values of $a,b,x,y,z$ such that this is true. Another example is $F_3 = 2 F_2 - F_0$ which seems to hold for any $k$.
    – qwr
    Aug 23 at 2:13










  • @vrugtehagel these specifically math.stackexchange.com/q/2806811/122489
    – qwr
    Aug 23 at 2:16










  • Well from just $F_3=2F_2-F_0$ you can't prove $F_4=2F_3-F_1$ because you didn't define any recursion, you just linked three constants $F_3,F_2,F_0$ by some equation.
    – vrugtehagel
    Aug 23 at 2:57














up vote
0
down vote

favorite












Under what conditions does $F_z = a F_x + b F_y$ imply $F_z+k = a F_x+k + b F_y+k$?



For example, $F_4 = 3 F_2 - F_0$, and $F_5 = 3 F_3 - F_1$, $F_6 = 3 F_4 - F_2$, etc.



If I can prove using the matrix form $$A^n =beginpmatrix 1 & 1 \ 1 & 0 endpmatrix^n = beginpmatrix F_n+1 & F_n \ F_n & F_n-1 endpmatrix$$



that



$$A^z = a A^x + b A^y $$



then I can simply multiply by $A$.







share|cite|improve this question


















  • 1




    In saying $F_z = a F_x + b F_y$ you kinda have to relate $z$, $x$ and $y$ somehow or this is not true at all. For what $x,y,z$ is this true? For all of them? For just the $z=x+y$ ones? For $x-y$ a constant?
    – vrugtehagel
    Aug 23 at 2:08











  • @vrugtehagel I found values of $a,b,x,y,z$ such that this is true. Another example is $F_3 = 2 F_2 - F_0$ which seems to hold for any $k$.
    – qwr
    Aug 23 at 2:13










  • @vrugtehagel these specifically math.stackexchange.com/q/2806811/122489
    – qwr
    Aug 23 at 2:16










  • Well from just $F_3=2F_2-F_0$ you can't prove $F_4=2F_3-F_1$ because you didn't define any recursion, you just linked three constants $F_3,F_2,F_0$ by some equation.
    – vrugtehagel
    Aug 23 at 2:57












up vote
0
down vote

favorite









up vote
0
down vote

favorite











Under what conditions does $F_z = a F_x + b F_y$ imply $F_z+k = a F_x+k + b F_y+k$?



For example, $F_4 = 3 F_2 - F_0$, and $F_5 = 3 F_3 - F_1$, $F_6 = 3 F_4 - F_2$, etc.



If I can prove using the matrix form $$A^n =beginpmatrix 1 & 1 \ 1 & 0 endpmatrix^n = beginpmatrix F_n+1 & F_n \ F_n & F_n-1 endpmatrix$$



that



$$A^z = a A^x + b A^y $$



then I can simply multiply by $A$.







share|cite|improve this question














Under what conditions does $F_z = a F_x + b F_y$ imply $F_z+k = a F_x+k + b F_y+k$?



For example, $F_4 = 3 F_2 - F_0$, and $F_5 = 3 F_3 - F_1$, $F_6 = 3 F_4 - F_2$, etc.



If I can prove using the matrix form $$A^n =beginpmatrix 1 & 1 \ 1 & 0 endpmatrix^n = beginpmatrix F_n+1 & F_n \ F_n & F_n-1 endpmatrix$$



that



$$A^z = a A^x + b A^y $$



then I can simply multiply by $A$.









share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Aug 23 at 5:21

























asked Aug 23 at 2:06









qwr

6,44842654




6,44842654







  • 1




    In saying $F_z = a F_x + b F_y$ you kinda have to relate $z$, $x$ and $y$ somehow or this is not true at all. For what $x,y,z$ is this true? For all of them? For just the $z=x+y$ ones? For $x-y$ a constant?
    – vrugtehagel
    Aug 23 at 2:08











  • @vrugtehagel I found values of $a,b,x,y,z$ such that this is true. Another example is $F_3 = 2 F_2 - F_0$ which seems to hold for any $k$.
    – qwr
    Aug 23 at 2:13










  • @vrugtehagel these specifically math.stackexchange.com/q/2806811/122489
    – qwr
    Aug 23 at 2:16










  • Well from just $F_3=2F_2-F_0$ you can't prove $F_4=2F_3-F_1$ because you didn't define any recursion, you just linked three constants $F_3,F_2,F_0$ by some equation.
    – vrugtehagel
    Aug 23 at 2:57












  • 1




    In saying $F_z = a F_x + b F_y$ you kinda have to relate $z$, $x$ and $y$ somehow or this is not true at all. For what $x,y,z$ is this true? For all of them? For just the $z=x+y$ ones? For $x-y$ a constant?
    – vrugtehagel
    Aug 23 at 2:08











  • @vrugtehagel I found values of $a,b,x,y,z$ such that this is true. Another example is $F_3 = 2 F_2 - F_0$ which seems to hold for any $k$.
    – qwr
    Aug 23 at 2:13










  • @vrugtehagel these specifically math.stackexchange.com/q/2806811/122489
    – qwr
    Aug 23 at 2:16










  • Well from just $F_3=2F_2-F_0$ you can't prove $F_4=2F_3-F_1$ because you didn't define any recursion, you just linked three constants $F_3,F_2,F_0$ by some equation.
    – vrugtehagel
    Aug 23 at 2:57







1




1




In saying $F_z = a F_x + b F_y$ you kinda have to relate $z$, $x$ and $y$ somehow or this is not true at all. For what $x,y,z$ is this true? For all of them? For just the $z=x+y$ ones? For $x-y$ a constant?
– vrugtehagel
Aug 23 at 2:08





In saying $F_z = a F_x + b F_y$ you kinda have to relate $z$, $x$ and $y$ somehow or this is not true at all. For what $x,y,z$ is this true? For all of them? For just the $z=x+y$ ones? For $x-y$ a constant?
– vrugtehagel
Aug 23 at 2:08













@vrugtehagel I found values of $a,b,x,y,z$ such that this is true. Another example is $F_3 = 2 F_2 - F_0$ which seems to hold for any $k$.
– qwr
Aug 23 at 2:13




@vrugtehagel I found values of $a,b,x,y,z$ such that this is true. Another example is $F_3 = 2 F_2 - F_0$ which seems to hold for any $k$.
– qwr
Aug 23 at 2:13












@vrugtehagel these specifically math.stackexchange.com/q/2806811/122489
– qwr
Aug 23 at 2:16




@vrugtehagel these specifically math.stackexchange.com/q/2806811/122489
– qwr
Aug 23 at 2:16












Well from just $F_3=2F_2-F_0$ you can't prove $F_4=2F_3-F_1$ because you didn't define any recursion, you just linked three constants $F_3,F_2,F_0$ by some equation.
– vrugtehagel
Aug 23 at 2:57




Well from just $F_3=2F_2-F_0$ you can't prove $F_4=2F_3-F_1$ because you didn't define any recursion, you just linked three constants $F_3,F_2,F_0$ by some equation.
– vrugtehagel
Aug 23 at 2:57










2 Answers
2






active

oldest

votes

















up vote
1
down vote













First some background-



  • Equation - A relation between algebraic quantities (variables) which may be true for none, some or all values of the variables.


  • Identity - A equation that is true for all values of the variables.



The relation-



Now, $F(2) neq 2. F(3) + F(89)$ (for example), so that the relation is not an identity but simply an equation that can be solved to get values of $a$, $b$, $x$, $y$ and $z$ ( although it probably had no closed form solution ).




A counter example-



$F(4) = 2. F(1) + F(2)$



But, $F(5) neq 2. F(2) + F(3)$



Therefore, the implication does not always hold and we need to find some condition(s) for which it holds.




An example relation (to get us on the right track)-



One such solution can be -



$$F(n) = 4. F(n-3) + F(n-6)$$



Obviously, the question of a proof by induction does not arise, as there is no recursive relation to use.



Note that, $F(n+k)$ is necessarily equal to $4.F(n-3+k) + F(n-6+k)$.



PROOF-



Our claim is -



Claim-



Given, $F(n) = 4.F(n-3) + F(n-6), forall n gt 6 in mathbbN$



we have $S(k) := F(n + k) = 4.F(n-3+k) + F(n-6+k),$ is true $ forall k in mathbbN$ .



Solution-



First, the base cases -



$S(0)$ is true by hypothesis.



Also, $S(1)$ is true-



$F(n+1)=4.F(n-3+1)+ F(n-6+1)$



$Leftrightarrow F((n+1)) = 4. F((n+1) - 3)+F((n+1)-6)$ (The result is true for all natural $n>6$, but $n+1$ is also a natural number)



Now, it is trivial to see that -



$F(n+k)=4.F(n-3+k)+ F(n-6+k)$



$Leftrightarrow F((n+k)) = 4. F((n+k) - 3)+F((n+k)-6)$



Basically, we already know the relation to be true for every natural number above 6, so the addition by $k$ can be reinterpreted as an stating the relation for the $k^(th)$ natural number after it, which is again true, since relation is true for each and every natural number (greater than 6).



We, can do the proof by mathematical induction if we want a feeling of greater rigor; but this proof is also perfectly valid and rigorous.




The final answer-



The above proof, suggests one condition which guarantees the property you want -



$$F(x) = a.F(y) + b.F(z) Rightarrow F(x+k) = a. F(y+k) + b. F(z+k)$$



if $y$ and $z$ are linear functions of $x$ with coefficient of x being 1.



(Note the use of if as opposed to iff.)



That is, if an increment in $x$ automatically leads to an equal increment in $y$ and $z$.



The proof for this condition is exactly the same as the one above ( and is left to the reader :P ).



This may not necessarily be the only such condition (hence, if instead of iff), but I am unable to prove that either way.






share|cite|improve this answer






















  • But $F_n+k = 4 F_n-3+k + F_n-6+k$. It is proved when $k$ is a multiple of $n$ here math.stackexchange.com/q/2806811/122489
    – qwr
    Aug 23 at 4:25











  • Are you sure? I believe it holds for all $k$ I just can't prove it.
    – qwr
    Aug 23 at 5:14











  • Adding the multiplicity condition would ean that that the formula is essentially unchanged. No doubt, that is part of (or at least, close to) the central idea in recurrence relations, but the idea I was trying to get across was that there is nothing to be proved in the formula as it stands.
    – DevashishKaushik
    Aug 23 at 5:16










  • The question that you linked to asks for the values that the coefficients (Here, $a$ and $b$) would take. Similarily, you would first need to decide what your boundary conditions are before attempting a proof. (Basically, the meaning of the relation is still unclear. )
    – DevashishKaushik
    Aug 23 at 5:20










  • @qwr Ok, you are correct about this case. I will add the proof. Just let me check the general case again.
    – DevashishKaushik
    Aug 23 at 5:25

















up vote
0
down vote



accepted










I can check by hand
beginalign
F_z & = a F_x + b F_y \
F_z+1 & = a F_x+1 + b F_y+1 \
endalign



then add the equations.






share|cite|improve this answer






















  • "You can check by hand"? You mean, "I assume"? There's nothing you can prove that with. The relation for $x,y,z$ isn't even mentioned
    – vrugtehagel
    Aug 26 at 12:01










Your Answer




StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2891620%2fconstant-recursive-fibonacci-identities%23new-answer', 'question_page');

);

Post as a guest






























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
1
down vote













First some background-



  • Equation - A relation between algebraic quantities (variables) which may be true for none, some or all values of the variables.


  • Identity - A equation that is true for all values of the variables.



The relation-



Now, $F(2) neq 2. F(3) + F(89)$ (for example), so that the relation is not an identity but simply an equation that can be solved to get values of $a$, $b$, $x$, $y$ and $z$ ( although it probably had no closed form solution ).




A counter example-



$F(4) = 2. F(1) + F(2)$



But, $F(5) neq 2. F(2) + F(3)$



Therefore, the implication does not always hold and we need to find some condition(s) for which it holds.




An example relation (to get us on the right track)-



One such solution can be -



$$F(n) = 4. F(n-3) + F(n-6)$$



Obviously, the question of a proof by induction does not arise, as there is no recursive relation to use.



Note that, $F(n+k)$ is necessarily equal to $4.F(n-3+k) + F(n-6+k)$.



PROOF-



Our claim is -



Claim-



Given, $F(n) = 4.F(n-3) + F(n-6), forall n gt 6 in mathbbN$



we have $S(k) := F(n + k) = 4.F(n-3+k) + F(n-6+k),$ is true $ forall k in mathbbN$ .



Solution-



First, the base cases -



$S(0)$ is true by hypothesis.



Also, $S(1)$ is true-



$F(n+1)=4.F(n-3+1)+ F(n-6+1)$



$Leftrightarrow F((n+1)) = 4. F((n+1) - 3)+F((n+1)-6)$ (The result is true for all natural $n>6$, but $n+1$ is also a natural number)



Now, it is trivial to see that -



$F(n+k)=4.F(n-3+k)+ F(n-6+k)$



$Leftrightarrow F((n+k)) = 4. F((n+k) - 3)+F((n+k)-6)$



Basically, we already know the relation to be true for every natural number above 6, so the addition by $k$ can be reinterpreted as an stating the relation for the $k^(th)$ natural number after it, which is again true, since relation is true for each and every natural number (greater than 6).



We, can do the proof by mathematical induction if we want a feeling of greater rigor; but this proof is also perfectly valid and rigorous.




The final answer-



The above proof, suggests one condition which guarantees the property you want -



$$F(x) = a.F(y) + b.F(z) Rightarrow F(x+k) = a. F(y+k) + b. F(z+k)$$



if $y$ and $z$ are linear functions of $x$ with coefficient of x being 1.



(Note the use of if as opposed to iff.)



That is, if an increment in $x$ automatically leads to an equal increment in $y$ and $z$.



The proof for this condition is exactly the same as the one above ( and is left to the reader :P ).



This may not necessarily be the only such condition (hence, if instead of iff), but I am unable to prove that either way.






share|cite|improve this answer






















  • But $F_n+k = 4 F_n-3+k + F_n-6+k$. It is proved when $k$ is a multiple of $n$ here math.stackexchange.com/q/2806811/122489
    – qwr
    Aug 23 at 4:25











  • Are you sure? I believe it holds for all $k$ I just can't prove it.
    – qwr
    Aug 23 at 5:14











  • Adding the multiplicity condition would ean that that the formula is essentially unchanged. No doubt, that is part of (or at least, close to) the central idea in recurrence relations, but the idea I was trying to get across was that there is nothing to be proved in the formula as it stands.
    – DevashishKaushik
    Aug 23 at 5:16










  • The question that you linked to asks for the values that the coefficients (Here, $a$ and $b$) would take. Similarily, you would first need to decide what your boundary conditions are before attempting a proof. (Basically, the meaning of the relation is still unclear. )
    – DevashishKaushik
    Aug 23 at 5:20










  • @qwr Ok, you are correct about this case. I will add the proof. Just let me check the general case again.
    – DevashishKaushik
    Aug 23 at 5:25














up vote
1
down vote













First some background-



  • Equation - A relation between algebraic quantities (variables) which may be true for none, some or all values of the variables.


  • Identity - A equation that is true for all values of the variables.



The relation-



Now, $F(2) neq 2. F(3) + F(89)$ (for example), so that the relation is not an identity but simply an equation that can be solved to get values of $a$, $b$, $x$, $y$ and $z$ ( although it probably had no closed form solution ).




A counter example-



$F(4) = 2. F(1) + F(2)$



But, $F(5) neq 2. F(2) + F(3)$



Therefore, the implication does not always hold and we need to find some condition(s) for which it holds.




An example relation (to get us on the right track)-



One such solution can be -



$$F(n) = 4. F(n-3) + F(n-6)$$



Obviously, the question of a proof by induction does not arise, as there is no recursive relation to use.



Note that, $F(n+k)$ is necessarily equal to $4.F(n-3+k) + F(n-6+k)$.



PROOF-



Our claim is -



Claim-



Given, $F(n) = 4.F(n-3) + F(n-6), forall n gt 6 in mathbbN$



we have $S(k) := F(n + k) = 4.F(n-3+k) + F(n-6+k),$ is true $ forall k in mathbbN$ .



Solution-



First, the base cases -



$S(0)$ is true by hypothesis.



Also, $S(1)$ is true-



$F(n+1)=4.F(n-3+1)+ F(n-6+1)$



$Leftrightarrow F((n+1)) = 4. F((n+1) - 3)+F((n+1)-6)$ (The result is true for all natural $n>6$, but $n+1$ is also a natural number)



Now, it is trivial to see that -



$F(n+k)=4.F(n-3+k)+ F(n-6+k)$



$Leftrightarrow F((n+k)) = 4. F((n+k) - 3)+F((n+k)-6)$



Basically, we already know the relation to be true for every natural number above 6, so the addition by $k$ can be reinterpreted as an stating the relation for the $k^(th)$ natural number after it, which is again true, since relation is true for each and every natural number (greater than 6).



We, can do the proof by mathematical induction if we want a feeling of greater rigor; but this proof is also perfectly valid and rigorous.




The final answer-



The above proof, suggests one condition which guarantees the property you want -



$$F(x) = a.F(y) + b.F(z) Rightarrow F(x+k) = a. F(y+k) + b. F(z+k)$$



if $y$ and $z$ are linear functions of $x$ with coefficient of x being 1.



(Note the use of if as opposed to iff.)



That is, if an increment in $x$ automatically leads to an equal increment in $y$ and $z$.



The proof for this condition is exactly the same as the one above ( and is left to the reader :P ).



This may not necessarily be the only such condition (hence, if instead of iff), but I am unable to prove that either way.






share|cite|improve this answer






















  • But $F_n+k = 4 F_n-3+k + F_n-6+k$. It is proved when $k$ is a multiple of $n$ here math.stackexchange.com/q/2806811/122489
    – qwr
    Aug 23 at 4:25











  • Are you sure? I believe it holds for all $k$ I just can't prove it.
    – qwr
    Aug 23 at 5:14











  • Adding the multiplicity condition would ean that that the formula is essentially unchanged. No doubt, that is part of (or at least, close to) the central idea in recurrence relations, but the idea I was trying to get across was that there is nothing to be proved in the formula as it stands.
    – DevashishKaushik
    Aug 23 at 5:16










  • The question that you linked to asks for the values that the coefficients (Here, $a$ and $b$) would take. Similarily, you would first need to decide what your boundary conditions are before attempting a proof. (Basically, the meaning of the relation is still unclear. )
    – DevashishKaushik
    Aug 23 at 5:20










  • @qwr Ok, you are correct about this case. I will add the proof. Just let me check the general case again.
    – DevashishKaushik
    Aug 23 at 5:25












up vote
1
down vote










up vote
1
down vote









First some background-



  • Equation - A relation between algebraic quantities (variables) which may be true for none, some or all values of the variables.


  • Identity - A equation that is true for all values of the variables.



The relation-



Now, $F(2) neq 2. F(3) + F(89)$ (for example), so that the relation is not an identity but simply an equation that can be solved to get values of $a$, $b$, $x$, $y$ and $z$ ( although it probably had no closed form solution ).




A counter example-



$F(4) = 2. F(1) + F(2)$



But, $F(5) neq 2. F(2) + F(3)$



Therefore, the implication does not always hold and we need to find some condition(s) for which it holds.




An example relation (to get us on the right track)-



One such solution can be -



$$F(n) = 4. F(n-3) + F(n-6)$$



Obviously, the question of a proof by induction does not arise, as there is no recursive relation to use.



Note that, $F(n+k)$ is necessarily equal to $4.F(n-3+k) + F(n-6+k)$.



PROOF-



Our claim is -



Claim-



Given, $F(n) = 4.F(n-3) + F(n-6), forall n gt 6 in mathbbN$



we have $S(k) := F(n + k) = 4.F(n-3+k) + F(n-6+k),$ is true $ forall k in mathbbN$ .



Solution-



First, the base cases -



$S(0)$ is true by hypothesis.



Also, $S(1)$ is true-



$F(n+1)=4.F(n-3+1)+ F(n-6+1)$



$Leftrightarrow F((n+1)) = 4. F((n+1) - 3)+F((n+1)-6)$ (The result is true for all natural $n>6$, but $n+1$ is also a natural number)



Now, it is trivial to see that -



$F(n+k)=4.F(n-3+k)+ F(n-6+k)$



$Leftrightarrow F((n+k)) = 4. F((n+k) - 3)+F((n+k)-6)$



Basically, we already know the relation to be true for every natural number above 6, so the addition by $k$ can be reinterpreted as an stating the relation for the $k^(th)$ natural number after it, which is again true, since relation is true for each and every natural number (greater than 6).



We, can do the proof by mathematical induction if we want a feeling of greater rigor; but this proof is also perfectly valid and rigorous.




The final answer-



The above proof, suggests one condition which guarantees the property you want -



$$F(x) = a.F(y) + b.F(z) Rightarrow F(x+k) = a. F(y+k) + b. F(z+k)$$



if $y$ and $z$ are linear functions of $x$ with coefficient of x being 1.



(Note the use of if as opposed to iff.)



That is, if an increment in $x$ automatically leads to an equal increment in $y$ and $z$.



The proof for this condition is exactly the same as the one above ( and is left to the reader :P ).



This may not necessarily be the only such condition (hence, if instead of iff), but I am unable to prove that either way.






share|cite|improve this answer














First some background-



  • Equation - A relation between algebraic quantities (variables) which may be true for none, some or all values of the variables.


  • Identity - A equation that is true for all values of the variables.



The relation-



Now, $F(2) neq 2. F(3) + F(89)$ (for example), so that the relation is not an identity but simply an equation that can be solved to get values of $a$, $b$, $x$, $y$ and $z$ ( although it probably had no closed form solution ).




A counter example-



$F(4) = 2. F(1) + F(2)$



But, $F(5) neq 2. F(2) + F(3)$



Therefore, the implication does not always hold and we need to find some condition(s) for which it holds.




An example relation (to get us on the right track)-



One such solution can be -



$$F(n) = 4. F(n-3) + F(n-6)$$



Obviously, the question of a proof by induction does not arise, as there is no recursive relation to use.



Note that, $F(n+k)$ is necessarily equal to $4.F(n-3+k) + F(n-6+k)$.



PROOF-



Our claim is -



Claim-



Given, $F(n) = 4.F(n-3) + F(n-6), forall n gt 6 in mathbbN$



we have $S(k) := F(n + k) = 4.F(n-3+k) + F(n-6+k),$ is true $ forall k in mathbbN$ .



Solution-



First, the base cases -



$S(0)$ is true by hypothesis.



Also, $S(1)$ is true-



$F(n+1)=4.F(n-3+1)+ F(n-6+1)$



$Leftrightarrow F((n+1)) = 4. F((n+1) - 3)+F((n+1)-6)$ (The result is true for all natural $n>6$, but $n+1$ is also a natural number)



Now, it is trivial to see that -



$F(n+k)=4.F(n-3+k)+ F(n-6+k)$



$Leftrightarrow F((n+k)) = 4. F((n+k) - 3)+F((n+k)-6)$



Basically, we already know the relation to be true for every natural number above 6, so the addition by $k$ can be reinterpreted as an stating the relation for the $k^(th)$ natural number after it, which is again true, since relation is true for each and every natural number (greater than 6).



We, can do the proof by mathematical induction if we want a feeling of greater rigor; but this proof is also perfectly valid and rigorous.




The final answer-



The above proof, suggests one condition which guarantees the property you want -



$$F(x) = a.F(y) + b.F(z) Rightarrow F(x+k) = a. F(y+k) + b. F(z+k)$$



if $y$ and $z$ are linear functions of $x$ with coefficient of x being 1.



(Note the use of if as opposed to iff.)



That is, if an increment in $x$ automatically leads to an equal increment in $y$ and $z$.



The proof for this condition is exactly the same as the one above ( and is left to the reader :P ).



This may not necessarily be the only such condition (hence, if instead of iff), but I am unable to prove that either way.







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited Aug 23 at 6:20

























answered Aug 23 at 3:52









DevashishKaushik

19114




19114











  • But $F_n+k = 4 F_n-3+k + F_n-6+k$. It is proved when $k$ is a multiple of $n$ here math.stackexchange.com/q/2806811/122489
    – qwr
    Aug 23 at 4:25











  • Are you sure? I believe it holds for all $k$ I just can't prove it.
    – qwr
    Aug 23 at 5:14











  • Adding the multiplicity condition would ean that that the formula is essentially unchanged. No doubt, that is part of (or at least, close to) the central idea in recurrence relations, but the idea I was trying to get across was that there is nothing to be proved in the formula as it stands.
    – DevashishKaushik
    Aug 23 at 5:16










  • The question that you linked to asks for the values that the coefficients (Here, $a$ and $b$) would take. Similarily, you would first need to decide what your boundary conditions are before attempting a proof. (Basically, the meaning of the relation is still unclear. )
    – DevashishKaushik
    Aug 23 at 5:20










  • @qwr Ok, you are correct about this case. I will add the proof. Just let me check the general case again.
    – DevashishKaushik
    Aug 23 at 5:25
















  • But $F_n+k = 4 F_n-3+k + F_n-6+k$. It is proved when $k$ is a multiple of $n$ here math.stackexchange.com/q/2806811/122489
    – qwr
    Aug 23 at 4:25











  • Are you sure? I believe it holds for all $k$ I just can't prove it.
    – qwr
    Aug 23 at 5:14











  • Adding the multiplicity condition would ean that that the formula is essentially unchanged. No doubt, that is part of (or at least, close to) the central idea in recurrence relations, but the idea I was trying to get across was that there is nothing to be proved in the formula as it stands.
    – DevashishKaushik
    Aug 23 at 5:16










  • The question that you linked to asks for the values that the coefficients (Here, $a$ and $b$) would take. Similarily, you would first need to decide what your boundary conditions are before attempting a proof. (Basically, the meaning of the relation is still unclear. )
    – DevashishKaushik
    Aug 23 at 5:20










  • @qwr Ok, you are correct about this case. I will add the proof. Just let me check the general case again.
    – DevashishKaushik
    Aug 23 at 5:25















But $F_n+k = 4 F_n-3+k + F_n-6+k$. It is proved when $k$ is a multiple of $n$ here math.stackexchange.com/q/2806811/122489
– qwr
Aug 23 at 4:25





But $F_n+k = 4 F_n-3+k + F_n-6+k$. It is proved when $k$ is a multiple of $n$ here math.stackexchange.com/q/2806811/122489
– qwr
Aug 23 at 4:25













Are you sure? I believe it holds for all $k$ I just can't prove it.
– qwr
Aug 23 at 5:14





Are you sure? I believe it holds for all $k$ I just can't prove it.
– qwr
Aug 23 at 5:14













Adding the multiplicity condition would ean that that the formula is essentially unchanged. No doubt, that is part of (or at least, close to) the central idea in recurrence relations, but the idea I was trying to get across was that there is nothing to be proved in the formula as it stands.
– DevashishKaushik
Aug 23 at 5:16




Adding the multiplicity condition would ean that that the formula is essentially unchanged. No doubt, that is part of (or at least, close to) the central idea in recurrence relations, but the idea I was trying to get across was that there is nothing to be proved in the formula as it stands.
– DevashishKaushik
Aug 23 at 5:16












The question that you linked to asks for the values that the coefficients (Here, $a$ and $b$) would take. Similarily, you would first need to decide what your boundary conditions are before attempting a proof. (Basically, the meaning of the relation is still unclear. )
– DevashishKaushik
Aug 23 at 5:20




The question that you linked to asks for the values that the coefficients (Here, $a$ and $b$) would take. Similarily, you would first need to decide what your boundary conditions are before attempting a proof. (Basically, the meaning of the relation is still unclear. )
– DevashishKaushik
Aug 23 at 5:20












@qwr Ok, you are correct about this case. I will add the proof. Just let me check the general case again.
– DevashishKaushik
Aug 23 at 5:25




@qwr Ok, you are correct about this case. I will add the proof. Just let me check the general case again.
– DevashishKaushik
Aug 23 at 5:25










up vote
0
down vote



accepted










I can check by hand
beginalign
F_z & = a F_x + b F_y \
F_z+1 & = a F_x+1 + b F_y+1 \
endalign



then add the equations.






share|cite|improve this answer






















  • "You can check by hand"? You mean, "I assume"? There's nothing you can prove that with. The relation for $x,y,z$ isn't even mentioned
    – vrugtehagel
    Aug 26 at 12:01














up vote
0
down vote



accepted










I can check by hand
beginalign
F_z & = a F_x + b F_y \
F_z+1 & = a F_x+1 + b F_y+1 \
endalign



then add the equations.






share|cite|improve this answer






















  • "You can check by hand"? You mean, "I assume"? There's nothing you can prove that with. The relation for $x,y,z$ isn't even mentioned
    – vrugtehagel
    Aug 26 at 12:01












up vote
0
down vote



accepted







up vote
0
down vote



accepted






I can check by hand
beginalign
F_z & = a F_x + b F_y \
F_z+1 & = a F_x+1 + b F_y+1 \
endalign



then add the equations.






share|cite|improve this answer














I can check by hand
beginalign
F_z & = a F_x + b F_y \
F_z+1 & = a F_x+1 + b F_y+1 \
endalign



then add the equations.







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited Aug 23 at 6:49

























answered Aug 23 at 5:44









qwr

6,44842654




6,44842654











  • "You can check by hand"? You mean, "I assume"? There's nothing you can prove that with. The relation for $x,y,z$ isn't even mentioned
    – vrugtehagel
    Aug 26 at 12:01
















  • "You can check by hand"? You mean, "I assume"? There's nothing you can prove that with. The relation for $x,y,z$ isn't even mentioned
    – vrugtehagel
    Aug 26 at 12:01















"You can check by hand"? You mean, "I assume"? There's nothing you can prove that with. The relation for $x,y,z$ isn't even mentioned
– vrugtehagel
Aug 26 at 12:01




"You can check by hand"? You mean, "I assume"? There's nothing you can prove that with. The relation for $x,y,z$ isn't even mentioned
– vrugtehagel
Aug 26 at 12:01

















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2891620%2fconstant-recursive-fibonacci-identities%23new-answer', 'question_page');

);

Post as a guest













































































這個網誌中的熱門文章

tkz-euclide: tkzDrawCircle[R] not working

How to combine Bézier curves to a surface?

1st Magritte Awards