Fibonacci summation proof using matrices?

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











up vote
0
down vote

favorite












I have a standard proof for the theorem:



$$sum_^n f_1+f_3+f_5+...+f_2n-1 = f_2n$$



$$f_i$$ refers to the Fibonacci numbers for future reference.



It involves setting p(k) as p(k+1) and proving it through weak induction, it has been graded by my professor and is correct.



However, I have recently came across the fibonacci matrix formulation from here:



How to prove Fibonacci sequence with matrices?



I am curious how I would go about solving this theorem with matrices.



I have tried using the product operator: $$Pi$$



but I am not experienced enough to correctly formulate it so that they equal each other, for example:



$$Pi_i=1^n beginbmatrix1 & 1\1 & 0endbmatrix^2n-1 = beginbmatrix1 & 1\1 & 0endbmatrix^2n$$



Using the product operator may be completely pointless, but I honestly just don't know since I have never really used them before.



Any idea on how the original theorem is shown in matrices?



Thank you for any help in advance.










share|cite|improve this question























  • Yes, $$f_i$$ refers to the fibonacci numbers, i'll edit that in. Thank you.
    – Antas Santas
    Sep 10 at 19:25











  • There is no $i$ in the summands of your sum $sum_i$.
    – Dietrich Burde
    Sep 10 at 19:27










  • @DietrichBurde That is a completely different Fibonacci identity.
    – Mike Earnest
    Sep 10 at 19:31










  • Ooops, will be corrected soon (this one is the right identity., but not yet with matrices).
    – Dietrich Burde
    Sep 10 at 19:31











  • One nice setup for the matrix proof is to begin by noting that $$ pmatrixf_1\f_0 + pmatrixf_3\f_2 + cdots + pmatrixf_2n-1\f_2n-2 = \ pmatrix1\0 + F^2 pmatrix1\0 + cdots + F^2n-2pmatrix1\0 $$ where $F = pmatrix1&1\1&0$
    – Omnomnomnom
    Sep 10 at 19:32















up vote
0
down vote

favorite












I have a standard proof for the theorem:



$$sum_^n f_1+f_3+f_5+...+f_2n-1 = f_2n$$



$$f_i$$ refers to the Fibonacci numbers for future reference.



It involves setting p(k) as p(k+1) and proving it through weak induction, it has been graded by my professor and is correct.



However, I have recently came across the fibonacci matrix formulation from here:



How to prove Fibonacci sequence with matrices?



I am curious how I would go about solving this theorem with matrices.



I have tried using the product operator: $$Pi$$



but I am not experienced enough to correctly formulate it so that they equal each other, for example:



$$Pi_i=1^n beginbmatrix1 & 1\1 & 0endbmatrix^2n-1 = beginbmatrix1 & 1\1 & 0endbmatrix^2n$$



Using the product operator may be completely pointless, but I honestly just don't know since I have never really used them before.



Any idea on how the original theorem is shown in matrices?



Thank you for any help in advance.










share|cite|improve this question























  • Yes, $$f_i$$ refers to the fibonacci numbers, i'll edit that in. Thank you.
    – Antas Santas
    Sep 10 at 19:25











  • There is no $i$ in the summands of your sum $sum_i$.
    – Dietrich Burde
    Sep 10 at 19:27










  • @DietrichBurde That is a completely different Fibonacci identity.
    – Mike Earnest
    Sep 10 at 19:31










  • Ooops, will be corrected soon (this one is the right identity., but not yet with matrices).
    – Dietrich Burde
    Sep 10 at 19:31











  • One nice setup for the matrix proof is to begin by noting that $$ pmatrixf_1\f_0 + pmatrixf_3\f_2 + cdots + pmatrixf_2n-1\f_2n-2 = \ pmatrix1\0 + F^2 pmatrix1\0 + cdots + F^2n-2pmatrix1\0 $$ where $F = pmatrix1&1\1&0$
    – Omnomnomnom
    Sep 10 at 19:32













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I have a standard proof for the theorem:



$$sum_^n f_1+f_3+f_5+...+f_2n-1 = f_2n$$



$$f_i$$ refers to the Fibonacci numbers for future reference.



It involves setting p(k) as p(k+1) and proving it through weak induction, it has been graded by my professor and is correct.



However, I have recently came across the fibonacci matrix formulation from here:



How to prove Fibonacci sequence with matrices?



I am curious how I would go about solving this theorem with matrices.



I have tried using the product operator: $$Pi$$



but I am not experienced enough to correctly formulate it so that they equal each other, for example:



$$Pi_i=1^n beginbmatrix1 & 1\1 & 0endbmatrix^2n-1 = beginbmatrix1 & 1\1 & 0endbmatrix^2n$$



