Proving That Consecutive Fibonacci Numbers are Relatively Prime












2














The Problem:




Prove that consecutive Fibonacci numbers are relatively prime.




I have seen proofs where people use induction and show that if $gcd(F_n, F_{n+1})=1$, then $gcd(F_{n+1}, F_{n+2})=1$ through the Fibonacci property.



My proof uses induction as well, but in a different way.




We will use induction to show that if such a base case exists that $F_{n}$ and $F_{n+1}$ are both divisible by some integral $k ge 2$, then all $F_{i}$ are divisible by $k$.



$$F_{n} equiv F_{n+1} equiv 0 pmod{k}$$
$$F_{n} equiv F_{n}+F_{n-1} equiv 0 pmod{k}$$
$$F_{n} equiv F_{n-1} equiv 0 pmod{k}$$



Since $F_{3}=2$ and $F_4=3$ are not divisible be any common integer $k ge 2$, our assumption is wrong. Hence, $F_{n}$ and $F_{n+1}$ are relatively prime.











share|cite|improve this question





























    2














    The Problem:




    Prove that consecutive Fibonacci numbers are relatively prime.




    I have seen proofs where people use induction and show that if $gcd(F_n, F_{n+1})=1$, then $gcd(F_{n+1}, F_{n+2})=1$ through the Fibonacci property.



    My proof uses induction as well, but in a different way.




    We will use induction to show that if such a base case exists that $F_{n}$ and $F_{n+1}$ are both divisible by some integral $k ge 2$, then all $F_{i}$ are divisible by $k$.



    $$F_{n} equiv F_{n+1} equiv 0 pmod{k}$$
    $$F_{n} equiv F_{n}+F_{n-1} equiv 0 pmod{k}$$
    $$F_{n} equiv F_{n-1} equiv 0 pmod{k}$$



    Since $F_{3}=2$ and $F_4=3$ are not divisible be any common integer $k ge 2$, our assumption is wrong. Hence, $F_{n}$ and $F_{n+1}$ are relatively prime.











    share|cite|improve this question



























      2












      2








      2







      The Problem:




      Prove that consecutive Fibonacci numbers are relatively prime.




      I have seen proofs where people use induction and show that if $gcd(F_n, F_{n+1})=1$, then $gcd(F_{n+1}, F_{n+2})=1$ through the Fibonacci property.



      My proof uses induction as well, but in a different way.




      We will use induction to show that if such a base case exists that $F_{n}$ and $F_{n+1}$ are both divisible by some integral $k ge 2$, then all $F_{i}$ are divisible by $k$.



      $$F_{n} equiv F_{n+1} equiv 0 pmod{k}$$
      $$F_{n} equiv F_{n}+F_{n-1} equiv 0 pmod{k}$$
      $$F_{n} equiv F_{n-1} equiv 0 pmod{k}$$



      Since $F_{3}=2$ and $F_4=3$ are not divisible be any common integer $k ge 2$, our assumption is wrong. Hence, $F_{n}$ and $F_{n+1}$ are relatively prime.











      share|cite|improve this question















      The Problem:




      Prove that consecutive Fibonacci numbers are relatively prime.




      I have seen proofs where people use induction and show that if $gcd(F_n, F_{n+1})=1$, then $gcd(F_{n+1}, F_{n+2})=1$ through the Fibonacci property.



      My proof uses induction as well, but in a different way.




      We will use induction to show that if such a base case exists that $F_{n}$ and $F_{n+1}$ are both divisible by some integral $k ge 2$, then all $F_{i}$ are divisible by $k$.



      $$F_{n} equiv F_{n+1} equiv 0 pmod{k}$$
      $$F_{n} equiv F_{n}+F_{n-1} equiv 0 pmod{k}$$
      $$F_{n} equiv F_{n-1} equiv 0 pmod{k}$$



      Since $F_{3}=2$ and $F_4=3$ are not divisible be any common integer $k ge 2$, our assumption is wrong. Hence, $F_{n}$ and $F_{n+1}$ are relatively prime.








      proof-verification induction fibonacci-numbers coprime






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Jan 3 at 23:11









      José Carlos Santos

      152k22123225




      152k22123225










      asked Jan 3 at 22:41









      Shrey Joshi

      30713




      30713






















          1 Answer
          1






          active

          oldest

          votes


















          3














          It is a waste of time to use modular arithmetic for this. What you proved was that$$kmid F_nwedge kmid F_{n+1}implies kmid F_{n-1},$$which is indeed correct. But, after having done this, I think that your best option is to say that you are using the well-ordering principle: if there was some $ninmathbb N$ such that $F_n$ and $F_{n+1}$ are not coprime, you take the smallest such $n$. Of course, $n$ cannot be $1$, since $F_1$ and $F_2$ are coprime. So, $n-1inmathbb N$ and it follows from what you proved that $F_{n-1}$ and $F_n$ are coprime too. This contradicts the definition of $n$.






          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',
            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
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3061106%2fproving-that-consecutive-fibonacci-numbers-are-relatively-prime%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









            3














            It is a waste of time to use modular arithmetic for this. What you proved was that$$kmid F_nwedge kmid F_{n+1}implies kmid F_{n-1},$$which is indeed correct. But, after having done this, I think that your best option is to say that you are using the well-ordering principle: if there was some $ninmathbb N$ such that $F_n$ and $F_{n+1}$ are not coprime, you take the smallest such $n$. Of course, $n$ cannot be $1$, since $F_1$ and $F_2$ are coprime. So, $n-1inmathbb N$ and it follows from what you proved that $F_{n-1}$ and $F_n$ are coprime too. This contradicts the definition of $n$.






            share|cite|improve this answer




























              3














              It is a waste of time to use modular arithmetic for this. What you proved was that$$kmid F_nwedge kmid F_{n+1}implies kmid F_{n-1},$$which is indeed correct. But, after having done this, I think that your best option is to say that you are using the well-ordering principle: if there was some $ninmathbb N$ such that $F_n$ and $F_{n+1}$ are not coprime, you take the smallest such $n$. Of course, $n$ cannot be $1$, since $F_1$ and $F_2$ are coprime. So, $n-1inmathbb N$ and it follows from what you proved that $F_{n-1}$ and $F_n$ are coprime too. This contradicts the definition of $n$.






              share|cite|improve this answer


























                3












                3








                3






                It is a waste of time to use modular arithmetic for this. What you proved was that$$kmid F_nwedge kmid F_{n+1}implies kmid F_{n-1},$$which is indeed correct. But, after having done this, I think that your best option is to say that you are using the well-ordering principle: if there was some $ninmathbb N$ such that $F_n$ and $F_{n+1}$ are not coprime, you take the smallest such $n$. Of course, $n$ cannot be $1$, since $F_1$ and $F_2$ are coprime. So, $n-1inmathbb N$ and it follows from what you proved that $F_{n-1}$ and $F_n$ are coprime too. This contradicts the definition of $n$.






                share|cite|improve this answer














                It is a waste of time to use modular arithmetic for this. What you proved was that$$kmid F_nwedge kmid F_{n+1}implies kmid F_{n-1},$$which is indeed correct. But, after having done this, I think that your best option is to say that you are using the well-ordering principle: if there was some $ninmathbb N$ such that $F_n$ and $F_{n+1}$ are not coprime, you take the smallest such $n$. Of course, $n$ cannot be $1$, since $F_1$ and $F_2$ are coprime. So, $n-1inmathbb N$ and it follows from what you proved that $F_{n-1}$ and $F_n$ are coprime too. This contradicts the definition of $n$.







                share|cite|improve this answer














                share|cite|improve this answer



                share|cite|improve this answer








                edited 2 days ago

























                answered Jan 3 at 22:49









                José Carlos Santos

                152k22123225




                152k22123225






























                    draft saved

                    draft discarded




















































                    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.





                    Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                    Please pay close attention to the following guidance:


                    • 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.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3061106%2fproving-that-consecutive-fibonacci-numbers-are-relatively-prime%23new-answer', 'question_page');
                    }
                    );

                    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







                    Popular posts from this blog

                    An IMO inspired problem

                    Management

                    Investment