On Proving The nth odd number is 2n − 1 Through Induction, And A Few Extensions

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











up vote
0
down vote

favorite
3












What I've done so far is to prove it for the n+1th number:



$(2n-1)+2=2(n+1)-1$. Because any odd number +2 is equals to the next odd number. And in the proof, it is given that 2n-1 is an odd number.



$2n+1=2n+2-1$



$2n+1=2n+1$



What I'm worried though, is if by assuming "since any odd number +2 is equals to the next odd number", am I being circular? Am I using circular reasoning?



And also, thinking about this, how would one prove that for any odd number n, the next odd number is n+2? How would they do that without being circular?



Please give the answer very simple, at the level of a pre-calculus student. I am just starting proofs for fun, and am still at a very basic level. I haven't even touched on sigma notation yet.







share|cite|improve this question

















  • 3




    When you're wary about circular arguments, it's best to strip everything away and start from scratch. In particular: What is your definition of an odd number? (Also, since you're going to discuss the "$n$-th" odd number, just to be clear: Which odd number do you associate with $n=1$?)
    – Blue
    Aug 1 at 4:56















up vote
0
down vote

favorite
3












What I've done so far is to prove it for the n+1th number:



$(2n-1)+2=2(n+1)-1$. Because any odd number +2 is equals to the next odd number. And in the proof, it is given that 2n-1 is an odd number.



$2n+1=2n+2-1$



$2n+1=2n+1$



What I'm worried though, is if by assuming "since any odd number +2 is equals to the next odd number", am I being circular? Am I using circular reasoning?



And also, thinking about this, how would one prove that for any odd number n, the next odd number is n+2? How would they do that without being circular?



Please give the answer very simple, at the level of a pre-calculus student. I am just starting proofs for fun, and am still at a very basic level. I haven't even touched on sigma notation yet.







share|cite|improve this question

















  • 3




    When you're wary about circular arguments, it's best to strip everything away and start from scratch. In particular: What is your definition of an odd number? (Also, since you're going to discuss the "$n$-th" odd number, just to be clear: Which odd number do you associate with $n=1$?)
    – Blue
    Aug 1 at 4:56













up vote
0
down vote

favorite
3









up vote
0
down vote

favorite
3






3





What I've done so far is to prove it for the n+1th number:



$(2n-1)+2=2(n+1)-1$. Because any odd number +2 is equals to the next odd number. And in the proof, it is given that 2n-1 is an odd number.



$2n+1=2n+2-1$



$2n+1=2n+1$



What I'm worried though, is if by assuming "since any odd number +2 is equals to the next odd number", am I being circular? Am I using circular reasoning?



And also, thinking about this, how would one prove that for any odd number n, the next odd number is n+2? How would they do that without being circular?



Please give the answer very simple, at the level of a pre-calculus student. I am just starting proofs for fun, and am still at a very basic level. I haven't even touched on sigma notation yet.







share|cite|improve this question













What I've done so far is to prove it for the n+1th number:



$(2n-1)+2=2(n+1)-1$. Because any odd number +2 is equals to the next odd number. And in the proof, it is given that 2n-1 is an odd number.



$2n+1=2n+2-1$



$2n+1=2n+1$



What I'm worried though, is if by assuming "since any odd number +2 is equals to the next odd number", am I being circular? Am I using circular reasoning?



And also, thinking about this, how would one prove that for any odd number n, the next odd number is n+2? How would they do that without being circular?



Please give the answer very simple, at the level of a pre-calculus student. I am just starting proofs for fun, and am still at a very basic level. I haven't even touched on sigma notation yet.









share|cite|improve this question












share|cite|improve this question




share|cite|improve this question








edited Aug 1 at 4:55









Eric Wofsey

161k12188297




161k12188297









asked Aug 1 at 4:16









Ethan Chan

598322




598322







  • 3




    When you're wary about circular arguments, it's best to strip everything away and start from scratch. In particular: What is your definition of an odd number? (Also, since you're going to discuss the "$n$-th" odd number, just to be clear: Which odd number do you associate with $n=1$?)
    – Blue
    Aug 1 at 4:56













  • 3




    When you're wary about circular arguments, it's best to strip everything away and start from scratch. In particular: What is your definition of an odd number? (Also, since you're going to discuss the "$n$-th" odd number, just to be clear: Which odd number do you associate with $n=1$?)
    – Blue
    Aug 1 at 4:56








3




3




When you're wary about circular arguments, it's best to strip everything away and start from scratch. In particular: What is your definition of an odd number? (Also, since you're going to discuss the "$n$-th" odd number, just to be clear: Which odd number do you associate with $n=1$?)
– Blue
Aug 1 at 4:56





When you're wary about circular arguments, it's best to strip everything away and start from scratch. In particular: What is your definition of an odd number? (Also, since you're going to discuss the "$n$-th" odd number, just to be clear: Which odd number do you associate with $n=1$?)
– Blue
Aug 1 at 4:56











2 Answers
2






active

oldest

votes

















up vote
1
down vote



accepted










$2n – 1 = 2n -2 + 1 = 2(n – 1) + 1 = 2k + 1$ where $k = n-1$ is an integer and
$ 2n -1$ is odd by definition






share|cite|improve this answer




























    up vote
    0
    down vote













    $2n - 1$ is clearly odd because $(2n - 1) textmod 2 = 1$. So $2n - 1$ is an arbitrary odd number by definition. But adding 2 results in $2n + 1$ which is odd for the same reason. Hence, adding 2 to an arbitrary odd number results in another odd number, specifically the next consecutive odd number.






    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%2f2868716%2fon-proving-the-nth-odd-number-is-2n-%25e2%2588%2592-1-through-induction-and-a-few-extensions%23new-answer', 'question_page');

      );

      Post as a guest






























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      1
      down vote



      accepted










      $2n – 1 = 2n -2 + 1 = 2(n – 1) + 1 = 2k + 1$ where $k = n-1$ is an integer and
      $ 2n -1$ is odd by definition






      share|cite|improve this answer

























        up vote
        1
        down vote



        accepted










        $2n – 1 = 2n -2 + 1 = 2(n – 1) + 1 = 2k + 1$ where $k = n-1$ is an integer and
        $ 2n -1$ is odd by definition






        share|cite|improve this answer























          up vote
          1
          down vote



          accepted







          up vote
          1
          down vote



          accepted






          $2n – 1 = 2n -2 + 1 = 2(n – 1) + 1 = 2k + 1$ where $k = n-1$ is an integer and
          $ 2n -1$ is odd by definition






          share|cite|improve this answer













          $2n – 1 = 2n -2 + 1 = 2(n – 1) + 1 = 2k + 1$ where $k = n-1$ is an integer and
          $ 2n -1$ is odd by definition







          share|cite|improve this answer













          share|cite|improve this answer



          share|cite|improve this answer











          answered Aug 1 at 4:59









          Key Flex

          3,817423




          3,817423




















              up vote
              0
              down vote













              $2n - 1$ is clearly odd because $(2n - 1) textmod 2 = 1$. So $2n - 1$ is an arbitrary odd number by definition. But adding 2 results in $2n + 1$ which is odd for the same reason. Hence, adding 2 to an arbitrary odd number results in another odd number, specifically the next consecutive odd number.






              share|cite|improve this answer

























                up vote
                0
                down vote













                $2n - 1$ is clearly odd because $(2n - 1) textmod 2 = 1$. So $2n - 1$ is an arbitrary odd number by definition. But adding 2 results in $2n + 1$ which is odd for the same reason. Hence, adding 2 to an arbitrary odd number results in another odd number, specifically the next consecutive odd number.






                share|cite|improve this answer























                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  $2n - 1$ is clearly odd because $(2n - 1) textmod 2 = 1$. So $2n - 1$ is an arbitrary odd number by definition. But adding 2 results in $2n + 1$ which is odd for the same reason. Hence, adding 2 to an arbitrary odd number results in another odd number, specifically the next consecutive odd number.






                  share|cite|improve this answer













                  $2n - 1$ is clearly odd because $(2n - 1) textmod 2 = 1$. So $2n - 1$ is an arbitrary odd number by definition. But adding 2 results in $2n + 1$ which is odd for the same reason. Hence, adding 2 to an arbitrary odd number results in another odd number, specifically the next consecutive odd number.







                  share|cite|improve this answer













                  share|cite|improve this answer



                  share|cite|improve this answer











                  answered Aug 1 at 4:51









                  John Reece

                  484




                  484






















                       

                      draft saved


                      draft discarded


























                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2868716%2fon-proving-the-nth-odd-number-is-2n-%25e2%2588%2592-1-through-induction-and-a-few-extensions%23new-answer', 'question_page');

                      );

                      Post as a guest













































































                      Comments

                      Popular posts from this blog

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

                      Color the edges and diagonals of a regular polygon

                      Relationship between determinant of matrix and determinant of adjoint?