Using the product operator may be completely pointless, but I honestly just don't know since I have never really used them before.



Any idea on how the original theorem is shown in matrices?



Thank you for any help in advance.










share|cite|improve this question















I have a standard proof for the theorem:



$$sum_^n f_1+f_3+f_5+...+f_2n-1 = f_2n$$



$$f_i$$ refers to the Fibonacci numbers for future reference.



It involves setting p(k) as p(k+1) and proving it through weak induction, it has been graded by my professor and is correct.



However, I have recently came across the fibonacci matrix formulation from here:



How to prove Fibonacci sequence with matrices?



I am curious how I would go about solving this theorem with matrices.



I have tried using the product operator: $$Pi$$



but I am not experienced enough to correctly formulate it so that they equal each other, for example:



$$Pi_i=1^n beginbmatrix1 & 1\1 & 0endbmatrix^2n-1 = beginbmatrix1 & 1\1 & 0endbmatrix^2n$$



Using the product operator may be completely pointless, but I honestly just don't know since I have never really used them before.



Any idea on how the original theorem is shown in matrices?



Thank you for any help in advance.







matrices proof-writing fibonacci-numbers






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Sep 10 at 20:08









Bernard

112k636104




112k636104










asked Sep 10 at 19:10









Antas Santas

41




41











  • Yes, $$f_i$$ refers to the fibonacci numbers, i'll edit that in. Thank you.
    – Antas Santas
    Sep 10 at 19:25











  • There is no $i$ in the summands of your sum $sum_i$.
    – Dietrich Burde
    Sep 10 at 19:27










  • @DietrichBurde That is a completely different Fibonacci identity.
    – Mike Earnest
    Sep 10 at 19:31










  • Ooops, will be corrected soon (this one is the right identity., but not yet with matrices).
    – Dietrich Burde
    Sep 10 at 19:31











  • One nice setup for the matrix proof is to begin by noting that $$ pmatrixf_1\f_0 + pmatrixf_3\f_2 + cdots + pmatrixf_2n-1\f_2n-2 = \ pmatrix1\0 + F^2 pmatrix1\0 + cdots + F^2n-2pmatrix1\0 $$ where $F = pmatrix1&1\1&0$
    – Omnomnomnom
    Sep 10 at 19:32

















  • Yes, $$f_i$$ refers to the fibonacci numbers, i'll edit that in. Thank you.
    – Antas Santas
    Sep 10 at 19:25











  • There is no $i$ in the summands of your sum $sum_i$.
    – Dietrich Burde
    Sep 10 at 19:27










  • @DietrichBurde That is a completely different Fibonacci identity.
    – Mike Earnest
    Sep 10 at 19:31










  • Ooops, will be corrected soon (this one is the right identity., but not yet with matrices).
    – Dietrich Burde
    Sep 10 at 19:31











  • One nice setup for the matrix proof is to begin by noting that $$ pmatrixf_1\f_0 + pmatrixf_3\f_2 + cdots + pmatrixf_2n-1\f_2n-2 = \ pmatrix1\0 + F^2 pmatrix1\0 + cdots + F^2n-2pmatrix1\0 $$ where $F = pmatrix1&1\1&0$
    – Omnomnomnom
    Sep 10 at 19:32
















Yes, $$f_i$$ refers to the fibonacci numbers, i'll edit that in. Thank you.
– Antas Santas
Sep 10 at 19:25





Yes, $$f_i$$ refers to the fibonacci numbers, i'll edit that in. Thank you.
– Antas Santas
Sep 10 at 19:25













There is no $i$ in the summands of your sum $sum_i$.
– Dietrich Burde
Sep 10 at 19:27




There is no $i$ in the summands of your sum $sum_i$.
– Dietrich Burde
Sep 10 at 19:27












@DietrichBurde That is a completely different Fibonacci identity.
– Mike Earnest
Sep 10 at 19:31




@DietrichBurde That is a completely different Fibonacci identity.
– Mike Earnest
Sep 10 at 19:31












Ooops, will be corrected soon (this one is the right identity., but not yet with matrices).
– Dietrich Burde
Sep 10 at 19:31





Ooops, will be corrected soon (this one is the right identity., but not yet with matrices).
– Dietrich Burde
Sep 10 at 19:31













One nice setup for the matrix proof is to begin by noting that $$ pmatrixf_1\f_0 + pmatrixf_3\f_2 + cdots + pmatrixf_2n-1\f_2n-2 = \ pmatrix1\0 + F^2 pmatrix1\0 + cdots + F^2n-2pmatrix1\0 $$ where $F = pmatrix1&1\1&0$
– Omnomnomnom
Sep 10 at 19:32





