Let $(F_n)_{nin mathbb{N}}$ be the Fibonacci sequence. Prove that $F_{n+1}F_n - F_{n-1}F_{n-2} = F_{2n-1}$.
$begingroup$
Let $(F_n)_{nin mathbb{N}}$ be the Fibonacci sequence. Prove that $F_{n+1}F_n - F_{n-1}F_{n-2} = F_{2n-1}$.
I'm trying to prove usinge the induction principle, so here is my sketch:
$(i)$ $n = 3 implies F_4F_3-F_2F_1= 6-1 = 5 = F_5$
$(ii)$ Supose true for $n = k$
$F_{k+2}F_{k+1}-F_{k}F_{k-1} = (F_{k+1}+F_k)F_{k+1} - (F_{k-1}+F_{k-2})F_{k-1} = F_{k+1}F_k-F_{k-1}F_{k-2} + F_{k+1}^2 - F_{k-1}^2 = F_{2k-1} + F_{k+1}^2 - F_{k-1}^2 $.
I got stuck here, how can I transform $F_{k+1}^2 - F_{k-1}^2$ in $F_{2k}$?
discrete-mathematics induction fibonacci-numbers
$endgroup$
add a comment |
$begingroup$
Let $(F_n)_{nin mathbb{N}}$ be the Fibonacci sequence. Prove that $F_{n+1}F_n - F_{n-1}F_{n-2} = F_{2n-1}$.
I'm trying to prove usinge the induction principle, so here is my sketch:
$(i)$ $n = 3 implies F_4F_3-F_2F_1= 6-1 = 5 = F_5$
$(ii)$ Supose true for $n = k$
$F_{k+2}F_{k+1}-F_{k}F_{k-1} = (F_{k+1}+F_k)F_{k+1} - (F_{k-1}+F_{k-2})F_{k-1} = F_{k+1}F_k-F_{k-1}F_{k-2} + F_{k+1}^2 - F_{k-1}^2 = F_{2k-1} + F_{k+1}^2 - F_{k-1}^2 $.
I got stuck here, how can I transform $F_{k+1}^2 - F_{k-1}^2$ in $F_{2k}$?
discrete-mathematics induction fibonacci-numbers
$endgroup$
3
$begingroup$
Note the Fibonacci number Wikipedia entry states that a form of "d'Ocagne's identity" is $F_{2n} = F_{n + 1}^2 - F_{n - 1}^2$. Thus, doing a search on this identity may provide a relatively simple way to prove it and, thus, finish your induction proof.
$endgroup$
– John Omielan
Jan 23 at 2:15
add a comment |
$begingroup$
Let $(F_n)_{nin mathbb{N}}$ be the Fibonacci sequence. Prove that $F_{n+1}F_n - F_{n-1}F_{n-2} = F_{2n-1}$.
I'm trying to prove usinge the induction principle, so here is my sketch:
$(i)$ $n = 3 implies F_4F_3-F_2F_1= 6-1 = 5 = F_5$
$(ii)$ Supose true for $n = k$
$F_{k+2}F_{k+1}-F_{k}F_{k-1} = (F_{k+1}+F_k)F_{k+1} - (F_{k-1}+F_{k-2})F_{k-1} = F_{k+1}F_k-F_{k-1}F_{k-2} + F_{k+1}^2 - F_{k-1}^2 = F_{2k-1} + F_{k+1}^2 - F_{k-1}^2 $.
I got stuck here, how can I transform $F_{k+1}^2 - F_{k-1}^2$ in $F_{2k}$?
discrete-mathematics induction fibonacci-numbers
$endgroup$
Let $(F_n)_{nin mathbb{N}}$ be the Fibonacci sequence. Prove that $F_{n+1}F_n - F_{n-1}F_{n-2} = F_{2n-1}$.
I'm trying to prove usinge the induction principle, so here is my sketch:
$(i)$ $n = 3 implies F_4F_3-F_2F_1= 6-1 = 5 = F_5$
$(ii)$ Supose true for $n = k$
$F_{k+2}F_{k+1}-F_{k}F_{k-1} = (F_{k+1}+F_k)F_{k+1} - (F_{k-1}+F_{k-2})F_{k-1} = F_{k+1}F_k-F_{k-1}F_{k-2} + F_{k+1}^2 - F_{k-1}^2 = F_{2k-1} + F_{k+1}^2 - F_{k-1}^2 $.
I got stuck here, how can I transform $F_{k+1}^2 - F_{k-1}^2$ in $F_{2k}$?
discrete-mathematics induction fibonacci-numbers
discrete-mathematics induction fibonacci-numbers
asked Jan 23 at 1:46
MrBrMrBr
756
756
3
$begingroup$
Note the Fibonacci number Wikipedia entry states that a form of "d'Ocagne's identity" is $F_{2n} = F_{n + 1}^2 - F_{n - 1}^2$. Thus, doing a search on this identity may provide a relatively simple way to prove it and, thus, finish your induction proof.
$endgroup$
– John Omielan
Jan 23 at 2:15
add a comment |
3
$begingroup$
Note the Fibonacci number Wikipedia entry states that a form of "d'Ocagne's identity" is $F_{2n} = F_{n + 1}^2 - F_{n - 1}^2$. Thus, doing a search on this identity may provide a relatively simple way to prove it and, thus, finish your induction proof.
$endgroup$
– John Omielan
Jan 23 at 2:15
3
3
$begingroup$
Note the Fibonacci number Wikipedia entry states that a form of "d'Ocagne's identity" is $F_{2n} = F_{n + 1}^2 - F_{n - 1}^2$. Thus, doing a search on this identity may provide a relatively simple way to prove it and, thus, finish your induction proof.
$endgroup$
– John Omielan
Jan 23 at 2:15
$begingroup$
Note the Fibonacci number Wikipedia entry states that a form of "d'Ocagne's identity" is $F_{2n} = F_{n + 1}^2 - F_{n - 1}^2$. Thus, doing a search on this identity may provide a relatively simple way to prove it and, thus, finish your induction proof.
$endgroup$
– John Omielan
Jan 23 at 2:15
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
First we can prove that $F_n=frac{1}{sqrt{5}}((frac{1+sqrt{5}}{2})^n-(frac{1-sqrt{5}}{2})^n)$ by induction on $n$.
Using the above formula, we can verify that $F_{n+1}F_{n}-F_{n-1}F_{n-2}=F_{2n-1}$.
$endgroup$
add a comment |
$begingroup$
I think you should use the recurrence formula of the Fibonnacci sequence, I.e
$ F(n+2) = F(n+1) + F(n) $
Combine this with the formula you get by induction.
$endgroup$
add a comment |
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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3083976%2flet-f-n-n-in-mathbbn-be-the-fibonacci-sequence-prove-that-f-n1f-n%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
First we can prove that $F_n=frac{1}{sqrt{5}}((frac{1+sqrt{5}}{2})^n-(frac{1-sqrt{5}}{2})^n)$ by induction on $n$.
Using the above formula, we can verify that $F_{n+1}F_{n}-F_{n-1}F_{n-2}=F_{2n-1}$.
$endgroup$
add a comment |
$begingroup$
First we can prove that $F_n=frac{1}{sqrt{5}}((frac{1+sqrt{5}}{2})^n-(frac{1-sqrt{5}}{2})^n)$ by induction on $n$.
Using the above formula, we can verify that $F_{n+1}F_{n}-F_{n-1}F_{n-2}=F_{2n-1}$.
$endgroup$
add a comment |
$begingroup$
First we can prove that $F_n=frac{1}{sqrt{5}}((frac{1+sqrt{5}}{2})^n-(frac{1-sqrt{5}}{2})^n)$ by induction on $n$.
Using the above formula, we can verify that $F_{n+1}F_{n}-F_{n-1}F_{n-2}=F_{2n-1}$.
$endgroup$
First we can prove that $F_n=frac{1}{sqrt{5}}((frac{1+sqrt{5}}{2})^n-(frac{1-sqrt{5}}{2})^n)$ by induction on $n$.
Using the above formula, we can verify that $F_{n+1}F_{n}-F_{n-1}F_{n-2}=F_{2n-1}$.
answered Jan 23 at 2:44
NotoriousJuanGNotoriousJuanG
843
843
add a comment |
add a comment |
$begingroup$
I think you should use the recurrence formula of the Fibonnacci sequence, I.e
$ F(n+2) = F(n+1) + F(n) $
Combine this with the formula you get by induction.
$endgroup$
add a comment |
$begingroup$
I think you should use the recurrence formula of the Fibonnacci sequence, I.e
$ F(n+2) = F(n+1) + F(n) $
Combine this with the formula you get by induction.
$endgroup$
add a comment |
$begingroup$
I think you should use the recurrence formula of the Fibonnacci sequence, I.e
$ F(n+2) = F(n+1) + F(n) $
Combine this with the formula you get by induction.
$endgroup$
I think you should use the recurrence formula of the Fibonnacci sequence, I.e
$ F(n+2) = F(n+1) + F(n) $
Combine this with the formula you get by induction.
answered Jan 23 at 8:20
Cauchy is my masterCauchy is my master
413
413
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3083976%2flet-f-n-n-in-mathbbn-be-the-fibonacci-sequence-prove-that-f-n1f-n%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown

3
$begingroup$
Note the Fibonacci number Wikipedia entry states that a form of "d'Ocagne's identity" is $F_{2n} = F_{n + 1}^2 - F_{n - 1}^2$. Thus, doing a search on this identity may provide a relatively simple way to prove it and, thus, finish your induction proof.
$endgroup$
– John Omielan
Jan 23 at 2:15