How to prove that doesnt exist a natural number such that is equal to it successor from Peano axioms?












3












$begingroup$


Im getting a hard time trying to prove the general for any natural number $n$ such that



$$nexists ninBbb N: S(n)= n$$



From the second Peano axiom we know that



$$nexists ninBbb N: S(1)= n$$



and from the third axiom that



$$S(a)=S(b)to a=b$$



I really dont have a clear clue about how to prove this. Someone tell me that I must use the "axiom" number 5, the induction. But the induction need the existence of a second natural number more than $1$ (or more than $0$ using the axioms that use it) that hold the implicit difference on the axiom 2. Example:



$$S(1)ne 1 to S(1)=2$$



But now, how to prove that $S(2)ne 2$? Thank you in advance.










share|cite|improve this question











$endgroup$

















    3












    $begingroup$


    Im getting a hard time trying to prove the general for any natural number $n$ such that



    $$nexists ninBbb N: S(n)= n$$



    From the second Peano axiom we know that



    $$nexists ninBbb N: S(1)= n$$



    and from the third axiom that



    $$S(a)=S(b)to a=b$$



    I really dont have a clear clue about how to prove this. Someone tell me that I must use the "axiom" number 5, the induction. But the induction need the existence of a second natural number more than $1$ (or more than $0$ using the axioms that use it) that hold the implicit difference on the axiom 2. Example:



    $$S(1)ne 1 to S(1)=2$$



    But now, how to prove that $S(2)ne 2$? Thank you in advance.










    share|cite|improve this question











    $endgroup$















      3












      3








      3





      $begingroup$


      Im getting a hard time trying to prove the general for any natural number $n$ such that



      $$nexists ninBbb N: S(n)= n$$



      From the second Peano axiom we know that



      $$nexists ninBbb N: S(1)= n$$



      and from the third axiom that



      $$S(a)=S(b)to a=b$$



      I really dont have a clear clue about how to prove this. Someone tell me that I must use the "axiom" number 5, the induction. But the induction need the existence of a second natural number more than $1$ (or more than $0$ using the axioms that use it) that hold the implicit difference on the axiom 2. Example:



      $$S(1)ne 1 to S(1)=2$$



      But now, how to prove that $S(2)ne 2$? Thank you in advance.










      share|cite|improve this question











      $endgroup$




      Im getting a hard time trying to prove the general for any natural number $n$ such that



      $$nexists ninBbb N: S(n)= n$$



      From the second Peano axiom we know that



      $$nexists ninBbb N: S(1)= n$$



      and from the third axiom that



      $$S(a)=S(b)to a=b$$



      I really dont have a clear clue about how to prove this. Someone tell me that I must use the "axiom" number 5, the induction. But the induction need the existence of a second natural number more than $1$ (or more than $0$ using the axioms that use it) that hold the implicit difference on the axiom 2. Example:



      $$S(1)ne 1 to S(1)=2$$



      But now, how to prove that $S(2)ne 2$? Thank you in advance.







      analysis proof-explanation peano-axioms






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Feb 25 '16 at 3:01







      Masacroso

















      asked Feb 25 '16 at 2:53









      MasacrosoMasacroso

      13.1k41747




      13.1k41747






















          3 Answers
          3






          active

          oldest

          votes


















          3












          $begingroup$

          The successor map $sigma : mathbb{N} rightarrow mathbb{N}$ is injective. This is an axiom. In addition, as far as the base case goes, $sigma(1) neq 1$; this is also an axiom since $1$ is not the successor of another number.



          Now, we employ induction. Suppose for some $n$, $sigma(n) neq {n}$. This implies $$sigma(sigma(n)) neq sigma(n)$$ since otherwise would contradict the function being injective.






          share|cite|improve this answer











          $endgroup$





















            0












            $begingroup$

            Ok, I solved it using the third axiom. If $S(1)=2$ and $S(2)=2$ then we have that $S(1)=S(2)$ and by the third axiom we have that $1=2$, a contradiction, so $S(2)ne 2$.



            After all it was so simple but I didnt see in first place. What a dumb.



            To complete the answer for any number $n$ is enough to see that the natural numbers are defined through the successor function over $1$ (or $0$, depending of the version of the Peano axioms).



            So, necesarily, if $S(2)ne 2$ and $S(1)ne 1$ then $S(n)ne n$ by induction.






            share|cite|improve this answer











            $endgroup$





















              0












              $begingroup$

              Proof



              Indeed, let $X := {n in mathbb{N}: s(n) neq n}$



              $Rightarrow 1 in X$ (by Peano's Axiom 2)



              And let $n in X Rightarrow s(n) neq n$



              $Rightarrow s(s(n)) neq s(n)$ (Since s is injective, Peano's Axiom 1)



              $Rightarrow s(n) in X, forall n in X$



              $Rightarrow X = mathbb{N}$ (By Peano's Axiom 3)






              share|cite|improve this answer









              $endgroup$













              • $begingroup$
                P1. $s: mathbb{N}rightarrow mathbb{N}$ is injective
                $endgroup$
                – John Medina Diaz
                Jan 15 at 13:38










              • $begingroup$
                P2. $mathbb{N}setminus s(mathbb{N})$ is made of one element. There exists only one number that is not succesor of anything. This is called one: 1.
                $endgroup$
                – John Medina Diaz
                Jan 15 at 13:39










              • $begingroup$
                P3. (Principle of Induction): If $X subseteq mathbb{N}:1 in X$ and $s(n) in X, forall n in X Rightarrow X = mathbb{N}$
                $endgroup$
                – John Medina Diaz
                Jan 15 at 13:39











              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%2f1671154%2fhow-to-prove-that-doesnt-exist-a-natural-number-such-that-is-equal-to-it-success%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              3












              $begingroup$

              The successor map $sigma : mathbb{N} rightarrow mathbb{N}$ is injective. This is an axiom. In addition, as far as the base case goes, $sigma(1) neq 1$; this is also an axiom since $1$ is not the successor of another number.



              Now, we employ induction. Suppose for some $n$, $sigma(n) neq {n}$. This implies $$sigma(sigma(n)) neq sigma(n)$$ since otherwise would contradict the function being injective.






              share|cite|improve this answer











              $endgroup$


















                3












                $begingroup$

                The successor map $sigma : mathbb{N} rightarrow mathbb{N}$ is injective. This is an axiom. In addition, as far as the base case goes, $sigma(1) neq 1$; this is also an axiom since $1$ is not the successor of another number.



                Now, we employ induction. Suppose for some $n$, $sigma(n) neq {n}$. This implies $$sigma(sigma(n)) neq sigma(n)$$ since otherwise would contradict the function being injective.






                share|cite|improve this answer











                $endgroup$
















                  3












                  3








                  3





                  $begingroup$

                  The successor map $sigma : mathbb{N} rightarrow mathbb{N}$ is injective. This is an axiom. In addition, as far as the base case goes, $sigma(1) neq 1$; this is also an axiom since $1$ is not the successor of another number.



                  Now, we employ induction. Suppose for some $n$, $sigma(n) neq {n}$. This implies $$sigma(sigma(n)) neq sigma(n)$$ since otherwise would contradict the function being injective.






                  share|cite|improve this answer











                  $endgroup$



                  The successor map $sigma : mathbb{N} rightarrow mathbb{N}$ is injective. This is an axiom. In addition, as far as the base case goes, $sigma(1) neq 1$; this is also an axiom since $1$ is not the successor of another number.



                  Now, we employ induction. Suppose for some $n$, $sigma(n) neq {n}$. This implies $$sigma(sigma(n)) neq sigma(n)$$ since otherwise would contradict the function being injective.







                  share|cite|improve this answer














                  share|cite|improve this answer



                  share|cite|improve this answer








                  edited Feb 25 '16 at 4:39

























                  answered Feb 25 '16 at 3:55









                  MathematicsStudent1122MathematicsStudent1122

                  8,65122467




                  8,65122467























                      0












                      $begingroup$

                      Ok, I solved it using the third axiom. If $S(1)=2$ and $S(2)=2$ then we have that $S(1)=S(2)$ and by the third axiom we have that $1=2$, a contradiction, so $S(2)ne 2$.



                      After all it was so simple but I didnt see in first place. What a dumb.



                      To complete the answer for any number $n$ is enough to see that the natural numbers are defined through the successor function over $1$ (or $0$, depending of the version of the Peano axioms).



                      So, necesarily, if $S(2)ne 2$ and $S(1)ne 1$ then $S(n)ne n$ by induction.






                      share|cite|improve this answer











                      $endgroup$


















                        0












                        $begingroup$

                        Ok, I solved it using the third axiom. If $S(1)=2$ and $S(2)=2$ then we have that $S(1)=S(2)$ and by the third axiom we have that $1=2$, a contradiction, so $S(2)ne 2$.



                        After all it was so simple but I didnt see in first place. What a dumb.



                        To complete the answer for any number $n$ is enough to see that the natural numbers are defined through the successor function over $1$ (or $0$, depending of the version of the Peano axioms).



                        So, necesarily, if $S(2)ne 2$ and $S(1)ne 1$ then $S(n)ne n$ by induction.






                        share|cite|improve this answer











                        $endgroup$
















                          0












                          0








                          0





                          $begingroup$

                          Ok, I solved it using the third axiom. If $S(1)=2$ and $S(2)=2$ then we have that $S(1)=S(2)$ and by the third axiom we have that $1=2$, a contradiction, so $S(2)ne 2$.



                          After all it was so simple but I didnt see in first place. What a dumb.



                          To complete the answer for any number $n$ is enough to see that the natural numbers are defined through the successor function over $1$ (or $0$, depending of the version of the Peano axioms).



                          So, necesarily, if $S(2)ne 2$ and $S(1)ne 1$ then $S(n)ne n$ by induction.






                          share|cite|improve this answer











                          $endgroup$



                          Ok, I solved it using the third axiom. If $S(1)=2$ and $S(2)=2$ then we have that $S(1)=S(2)$ and by the third axiom we have that $1=2$, a contradiction, so $S(2)ne 2$.



                          After all it was so simple but I didnt see in first place. What a dumb.



                          To complete the answer for any number $n$ is enough to see that the natural numbers are defined through the successor function over $1$ (or $0$, depending of the version of the Peano axioms).



                          So, necesarily, if $S(2)ne 2$ and $S(1)ne 1$ then $S(n)ne n$ by induction.







                          share|cite|improve this answer














                          share|cite|improve this answer



                          share|cite|improve this answer








                          edited Feb 25 '16 at 3:55

























                          answered Feb 25 '16 at 3:37









                          MasacrosoMasacroso

                          13.1k41747




                          13.1k41747























                              0












                              $begingroup$

                              Proof



                              Indeed, let $X := {n in mathbb{N}: s(n) neq n}$



                              $Rightarrow 1 in X$ (by Peano's Axiom 2)



                              And let $n in X Rightarrow s(n) neq n$



                              $Rightarrow s(s(n)) neq s(n)$ (Since s is injective, Peano's Axiom 1)



                              $Rightarrow s(n) in X, forall n in X$



                              $Rightarrow X = mathbb{N}$ (By Peano's Axiom 3)






                              share|cite|improve this answer









                              $endgroup$













                              • $begingroup$
                                P1. $s: mathbb{N}rightarrow mathbb{N}$ is injective
                                $endgroup$
                                – John Medina Diaz
                                Jan 15 at 13:38










                              • $begingroup$
                                P2. $mathbb{N}setminus s(mathbb{N})$ is made of one element. There exists only one number that is not succesor of anything. This is called one: 1.
                                $endgroup$
                                – John Medina Diaz
                                Jan 15 at 13:39










                              • $begingroup$
                                P3. (Principle of Induction): If $X subseteq mathbb{N}:1 in X$ and $s(n) in X, forall n in X Rightarrow X = mathbb{N}$
                                $endgroup$
                                – John Medina Diaz
                                Jan 15 at 13:39
















                              0












                              $begingroup$

                              Proof



                              Indeed, let $X := {n in mathbb{N}: s(n) neq n}$



                              $Rightarrow 1 in X$ (by Peano's Axiom 2)



                              And let $n in X Rightarrow s(n) neq n$



                              $Rightarrow s(s(n)) neq s(n)$ (Since s is injective, Peano's Axiom 1)



                              $Rightarrow s(n) in X, forall n in X$



                              $Rightarrow X = mathbb{N}$ (By Peano's Axiom 3)






                              share|cite|improve this answer









                              $endgroup$













                              • $begingroup$
                                P1. $s: mathbb{N}rightarrow mathbb{N}$ is injective
                                $endgroup$
                                – John Medina Diaz
                                Jan 15 at 13:38










                              • $begingroup$
                                P2. $mathbb{N}setminus s(mathbb{N})$ is made of one element. There exists only one number that is not succesor of anything. This is called one: 1.
                                $endgroup$
                                – John Medina Diaz
                                Jan 15 at 13:39










                              • $begingroup$
                                P3. (Principle of Induction): If $X subseteq mathbb{N}:1 in X$ and $s(n) in X, forall n in X Rightarrow X = mathbb{N}$
                                $endgroup$
                                – John Medina Diaz
                                Jan 15 at 13:39














                              0












                              0








                              0





                              $begingroup$

                              Proof



                              Indeed, let $X := {n in mathbb{N}: s(n) neq n}$



                              $Rightarrow 1 in X$ (by Peano's Axiom 2)



                              And let $n in X Rightarrow s(n) neq n$



                              $Rightarrow s(s(n)) neq s(n)$ (Since s is injective, Peano's Axiom 1)



                              $Rightarrow s(n) in X, forall n in X$



                              $Rightarrow X = mathbb{N}$ (By Peano's Axiom 3)






                              share|cite|improve this answer









                              $endgroup$



                              Proof



                              Indeed, let $X := {n in mathbb{N}: s(n) neq n}$



                              $Rightarrow 1 in X$ (by Peano's Axiom 2)



                              And let $n in X Rightarrow s(n) neq n$



                              $Rightarrow s(s(n)) neq s(n)$ (Since s is injective, Peano's Axiom 1)



                              $Rightarrow s(n) in X, forall n in X$



                              $Rightarrow X = mathbb{N}$ (By Peano's Axiom 3)







                              share|cite|improve this answer












                              share|cite|improve this answer



                              share|cite|improve this answer










                              answered Jan 15 at 13:37









                              John Medina DiazJohn Medina Diaz

                              1




                              1












                              • $begingroup$
                                P1. $s: mathbb{N}rightarrow mathbb{N}$ is injective
                                $endgroup$
                                – John Medina Diaz
                                Jan 15 at 13:38










                              • $begingroup$
                                P2. $mathbb{N}setminus s(mathbb{N})$ is made of one element. There exists only one number that is not succesor of anything. This is called one: 1.
                                $endgroup$
                                – John Medina Diaz
                                Jan 15 at 13:39










                              • $begingroup$
                                P3. (Principle of Induction): If $X subseteq mathbb{N}:1 in X$ and $s(n) in X, forall n in X Rightarrow X = mathbb{N}$
                                $endgroup$
                                – John Medina Diaz
                                Jan 15 at 13:39


















                              • $begingroup$
                                P1. $s: mathbb{N}rightarrow mathbb{N}$ is injective
                                $endgroup$
                                – John Medina Diaz
                                Jan 15 at 13:38










                              • $begingroup$
                                P2. $mathbb{N}setminus s(mathbb{N})$ is made of one element. There exists only one number that is not succesor of anything. This is called one: 1.
                                $endgroup$
                                – John Medina Diaz
                                Jan 15 at 13:39










                              • $begingroup$
                                P3. (Principle of Induction): If $X subseteq mathbb{N}:1 in X$ and $s(n) in X, forall n in X Rightarrow X = mathbb{N}$
                                $endgroup$
                                – John Medina Diaz
                                Jan 15 at 13:39
















                              $begingroup$
                              P1. $s: mathbb{N}rightarrow mathbb{N}$ is injective
                              $endgroup$
                              – John Medina Diaz
                              Jan 15 at 13:38




                              $begingroup$
                              P1. $s: mathbb{N}rightarrow mathbb{N}$ is injective
                              $endgroup$
                              – John Medina Diaz
                              Jan 15 at 13:38












                              $begingroup$
                              P2. $mathbb{N}setminus s(mathbb{N})$ is made of one element. There exists only one number that is not succesor of anything. This is called one: 1.
                              $endgroup$
                              – John Medina Diaz
                              Jan 15 at 13:39




                              $begingroup$
                              P2. $mathbb{N}setminus s(mathbb{N})$ is made of one element. There exists only one number that is not succesor of anything. This is called one: 1.
                              $endgroup$
                              – John Medina Diaz
                              Jan 15 at 13:39












                              $begingroup$
                              P3. (Principle of Induction): If $X subseteq mathbb{N}:1 in X$ and $s(n) in X, forall n in X Rightarrow X = mathbb{N}$
                              $endgroup$
                              – John Medina Diaz
                              Jan 15 at 13:39




                              $begingroup$
                              P3. (Principle of Induction): If $X subseteq mathbb{N}:1 in X$ and $s(n) in X, forall n in X Rightarrow X = mathbb{N}$
                              $endgroup$
                              – John Medina Diaz
                              Jan 15 at 13:39


















                              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.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1671154%2fhow-to-prove-that-doesnt-exist-a-natural-number-such-that-is-equal-to-it-success%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

                              MongoDB - Not Authorized To Execute Command

                              in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith

                              How to fix TextFormField cause rebuild widget in Flutter