induction question understanding











up vote
0
down vote

favorite












Im wondering if this template for induction would be valid



show true for n=1



assume true for n=k



Attempt to show true for n=k+1



but at this point just replace n with k+1 and dont use the assumption that n=k.



show that the expression with n replaced by k+1 is equivalent to the one assumed for n=k.



Basically i have been asked to figure out if this is ok. My thoughts are



They assumed it for n=k ok



Then they showed it for n=k+1. Here i think what they have done is shown if true for k+1 then true for k.



But i guess it works the other way so i think its ok.



Any help would be appreciated, thanks










share|cite|improve this question






















  • It does not work the other way around. Suppose $S(n)$ is "$ n=1$". Then $S(1)$ is true. And for all $nin Bbb N$ we have $S(n+1)implies S(n).$ But it is obviously not true that $forall nin Bbb N,(S(n)).$... Forget about $k$. There is only one variable ($n$) to consider.
    – DanielWainfleet
    Nov 17 at 8:01

















up vote
0
down vote

favorite












Im wondering if this template for induction would be valid



show true for n=1



assume true for n=k



Attempt to show true for n=k+1



but at this point just replace n with k+1 and dont use the assumption that n=k.



show that the expression with n replaced by k+1 is equivalent to the one assumed for n=k.



Basically i have been asked to figure out if this is ok. My thoughts are



They assumed it for n=k ok



Then they showed it for n=k+1. Here i think what they have done is shown if true for k+1 then true for k.



But i guess it works the other way so i think its ok.



Any help would be appreciated, thanks










share|cite|improve this question






















  • It does not work the other way around. Suppose $S(n)$ is "$ n=1$". Then $S(1)$ is true. And for all $nin Bbb N$ we have $S(n+1)implies S(n).$ But it is obviously not true that $forall nin Bbb N,(S(n)).$... Forget about $k$. There is only one variable ($n$) to consider.
    – DanielWainfleet
    Nov 17 at 8:01















up vote
0
down vote

favorite









up vote
0
down vote

favorite











Im wondering if this template for induction would be valid



show true for n=1



assume true for n=k



Attempt to show true for n=k+1



but at this point just replace n with k+1 and dont use the assumption that n=k.



show that the expression with n replaced by k+1 is equivalent to the one assumed for n=k.



Basically i have been asked to figure out if this is ok. My thoughts are



They assumed it for n=k ok



Then they showed it for n=k+1. Here i think what they have done is shown if true for k+1 then true for k.



But i guess it works the other way so i think its ok.



Any help would be appreciated, thanks










share|cite|improve this question













Im wondering if this template for induction would be valid



show true for n=1



assume true for n=k



Attempt to show true for n=k+1



but at this point just replace n with k+1 and dont use the assumption that n=k.



show that the expression with n replaced by k+1 is equivalent to the one assumed for n=k.



Basically i have been asked to figure out if this is ok. My thoughts are



They assumed it for n=k ok



Then they showed it for n=k+1. Here i think what they have done is shown if true for k+1 then true for k.



But i guess it works the other way so i think its ok.



Any help would be appreciated, thanks







proof-writing






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Nov 15 at 2:36









hitherematey

577




577












  • It does not work the other way around. Suppose $S(n)$ is "$ n=1$". Then $S(1)$ is true. And for all $nin Bbb N$ we have $S(n+1)implies S(n).$ But it is obviously not true that $forall nin Bbb N,(S(n)).$... Forget about $k$. There is only one variable ($n$) to consider.
    – DanielWainfleet
    Nov 17 at 8:01




















  • It does not work the other way around. Suppose $S(n)$ is "$ n=1$". Then $S(1)$ is true. And for all $nin Bbb N$ we have $S(n+1)implies S(n).$ But it is obviously not true that $forall nin Bbb N,(S(n)).$... Forget about $k$. There is only one variable ($n$) to consider.
    – DanielWainfleet
    Nov 17 at 8:01


















It does not work the other way around. Suppose $S(n)$ is "$ n=1$". Then $S(1)$ is true. And for all $nin Bbb N$ we have $S(n+1)implies S(n).$ But it is obviously not true that $forall nin Bbb N,(S(n)).$... Forget about $k$. There is only one variable ($n$) to consider.
– DanielWainfleet
Nov 17 at 8:01






It does not work the other way around. Suppose $S(n)$ is "$ n=1$". Then $S(1)$ is true. And for all $nin Bbb N$ we have $S(n+1)implies S(n).$ But it is obviously not true that $forall nin Bbb N,(S(n)).$... Forget about $k$. There is only one variable ($n$) to consider.
– DanielWainfleet
Nov 17 at 8:01












1 Answer
1






active

oldest

votes

















up vote
0
down vote














Assume true for n=k.



Attempt to show true for n=k+1.




Never mind "attempt." You must do it. Show true for n=k+1 using your assumption for n=k, and you will be done.




But at this point just replace n with k+1 and don't use the assumption that n=k.




This would be a waste of time. You would simply be making another assumption and proving nothing.



Tip: If you are stuck after proving true for 1, prove it true 2, 3 and 4 as well. This may help you to better understand the problem.






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: 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%2f2999125%2finduction-question-understanding%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








    up vote
    0
    down vote














    Assume true for n=k.



    Attempt to show true for n=k+1.




    Never mind "attempt." You must do it. Show true for n=k+1 using your assumption for n=k, and you will be done.




    But at this point just replace n with k+1 and don't use the assumption that n=k.




    This would be a waste of time. You would simply be making another assumption and proving nothing.



    Tip: If you are stuck after proving true for 1, prove it true 2, 3 and 4 as well. This may help you to better understand the problem.






    share|cite|improve this answer



























      up vote
      0
      down vote














      Assume true for n=k.



      Attempt to show true for n=k+1.




      Never mind "attempt." You must do it. Show true for n=k+1 using your assumption for n=k, and you will be done.




      But at this point just replace n with k+1 and don't use the assumption that n=k.




      This would be a waste of time. You would simply be making another assumption and proving nothing.



      Tip: If you are stuck after proving true for 1, prove it true 2, 3 and 4 as well. This may help you to better understand the problem.






      share|cite|improve this answer

























        up vote
        0
        down vote










        up vote
        0
        down vote










        Assume true for n=k.



        Attempt to show true for n=k+1.




        Never mind "attempt." You must do it. Show true for n=k+1 using your assumption for n=k, and you will be done.




        But at this point just replace n with k+1 and don't use the assumption that n=k.




        This would be a waste of time. You would simply be making another assumption and proving nothing.



        Tip: If you are stuck after proving true for 1, prove it true 2, 3 and 4 as well. This may help you to better understand the problem.






        share|cite|improve this answer















        Assume true for n=k.



        Attempt to show true for n=k+1.




        Never mind "attempt." You must do it. Show true for n=k+1 using your assumption for n=k, and you will be done.




        But at this point just replace n with k+1 and don't use the assumption that n=k.




        This would be a waste of time. You would simply be making another assumption and proving nothing.



        Tip: If you are stuck after proving true for 1, prove it true 2, 3 and 4 as well. This may help you to better understand the problem.







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Nov 17 at 5:40

























        answered Nov 17 at 5:17









        Dan Christensen

        8,49021833




        8,49021833






























            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%2f2999125%2finduction-question-understanding%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

            AnyDesk - Fatal Program Failure

            How to calibrate 16:9 built-in touch-screen to a 4:3 resolution?

            QoS: MAC-Priority for clients behind a repeater