Show that $f_n+1cdot f_n-1-f^2_n=(-1)^n$ if $f_n $ is the $n$th Fibonacci number The Next CEO of Stack OverflowFibonacci proof question: $f_n+1f_n-1-f_n^2=(-1)^n$Fibonacci sequence: how to prove that $alpha^n=alphacdot F_n + F_n-1$?Prove the Number of Additions of Fibonacci Number AlgorithmInduction, show that something is smaller then …Proving this $F_n+1 cdot F_n-1 - F^2_n = (-1)^n$ by inductionProving $F_n ge (frac12(1+sqrt5))^n-2$ for $n in mathbbN_>1$ when $F_n$ is the nth Fibonacci numberShow by induction that $n! > n cdot F_n$ for all $n > 3$Show $F_n+1 cdot F_n-1 = F_n^2 + (-1)^n$ for all $n in mathbbN$$gcd(f_k, f_k+3)$, where $f_k$ is the k'th Fibonacci numberShow $f_2n = f_n^2 + 2f_n-1f_n$ where $f_n$ is the $n^th$ fibonacci numberExplaining the proof of Fibonacci number using inductive reasoning
Point distance program written without a framework
how one can write a nice vector parser, something that does pgfvecparseA=B-C; D=E x F;
Does Germany produce more waste than the US?
Getting Stale Gas Out of a Gas Tank w/out Dropping the Tank
What happened in Rome, when the western empire "fell"?
Why don't programming languages automatically manage the synchronous/asynchronous problem?
Does the Idaho Potato Commission associate potato skins with healthy eating?
What was Carter Burke's job for "the company" in Aliens?
Why am I getting "Static method cannot be referenced from a non static context: String String.valueOf(Object)"?
IC has pull-down resistors on SMBus lines?
Help understanding this unsettling image of Titan, Epimetheus, and Saturn's rings?
Airplane gently rocking its wings during whole flight
Is there a way to save my career from absolute disaster?
Players Circumventing the limitations of Wish
Is a distribution that is normal, but highly skewed, considered Gaussian?
Lucky Feat: How can "more than one creature spend a luck point to influence the outcome of a roll"?
Easy to read palindrome checker
Defamation due to breach of confidentiality
Help! I cannot understand this game’s notations!
Can this note be analyzed as a non-chord tone?
Audio Conversion With ADS1243
Scary film where a woman has vaginal teeth
Towers in the ocean; How deep can they be built?
Could a dragon use its wings to swim?
Show that $f_n+1cdot f_n-1-f^2_n=(-1)^n$ if $f_n $ is the $n$th Fibonacci number
The Next CEO of Stack OverflowFibonacci proof question: $f_n+1f_n-1-f_n^2=(-1)^n$Fibonacci sequence: how to prove that $alpha^n=alphacdot F_n + F_n-1$?Prove the Number of Additions of Fibonacci Number AlgorithmInduction, show that something is smaller then …Proving this $F_n+1 cdot F_n-1 - F^2_n = (-1)^n$ by inductionProving $F_n ge (frac12(1+sqrt5))^n-2$ for $n in mathbbN_>1$ when $F_n$ is the nth Fibonacci numberShow by induction that $n! > n cdot F_n$ for all $n > 3$Show $F_n+1 cdot F_n-1 = F_n^2 + (-1)^n$ for all $n in mathbbN$$gcd(f_k, f_k+3)$, where $f_k$ is the k'th Fibonacci numberShow $f_2n = f_n^2 + 2f_n-1f_n$ where $f_n$ is the $n^th$ fibonacci numberExplaining the proof of Fibonacci number using inductive reasoning
$begingroup$
I've reviewed this answer: https://math.stackexchange.com/a/606286/584468 and I'm getting lost on how he did $f_k+2f_k−f^2_k+1=(f_k−f_k+1)f_k−f^2_k+1$
When I thought that $f_k+2=f_k+1+f_k$?
But I'm getting:
$$(f_k+1+f_k)cdot f_k-f^2_k+1 = f_k+1cdot f_k +f^2_k - f^2_k+1$$
$$=(f_k+1)(f_k-f_k+1) + f^2_k$$
$$=(f_k+1)(f_k-(f_k+f_k-1)) + f^2_k $$
$$=f_k+1cdot(-f_k-1) + f^2_k$$
$$=-f_k+1cdot f_k-1 + f^2_k$$
$$=(-1)(f_k+1cdot f_k-1 - f^2_k)$$
$$=(-1)(-1)^k$$
induction recurrence-relations fibonacci-numbers
$endgroup$
add a comment |
$begingroup$
I've reviewed this answer: https://math.stackexchange.com/a/606286/584468 and I'm getting lost on how he did $f_k+2f_k−f^2_k+1=(f_k−f_k+1)f_k−f^2_k+1$
When I thought that $f_k+2=f_k+1+f_k$?
But I'm getting:
$$(f_k+1+f_k)cdot f_k-f^2_k+1 = f_k+1cdot f_k +f^2_k - f^2_k+1$$
$$=(f_k+1)(f_k-f_k+1) + f^2_k$$
$$=(f_k+1)(f_k-(f_k+f_k-1)) + f^2_k $$
$$=f_k+1cdot(-f_k-1) + f^2_k$$
$$=-f_k+1cdot f_k-1 + f^2_k$$
$$=(-1)(f_k+1cdot f_k-1 - f^2_k)$$
$$=(-1)(-1)^k$$
induction recurrence-relations fibonacci-numbers
$endgroup$
add a comment |
$begingroup$
I've reviewed this answer: https://math.stackexchange.com/a/606286/584468 and I'm getting lost on how he did $f_k+2f_k−f^2_k+1=(f_k−f_k+1)f_k−f^2_k+1$
When I thought that $f_k+2=f_k+1+f_k$?
But I'm getting:
$$(f_k+1+f_k)cdot f_k-f^2_k+1 = f_k+1cdot f_k +f^2_k - f^2_k+1$$
$$=(f_k+1)(f_k-f_k+1) + f^2_k$$
$$=(f_k+1)(f_k-(f_k+f_k-1)) + f^2_k $$
$$=f_k+1cdot(-f_k-1) + f^2_k$$
$$=-f_k+1cdot f_k-1 + f^2_k$$
$$=(-1)(f_k+1cdot f_k-1 - f^2_k)$$
$$=(-1)(-1)^k$$
induction recurrence-relations fibonacci-numbers
$endgroup$
I've reviewed this answer: https://math.stackexchange.com/a/606286/584468 and I'm getting lost on how he did $f_k+2f_k−f^2_k+1=(f_k−f_k+1)f_k−f^2_k+1$
When I thought that $f_k+2=f_k+1+f_k$?
But I'm getting:
$$(f_k+1+f_k)cdot f_k-f^2_k+1 = f_k+1cdot f_k +f^2_k - f^2_k+1$$
$$=(f_k+1)(f_k-f_k+1) + f^2_k$$
$$=(f_k+1)(f_k-(f_k+f_k-1)) + f^2_k $$
$$=f_k+1cdot(-f_k-1) + f^2_k$$
$$=-f_k+1cdot f_k-1 + f^2_k$$
$$=(-1)(f_k+1cdot f_k-1 - f^2_k)$$
$$=(-1)(-1)^k$$
induction recurrence-relations fibonacci-numbers
induction recurrence-relations fibonacci-numbers
asked Mar 28 at 2:40
ElliottElliott
947
947
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
You're right. The linked answer is in error; it's using the reverse Fibonacci recurrence $f_k+1+f_k=f_k-1$ consistently, and not noticing that this isn't quite the same as the original.
$endgroup$
add a comment |
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%2f3165399%2fshow-that-f-n1-cdot-f-n-1-f2-n-1n-if-f-n-is-the-nth-fibonacci-n%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
You're right. The linked answer is in error; it's using the reverse Fibonacci recurrence $f_k+1+f_k=f_k-1$ consistently, and not noticing that this isn't quite the same as the original.
$endgroup$
add a comment |
$begingroup$
You're right. The linked answer is in error; it's using the reverse Fibonacci recurrence $f_k+1+f_k=f_k-1$ consistently, and not noticing that this isn't quite the same as the original.
$endgroup$
add a comment |
$begingroup$
You're right. The linked answer is in error; it's using the reverse Fibonacci recurrence $f_k+1+f_k=f_k-1$ consistently, and not noticing that this isn't quite the same as the original.
$endgroup$
You're right. The linked answer is in error; it's using the reverse Fibonacci recurrence $f_k+1+f_k=f_k-1$ consistently, and not noticing that this isn't quite the same as the original.
answered Mar 28 at 3:15
jmerryjmerry
16.9k11633
16.9k11633
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%2f3165399%2fshow-that-f-n1-cdot-f-n-1-f2-n-1n-if-f-n-is-the-nth-fibonacci-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