How to prove that doesnt exist a natural number such that is equal to it successor from Peano axioms?
$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.
analysis proof-explanation peano-axioms
$endgroup$
add a comment |
$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.
analysis proof-explanation peano-axioms
$endgroup$
add a comment |
$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.
analysis proof-explanation peano-axioms
$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
analysis proof-explanation peano-axioms
edited Feb 25 '16 at 3:01
Masacroso
asked Feb 25 '16 at 2:53
MasacrosoMasacroso
13.1k41747
13.1k41747
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
$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.
$endgroup$
add a comment |
$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.
$endgroup$
add a comment |
$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)
$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
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
$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.
$endgroup$
add a comment |
$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.
$endgroup$
add a comment |
$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.
$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.
edited Feb 25 '16 at 4:39
answered Feb 25 '16 at 3:55


MathematicsStudent1122MathematicsStudent1122
8,65122467
8,65122467
add a comment |
add a comment |
$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.
$endgroup$
add a comment |
$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.
$endgroup$
add a comment |
$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.
$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.
edited Feb 25 '16 at 3:55
answered Feb 25 '16 at 3:37
MasacrosoMasacroso
13.1k41747
13.1k41747
add a comment |
add a comment |
$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)
$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
add a comment |
$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)
$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
add a comment |
$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)
$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)
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
add a comment |
$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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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