Proof by induction on $r$ variables

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











up vote
2
down vote

favorite












If there is a statement $P(n)$, proof by induction has three steps.



Base case is to show $P(1)$ is true



Induction step is to assume $P(K)$ is true and then to show $P(k+1)$ is true.



If our statement $P(n_1,n_2,n_3,cdots, n_r)$ involves $r$ variables, then how to prove it by induction?







share|cite|improve this question



















  • Choose one and prove by induction on it; then generalize. If you cannot generalize, you have to perform "nested" inductions.
    – Mauro ALLEGRANZA
    Aug 2 at 11:51











  • Means, Showing $P(1,n_2, n_2,cdots n_r)$ as true, then assuming $P(k,n_2, n_2,cdots n_r)$ as true then showing $P(k+1,n_2, n_2,cdots n_r)$ as true?
    – hanugm
    Aug 2 at 11:52






  • 2




    See e.g. Mathematical Induction , page 111-on.
    – Mauro ALLEGRANZA
    Aug 2 at 11:59







  • 1




    See also the post : Multidimensional induction for $n$ variables.
    – Mauro ALLEGRANZA
    Aug 2 at 12:34














up vote
2
down vote

favorite












If there is a statement $P(n)$, proof by induction has three steps.



Base case is to show $P(1)$ is true



Induction step is to assume $P(K)$ is true and then to show $P(k+1)$ is true.



If our statement $P(n_1,n_2,n_3,cdots, n_r)$ involves $r$ variables, then how to prove it by induction?







share|cite|improve this question



















  • Choose one and prove by induction on it; then generalize. If you cannot generalize, you have to perform "nested" inductions.
    – Mauro ALLEGRANZA
    Aug 2 at 11:51











  • Means, Showing $P(1,n_2, n_2,cdots n_r)$ as true, then assuming $P(k,n_2, n_2,cdots n_r)$ as true then showing $P(k+1,n_2, n_2,cdots n_r)$ as true?
    – hanugm
    Aug 2 at 11:52






  • 2




    See e.g. Mathematical Induction , page 111-on.
    – Mauro ALLEGRANZA
    Aug 2 at 11:59







  • 1




    See also the post : Multidimensional induction for $n$ variables.
    – Mauro ALLEGRANZA
    Aug 2 at 12:34












up vote
2
down vote

favorite









up vote
2
down vote

favorite











If there is a statement $P(n)$, proof by induction has three steps.



Base case is to show $P(1)$ is true



Induction step is to assume $P(K)$ is true and then to show $P(k+1)$ is true.



If our statement $P(n_1,n_2,n_3,cdots, n_r)$ involves $r$ variables, then how to prove it by induction?







share|cite|improve this question











If there is a statement $P(n)$, proof by induction has three steps.



Base case is to show $P(1)$ is true



Induction step is to assume $P(K)$ is true and then to show $P(k+1)$ is true.



If our statement $P(n_1,n_2,n_3,cdots, n_r)$ involves $r$ variables, then how to prove it by induction?









share|cite|improve this question










share|cite|improve this question




share|cite|improve this question









asked Aug 2 at 11:44









hanugm

789419




789419











  • Choose one and prove by induction on it; then generalize. If you cannot generalize, you have to perform "nested" inductions.
    – Mauro ALLEGRANZA
    Aug 2 at 11:51











  • Means, Showing $P(1,n_2, n_2,cdots n_r)$ as true, then assuming $P(k,n_2, n_2,cdots n_r)$ as true then showing $P(k+1,n_2, n_2,cdots n_r)$ as true?
    – hanugm
    Aug 2 at 11:52






  • 2




    See e.g. Mathematical Induction , page 111-on.
    – Mauro ALLEGRANZA
    Aug 2 at 11:59







  • 1




    See also the post : Multidimensional induction for $n$ variables.
    – Mauro ALLEGRANZA
    Aug 2 at 12:34
















  • Choose one and prove by induction on it; then generalize. If you cannot generalize, you have to perform "nested" inductions.
    – Mauro ALLEGRANZA
    Aug 2 at 11:51











  • Means, Showing $P(1,n_2, n_2,cdots n_r)$ as true, then assuming $P(k,n_2, n_2,cdots n_r)$ as true then showing $P(k+1,n_2, n_2,cdots n_r)$ as true?
    – hanugm
    Aug 2 at 11:52






  • 2




    See e.g. Mathematical Induction , page 111-on.
    – Mauro ALLEGRANZA
    Aug 2 at 11:59







  • 1




    See also the post : Multidimensional induction for $n$ variables.
    – Mauro ALLEGRANZA
    Aug 2 at 12:34















Choose one and prove by induction on it; then generalize. If you cannot generalize, you have to perform "nested" inductions.
– Mauro ALLEGRANZA
Aug 2 at 11:51





Choose one and prove by induction on it; then generalize. If you cannot generalize, you have to perform "nested" inductions.
– Mauro ALLEGRANZA
Aug 2 at 11:51













Means, Showing $P(1,n_2, n_2,cdots n_r)$ as true, then assuming $P(k,n_2, n_2,cdots n_r)$ as true then showing $P(k+1,n_2, n_2,cdots n_r)$ as true?
– hanugm
Aug 2 at 11:52




