Constant-recursive Fibonacci identities

Clash 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$.
combinatorics recurrence-relations fibonacci-numbers
add a comment |Â
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$.
combinatorics recurrence-relations fibonacci-numbers
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
add a comment |Â
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$.
combinatorics recurrence-relations fibonacci-numbers
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$.
combinatorics recurrence-relations fibonacci-numbers
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
add a comment |Â
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
add a comment |Â
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.
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
 |Â
show 1 more comment
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.
"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
add a comment |Â
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.
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
 |Â
show 1 more comment
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.
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
 |Â
show 1 more comment
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.
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.
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
 |Â
show 1 more comment
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
 |Â
show 1 more comment
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.
"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
add a comment |Â
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.
"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
add a comment |Â
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.
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.
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
add a comment |Â
"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
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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