Careless Mathematical Induction Fallacy
$begingroup$
This fallacy is given in Bartle's Introduction to Real Analysis (page 15) and I am trying to figure out where the problem is in the "fake proof".
Here we are using $mathbb{N} = {1,2,3 dots } $
If $n in mathbb{N}$ and if $max (p,q) = n $ for $p,q in mathbb{N}$, then $p=q$
The base case $n=1$ does check out. If $max (p,q) = 1$, then we do have that $p=q$ since $p,q in mathbb{N}$.
Then we assume the statement is true for $k ge 1$ and we want to prove the statement is true for $k+1$.
Suppose $max (p,q) = k+1$. Then we have $max (p-1, q-1) = k$. Thus, we have $p-1 = q-1 implies p=q $ $tag*{$square$}$
Obviously this is an absurd statement, as this is not true in general. It is clear that the base case is correct, so the flaw must be somewhere in the induction step.
My only guess is that it stems from saying $max(p-1,q-1) = k$ and that somehow we have a subtle violation going on. I would like to be able to clearly see the violation. Any help would be greatly appreciated.
induction fake-proofs
$endgroup$
add a comment |
$begingroup$
This fallacy is given in Bartle's Introduction to Real Analysis (page 15) and I am trying to figure out where the problem is in the "fake proof".
Here we are using $mathbb{N} = {1,2,3 dots } $
If $n in mathbb{N}$ and if $max (p,q) = n $ for $p,q in mathbb{N}$, then $p=q$
The base case $n=1$ does check out. If $max (p,q) = 1$, then we do have that $p=q$ since $p,q in mathbb{N}$.
Then we assume the statement is true for $k ge 1$ and we want to prove the statement is true for $k+1$.
Suppose $max (p,q) = k+1$. Then we have $max (p-1, q-1) = k$. Thus, we have $p-1 = q-1 implies p=q $ $tag*{$square$}$
Obviously this is an absurd statement, as this is not true in general. It is clear that the base case is correct, so the flaw must be somewhere in the induction step.
My only guess is that it stems from saying $max(p-1,q-1) = k$ and that somehow we have a subtle violation going on. I would like to be able to clearly see the violation. Any help would be greatly appreciated.
induction fake-proofs
$endgroup$
4
$begingroup$
Why can you take $p-1,q-1$? They might not be natural numbers. For instance, $max (1,2)=2$.
$endgroup$
– lulu
3 hours ago
1
$begingroup$
This depends on whether you include $0$ in $mathbf N$ or not.
$endgroup$
– Bernard
3 hours ago
add a comment |
$begingroup$
This fallacy is given in Bartle's Introduction to Real Analysis (page 15) and I am trying to figure out where the problem is in the "fake proof".
Here we are using $mathbb{N} = {1,2,3 dots } $
If $n in mathbb{N}$ and if $max (p,q) = n $ for $p,q in mathbb{N}$, then $p=q$
The base case $n=1$ does check out. If $max (p,q) = 1$, then we do have that $p=q$ since $p,q in mathbb{N}$.
Then we assume the statement is true for $k ge 1$ and we want to prove the statement is true for $k+1$.
Suppose $max (p,q) = k+1$. Then we have $max (p-1, q-1) = k$. Thus, we have $p-1 = q-1 implies p=q $ $tag*{$square$}$
Obviously this is an absurd statement, as this is not true in general. It is clear that the base case is correct, so the flaw must be somewhere in the induction step.
My only guess is that it stems from saying $max(p-1,q-1) = k$ and that somehow we have a subtle violation going on. I would like to be able to clearly see the violation. Any help would be greatly appreciated.
induction fake-proofs
$endgroup$
This fallacy is given in Bartle's Introduction to Real Analysis (page 15) and I am trying to figure out where the problem is in the "fake proof".
Here we are using $mathbb{N} = {1,2,3 dots } $
If $n in mathbb{N}$ and if $max (p,q) = n $ for $p,q in mathbb{N}$, then $p=q$
The base case $n=1$ does check out. If $max (p,q) = 1$, then we do have that $p=q$ since $p,q in mathbb{N}$.
Then we assume the statement is true for $k ge 1$ and we want to prove the statement is true for $k+1$.
Suppose $max (p,q) = k+1$. Then we have $max (p-1, q-1) = k$. Thus, we have $p-1 = q-1 implies p=q $ $tag*{$square$}$
Obviously this is an absurd statement, as this is not true in general. It is clear that the base case is correct, so the flaw must be somewhere in the induction step.
My only guess is that it stems from saying $max(p-1,q-1) = k$ and that somehow we have a subtle violation going on. I would like to be able to clearly see the violation. Any help would be greatly appreciated.
induction fake-proofs
induction fake-proofs
edited 3 hours ago
WaveX
asked 3 hours ago
WaveXWaveX
2,5622722
2,5622722
4
$begingroup$
Why can you take $p-1,q-1$? They might not be natural numbers. For instance, $max (1,2)=2$.
$endgroup$
– lulu
3 hours ago
1
$begingroup$
This depends on whether you include $0$ in $mathbf N$ or not.
$endgroup$
– Bernard
3 hours ago
add a comment |
4
$begingroup$
Why can you take $p-1,q-1$? They might not be natural numbers. For instance, $max (1,2)=2$.
$endgroup$
– lulu
3 hours ago
1
$begingroup$
This depends on whether you include $0$ in $mathbf N$ or not.
$endgroup$
– Bernard
3 hours ago
4
4
$begingroup$
Why can you take $p-1,q-1$? They might not be natural numbers. For instance, $max (1,2)=2$.
$endgroup$
– lulu
3 hours ago
$begingroup$
Why can you take $p-1,q-1$? They might not be natural numbers. For instance, $max (1,2)=2$.
$endgroup$
– lulu
3 hours ago
1
1
$begingroup$
This depends on whether you include $0$ in $mathbf N$ or not.
$endgroup$
– Bernard
3 hours ago
$begingroup$
This depends on whether you include $0$ in $mathbf N$ or not.
$endgroup$
– Bernard
3 hours ago
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
The problem is that $p-1,q-1$ might not be in $mathbb N$. For instance, consider $max (1,2)=2$ . The induction would direct us to look at $max(0,1)=1$ but that was not covered in the base case.
Note: if we considered $0$ as a natural number then the base case is false as presented (since $max (0,1)=1$ is a counterexample). Of course, we could consider the base case $n=0$ and that would still be correct.
$endgroup$
$begingroup$
Going by the logic this approach would also work if we did include $0$ in our definition of $mathbb{N}$. Then we would be looking at $max (-1,0)$ and once again we fall out of $mathbb{N}$, am I correct?
$endgroup$
– WaveX
3 hours ago
2
$begingroup$
Exactly right. We'd have $max (a,b)=0implies a=b=0$ but you couldn't do the induction, as the example $max (0,1)=1$ demonstrates.
$endgroup$
– lulu
3 hours ago
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%2f3088884%2fcareless-mathematical-induction-fallacy%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
$begingroup$
The problem is that $p-1,q-1$ might not be in $mathbb N$. For instance, consider $max (1,2)=2$ . The induction would direct us to look at $max(0,1)=1$ but that was not covered in the base case.
Note: if we considered $0$ as a natural number then the base case is false as presented (since $max (0,1)=1$ is a counterexample). Of course, we could consider the base case $n=0$ and that would still be correct.
$endgroup$
$begingroup$
Going by the logic this approach would also work if we did include $0$ in our definition of $mathbb{N}$. Then we would be looking at $max (-1,0)$ and once again we fall out of $mathbb{N}$, am I correct?
$endgroup$
– WaveX
3 hours ago
2
$begingroup$
Exactly right. We'd have $max (a,b)=0implies a=b=0$ but you couldn't do the induction, as the example $max (0,1)=1$ demonstrates.
$endgroup$
– lulu
3 hours ago
add a comment |
$begingroup$
The problem is that $p-1,q-1$ might not be in $mathbb N$. For instance, consider $max (1,2)=2$ . The induction would direct us to look at $max(0,1)=1$ but that was not covered in the base case.
Note: if we considered $0$ as a natural number then the base case is false as presented (since $max (0,1)=1$ is a counterexample). Of course, we could consider the base case $n=0$ and that would still be correct.
$endgroup$
$begingroup$
Going by the logic this approach would also work if we did include $0$ in our definition of $mathbb{N}$. Then we would be looking at $max (-1,0)$ and once again we fall out of $mathbb{N}$, am I correct?
$endgroup$
– WaveX
3 hours ago
2
$begingroup$
Exactly right. We'd have $max (a,b)=0implies a=b=0$ but you couldn't do the induction, as the example $max (0,1)=1$ demonstrates.
$endgroup$
– lulu
3 hours ago
add a comment |
$begingroup$
The problem is that $p-1,q-1$ might not be in $mathbb N$. For instance, consider $max (1,2)=2$ . The induction would direct us to look at $max(0,1)=1$ but that was not covered in the base case.
Note: if we considered $0$ as a natural number then the base case is false as presented (since $max (0,1)=1$ is a counterexample). Of course, we could consider the base case $n=0$ and that would still be correct.
$endgroup$
The problem is that $p-1,q-1$ might not be in $mathbb N$. For instance, consider $max (1,2)=2$ . The induction would direct us to look at $max(0,1)=1$ but that was not covered in the base case.
Note: if we considered $0$ as a natural number then the base case is false as presented (since $max (0,1)=1$ is a counterexample). Of course, we could consider the base case $n=0$ and that would still be correct.
answered 3 hours ago
lulululu
40.3k24778
40.3k24778
$begingroup$
Going by the logic this approach would also work if we did include $0$ in our definition of $mathbb{N}$. Then we would be looking at $max (-1,0)$ and once again we fall out of $mathbb{N}$, am I correct?
$endgroup$
– WaveX
3 hours ago
2
$begingroup$
Exactly right. We'd have $max (a,b)=0implies a=b=0$ but you couldn't do the induction, as the example $max (0,1)=1$ demonstrates.
$endgroup$
– lulu
3 hours ago
add a comment |
$begingroup$
Going by the logic this approach would also work if we did include $0$ in our definition of $mathbb{N}$. Then we would be looking at $max (-1,0)$ and once again we fall out of $mathbb{N}$, am I correct?
$endgroup$
– WaveX
3 hours ago
2
$begingroup$
Exactly right. We'd have $max (a,b)=0implies a=b=0$ but you couldn't do the induction, as the example $max (0,1)=1$ demonstrates.
$endgroup$
– lulu
3 hours ago
$begingroup$
Going by the logic this approach would also work if we did include $0$ in our definition of $mathbb{N}$. Then we would be looking at $max (-1,0)$ and once again we fall out of $mathbb{N}$, am I correct?
$endgroup$
– WaveX
3 hours ago
$begingroup$
Going by the logic this approach would also work if we did include $0$ in our definition of $mathbb{N}$. Then we would be looking at $max (-1,0)$ and once again we fall out of $mathbb{N}$, am I correct?
$endgroup$
– WaveX
3 hours ago
2
2
$begingroup$
Exactly right. We'd have $max (a,b)=0implies a=b=0$ but you couldn't do the induction, as the example $max (0,1)=1$ demonstrates.
$endgroup$
– lulu
3 hours ago
$begingroup$
Exactly right. We'd have $max (a,b)=0implies a=b=0$ but you couldn't do the induction, as the example $max (0,1)=1$ demonstrates.
$endgroup$
– lulu
3 hours ago
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%2f3088884%2fcareless-mathematical-induction-fallacy%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
4
$begingroup$
Why can you take $p-1,q-1$? They might not be natural numbers. For instance, $max (1,2)=2$.
$endgroup$
– lulu
3 hours ago
1
$begingroup$
This depends on whether you include $0$ in $mathbf N$ or not.
$endgroup$
– Bernard
3 hours ago