Means, Showing $P(1,n_2, n_2,cdots n_r)$ as true, then assuming $P(k,n_2, n_2,cdots n_r)$ as true then showing $P(k+1,n_2, n_2,cdots n_r)$ as true?
– hanugm
Aug 2 at 11:52




2




2




See e.g. Mathematical Induction , page 111-on.
– Mauro ALLEGRANZA
Aug 2 at 11:59





See e.g. Mathematical Induction , page 111-on.
– Mauro ALLEGRANZA
Aug 2 at 11:59





1




1




See also the post : Multidimensional induction for $n$ variables.
– Mauro ALLEGRANZA
Aug 2 at 12:34




See also the post : Multidimensional induction for $n$ variables.
– Mauro ALLEGRANZA
Aug 2 at 12:34










1 Answer
1






active

oldest

votes

















up vote
1
down vote













Depends on context.



In general it boils down to finding a suitable well order on $mathbb N^r$.



Then the induction step is proving that $P(n_1,dots,n_r)$ implies $P(m_1,dots,m_r)$ where $(m_1,dots,m_r)$ denotes the successor of $(n_1,dots,n_r)$.



Sometimes it is possible to do it with induction on $n=n_1+cdots+n_r$.



Also you could use strong induction. Then it must be proved that $P(n_1,dots,n_r)$ is true if $P(k_1,dots,k_r)$ is true for every tuple $(k_1,dots,k_r)$ with $k_ileq n_i$ for $i=1,dots,r$ and $sum_i=1^rk_i<sum_i=1^rn_i$.






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%2f2869987%2fproof-by-induction-on-r-variables%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
    1
    down vote













    Depends on context.



    In general it boils down to finding a suitable well order on $mathbb N^r$.



    Then the induction step is proving that $P(n_1,dots,n_r)$ implies $P(m_1,dots,m_r)$ where $(m_1,dots,m_r)$ denotes the successor of $(n_1,dots,n_r)$.



    Sometimes it is possible to do it with induction on $n=n_1+cdots+n_r$.



    Also you could use strong induction. Then it must be proved that $P(n_1,dots,n_r)$ is true if $P(k_1,dots,k_r)$ is true for every tuple $(k_1,dots,k_r)$ with $k_ileq n_i$ for $i=1,dots,r$ and $sum_i=1^rk_i<sum_i=1^rn_i$.






    share|cite|improve this answer



























      up vote
      1
      down vote













      Depends on context.



      In general it boils down to finding a suitable well order on $mathbb N^r$.



      Then the induction step is proving that $P(n_1,dots,n_r)$ implies $P(m_1,dots,m_r)$ where $(m_1,dots,m_r)$ denotes the successor of $(n_1,dots,n_r)$.



      Sometimes it is possible to do it with induction on $n=n_1+cdots+n_r$.



      Also you could use strong induction. Then it must be proved that $P(n_1,dots,n_r)$ is true if $P(k_1,dots,k_r)$ is true for every tuple $(k_1,dots,k_r)$ with $k_ileq n_i$ for $i=1,dots,r$ and $sum_i=1^rk_i<sum_i=1^rn_i$.






      share|cite|improve this answer

























        up vote
        1
        down vote










        up vote
        1
        down vote









        Depends on context.



        In general it boils down to finding a suitable well order on $mathbb N^r$.



        Then the induction step is proving that $P(n_1,dots,n_r)$ implies $P(m_1,dots,m_r)$ where $(m_1,dots,m_r)$ denotes the successor of $(n_1,dots,n_r)$.



        Sometimes it is possible to do it with induction on $n=n_1+cdots+n_r$.



        Also you could use strong induction. Then it must be proved that $P(n_1,dots,n_r)$ is true if $P(k_1,dots,k_r)$ is true for every tuple $(k_1,dots,k_r)$ with $k_ileq n_i$ for $i=1,dots,r$ and $sum_i=1^rk_i<sum_i=1^rn_i$.






        share|cite|improve this answer















        Depends on context.



        In general it boils down to finding a suitable well order on $mathbb N^r$.



        Then the induction step is proving that $P(n_1,dots,n_r)$ implies $P(m_1,dots,m_r)$ where $(m_1,dots,m_r)$ denotes the successor of $(n_1,dots,n_r)$.



        Sometimes it is possible to do it with induction on $n=n_1+cdots+n_r$.



        Also you could use strong induction. Then it must be proved that $P(n_1,dots,n_r)$ is true if $P(k_1,dots,k_r)$ is true for every tuple $(k_1,dots,k_r)$ with $k_ileq n_i$ for $i=1,dots,r$ and $sum_i=1^rk_i<sum_i=1^rn_i$.







        share|cite|improve this answer















        share|cite|improve this answer



        share|cite|improve this answer








        edited Aug 2 at 12:57


























        answered Aug 2 at 12:52









        drhab

        85.8k540118




        85.8k540118






















             

            draft saved


            draft discarded


























             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2869987%2fproof-by-induction-on-r-variables%23new-answer', 'question_page');

            );

            Post as a guest













































































            Comments

            Popular posts from this blog

            Color the edges and diagonals of a regular polygon

            Relationship between determinant of matrix and determinant of adjoint?

            What is the equation of a 3D cone with generalised tilt?