One nice setup for the matrix proof is to begin by noting that $$ pmatrixf_1\f_0 + pmatrixf_3\f_2 + cdots + pmatrixf_2n-1\f_2n-2 = \ pmatrix1\0 + F^2 pmatrix1\0 + cdots + F^2n-2pmatrix1\0 $$ where $F = pmatrix1&1\1&0$
– Omnomnomnom
Sep 10 at 19:32











1 Answer
1






active

oldest

votes

















up vote
6
down vote













Letting $F=beginbmatrix1&1\1&0endbmatrix$, so $F^2=F+I$, then the finite geometric series formula gives
$$
I + F^2 + F^4 + dots + F^2n-2 = (F^2n-I)(F^2-I)^-1 = (F^2n-I)F^-1=F^2n-1-F^-1.
$$
Since $F^-1=beginbmatrix0&1\1&-1endbmatrix$, conclude by examining the upper left entry of the equation
$$
I + F^2 + F^4 + dots + F^2n-2 = F^2n-1-F^-1.
$$
and recalling that $F^n=beginbmatrixF_n+1&F_n\F_n&F_n-1endbmatrix$.






share|cite|improve this answer






















    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%2f2912247%2ffibonacci-summation-proof-using-matrices%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    6
    down vote













    Letting $F=beginbmatrix1&1\1&0endbmatrix$, so $F^2=F+I$, then the finite geometric series formula gives
    $$
    I + F^2 + F^4 + dots + F^2n-2 = (F^2n-I)(F^2-I)^-1 = (F^2n-I)F^-1=F^2n-1-F^-1.
    $$
    Since $F^-1=beginbmatrix0&1\1&-1endbmatrix$, conclude by examining the upper left entry of the equation
    $$
    I + F^2 + F^4 + dots + F^2n-2 = F^2n-1-F^-1.
    $$
    and recalling that $F^n=beginbmatrixF_n+1&F_n\F_n&F_n-1endbmatrix$.






    share|cite|improve this answer


























      up vote
      6
      down vote













      Letting $F=beginbmatrix1&1\1&0endbmatrix$, so $F^2=F+I$, then the finite geometric series formula gives
      $$
      I + F^2 + F^4 + dots + F^2n-2 = (F^2n-I)(F^2-I)^-1 = (F^2n-I)F^-1=F^2n-1-F^-1.
      $$
      Since $F^-1=beginbmatrix0&1\1&-1endbmatrix$, conclude by examining the upper left entry of the equation
      $$
      I + F^2 + F^4 + dots + F^2n-2 = F^2n-1-F^-1.
      $$
      and recalling that $F^n=beginbmatrixF_n+1&F_n\F_n&F_n-1endbmatrix$.






      share|cite|improve this answer
























        up vote
        6
        down vote










        up vote
        6
        down vote









        Letting $F=beginbmatrix1&1\1&0endbmatrix$, so $F^2=F+I$, then the finite geometric series formula gives
        $$
        I + F^2 + F^4 + dots + F^2n-2 = (F^2n-I)(F^2-I)^-1 = (F^2n-I)F^-1=F^2n-1-F^-1.
        $$
        Since $F^-1=beginbmatrix0&1\1&-1endbmatrix$, conclude by examining the upper left entry of the equation
        $$
        I + F^2 + F^4 + dots + F^2n-2 = F^2n-1-F^-1.
        $$
        and recalling that $F^n=beginbmatrixF_n+1&F_n\F_n&F_n-1endbmatrix$.






        share|cite|improve this answer














        Letting $F=beginbmatrix1&1\1&0endbmatrix$, so $F^2=F+I$, then the finite geometric series formula gives
        $$
        I + F^2 + F^4 + dots + F^2n-2 = (F^2n-I)(F^2-I)^-1 = (F^2n-I)F^-1=F^2n-1-F^-1.
        $$
        Since $F^-1=beginbmatrix0&1\1&-1endbmatrix$, conclude by examining the upper left entry of the equation
        $$
        I + F^2 + F^4 + dots + F^2n-2 = F^2n-1-F^-1.
        $$
        and recalling that $F^n=beginbmatrixF_n+1&F_n\F_n&F_n-1endbmatrix$.







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Sep 10 at 21:45

























        answered Sep 10 at 19:26









        Mike Earnest

        18.6k11950




        18.6k11950



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2912247%2ffibonacci-summation-proof-using-matrices%23new-answer', 'question_page');

            );

            Post as a guest













































































            這個網誌中的熱門文章

            Why am i infinitely getting the same tweet with the Twitter Search API?

            Is there any way to eliminate the singular point to solve this integral by hand or by approximations?

            Strongly p-embedded subgroups and p-Sylow subgroups.