Mathematical induction method The Next CEO of Stack OverflowStrong Mathematical Induction: Why More than One Base Case?Prove by induction help?Formal definition of Mathematical Induction & Strong InductionHow can be done by the method of mathematical induction?Mathematical Induction - InequalityMathematical induction and pigeon-hole principleMathematical Induction with Sigma NotationLesson in an induction problemBy mathematical induction prove that?Chess table Mathematical Induction Problem
Can you teleport closer to a creature you are Frightened of?
Arrows in tikz Markov chain diagram overlap
How to coordinate airplane tickets?
That's an odd coin - I wonder why
MT "will strike" & LXX "will watch carefully" (Gen 3:15)?
How to compactly explain secondary and tertiary characters without resorting to stereotypes?
How badly should I try to prevent a user from XSSing themselves?
Why was Sir Cadogan fired?
Upgrading From a 9 Speed Sora Derailleur?
How to pronounce fünf in 45
Oldie but Goldie
Is it okay to majorly distort historical facts while writing a fiction story?
How do I secure a TV wall mount?
Free fall ellipse or parabola?
Man transported from Alternate World into ours by a Neutrino Detector
What did the word "leisure" mean in late 18th Century usage?
Creating a script with console commands
My ex-girlfriend uses my Apple ID to login to her iPad, do I have to give her my Apple ID password to reset it?
Could a dragon use hot air to help it take off?
Calculate the Mean mean of two numbers
Mathematica command that allows it to read my intentions
Could you use a laser beam as a modulated carrier wave for radio signal?
Why doesn't Shulchan Aruch include the laws of destroying fruit trees?
Planeswalker Ability and Death Timing
Mathematical induction method
The Next CEO of Stack OverflowStrong Mathematical Induction: Why More than One Base Case?Prove by induction help?Formal definition of Mathematical Induction & Strong InductionHow can be done by the method of mathematical induction?Mathematical Induction - InequalityMathematical induction and pigeon-hole principleMathematical Induction with Sigma NotationLesson in an induction problemBy mathematical induction prove that?Chess table Mathematical Induction Problem
$begingroup$
In the method of induction we take for granted the proposition P(k) and we want to prove P(k+1). Can we start from P(k+1) and prove from that that P(k) is true, or is it a wrong practise?
discrete-mathematics
New contributor
$endgroup$
add a comment |
$begingroup$
In the method of induction we take for granted the proposition P(k) and we want to prove P(k+1). Can we start from P(k+1) and prove from that that P(k) is true, or is it a wrong practise?
discrete-mathematics
New contributor
$endgroup$
1
$begingroup$
No, you need to show $P(k)implies P(k+1)$ or, which is equivalent, $neg P(k+1)impliesneg P(k)$. This valid variant on your invalid idea is related to a technique called infinite descent, in which we show $neg P(n)impliesexists k<n (neg P(k))$.
$endgroup$
– J.G.
Mar 28 at 10:59
1
$begingroup$
It is not "wrong practice", it proves something different.
$endgroup$
– Yves Daoust
Mar 28 at 11:01
add a comment |
$begingroup$
In the method of induction we take for granted the proposition P(k) and we want to prove P(k+1). Can we start from P(k+1) and prove from that that P(k) is true, or is it a wrong practise?
discrete-mathematics
New contributor
$endgroup$
In the method of induction we take for granted the proposition P(k) and we want to prove P(k+1). Can we start from P(k+1) and prove from that that P(k) is true, or is it a wrong practise?
discrete-mathematics
discrete-mathematics
New contributor
New contributor
New contributor
asked Mar 28 at 10:51
Toni IvanovToni Ivanov
1
1
New contributor
New contributor
1
$begingroup$
No, you need to show $P(k)implies P(k+1)$ or, which is equivalent, $neg P(k+1)impliesneg P(k)$. This valid variant on your invalid idea is related to a technique called infinite descent, in which we show $neg P(n)impliesexists k<n (neg P(k))$.
$endgroup$
– J.G.
Mar 28 at 10:59
1
$begingroup$
It is not "wrong practice", it proves something different.
$endgroup$
– Yves Daoust
Mar 28 at 11:01
add a comment |
1
$begingroup$
No, you need to show $P(k)implies P(k+1)$ or, which is equivalent, $neg P(k+1)impliesneg P(k)$. This valid variant on your invalid idea is related to a technique called infinite descent, in which we show $neg P(n)impliesexists k<n (neg P(k))$.
$endgroup$
– J.G.
Mar 28 at 10:59
1
$begingroup$
It is not "wrong practice", it proves something different.
$endgroup$
– Yves Daoust
Mar 28 at 11:01
1
1
$begingroup$
No, you need to show $P(k)implies P(k+1)$ or, which is equivalent, $neg P(k+1)impliesneg P(k)$. This valid variant on your invalid idea is related to a technique called infinite descent, in which we show $neg P(n)impliesexists k<n (neg P(k))$.
$endgroup$
– J.G.
Mar 28 at 10:59
$begingroup$
No, you need to show $P(k)implies P(k+1)$ or, which is equivalent, $neg P(k+1)impliesneg P(k)$. This valid variant on your invalid idea is related to a technique called infinite descent, in which we show $neg P(n)impliesexists k<n (neg P(k))$.
$endgroup$
– J.G.
Mar 28 at 10:59
1
1
$begingroup$
It is not "wrong practice", it proves something different.
$endgroup$
– Yves Daoust
Mar 28 at 11:01
$begingroup$
It is not "wrong practice", it proves something different.
$endgroup$
– Yves Daoust
Mar 28 at 11:01
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
That is wrong. Suppose, for instance that $T(n)$ is $nleqslant1$. Then we have $T(1)$ (since it means that $1leqslant1$). Now, suppost that we have $T(k)$; in other words, $kleqslant 1$. But then $k-1<kleqslant1$ and so $k-1leqslant 1$. So, I proved that $T(k)implies T(k-1)$. But I hope that I don't think that$$(forall ninmathbb N):nleqslant1$$is true.
$endgroup$
add a comment |
$begingroup$
It is wrong/useless. In mathematical induction you want to move forward, not backward.
$endgroup$
add a comment |
$begingroup$
The principle of induction is
prove for some $k_0$;
prove that if true for $k$, then true for $k+1$.
Combining these two pieces, the result is guaranteed true for
$$k_0, k_0+1, k_0+2, k_0+3, cdots$$
If you reverse the inductive argument, the result is guaranteed true for
$$k_0, k_0-1, k_0-2, k_0-3, cdots$$
Often, the statement to prove doesn't make sense for $k<0$ or $kle0$, and usually you want to prove for all $kge k_0$, not the other way.
$endgroup$
add a comment |
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
);
);
Toni Ivanov is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3165732%2fmathematical-induction-method%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$
That is wrong. Suppose, for instance that $T(n)$ is $nleqslant1$. Then we have $T(1)$ (since it means that $1leqslant1$). Now, suppost that we have $T(k)$; in other words, $kleqslant 1$. But then $k-1<kleqslant1$ and so $k-1leqslant 1$. So, I proved that $T(k)implies T(k-1)$. But I hope that I don't think that$$(forall ninmathbb N):nleqslant1$$is true.
$endgroup$
add a comment |
$begingroup$
That is wrong. Suppose, for instance that $T(n)$ is $nleqslant1$. Then we have $T(1)$ (since it means that $1leqslant1$). Now, suppost that we have $T(k)$; in other words, $kleqslant 1$. But then $k-1<kleqslant1$ and so $k-1leqslant 1$. So, I proved that $T(k)implies T(k-1)$. But I hope that I don't think that$$(forall ninmathbb N):nleqslant1$$is true.
$endgroup$
add a comment |
$begingroup$
That is wrong. Suppose, for instance that $T(n)$ is $nleqslant1$. Then we have $T(1)$ (since it means that $1leqslant1$). Now, suppost that we have $T(k)$; in other words, $kleqslant 1$. But then $k-1<kleqslant1$ and so $k-1leqslant 1$. So, I proved that $T(k)implies T(k-1)$. But I hope that I don't think that$$(forall ninmathbb N):nleqslant1$$is true.
$endgroup$
That is wrong. Suppose, for instance that $T(n)$ is $nleqslant1$. Then we have $T(1)$ (since it means that $1leqslant1$). Now, suppost that we have $T(k)$; in other words, $kleqslant 1$. But then $k-1<kleqslant1$ and so $k-1leqslant 1$. So, I proved that $T(k)implies T(k-1)$. But I hope that I don't think that$$(forall ninmathbb N):nleqslant1$$is true.
answered Mar 28 at 10:55
José Carlos SantosJosé Carlos Santos
171k23132240
171k23132240
add a comment |
add a comment |
$begingroup$
It is wrong/useless. In mathematical induction you want to move forward, not backward.
$endgroup$
add a comment |
$begingroup$
It is wrong/useless. In mathematical induction you want to move forward, not backward.
$endgroup$
add a comment |
$begingroup$
It is wrong/useless. In mathematical induction you want to move forward, not backward.
$endgroup$
It is wrong/useless. In mathematical induction you want to move forward, not backward.
answered Mar 28 at 10:54
PierreCarrePierreCarre
1,665212
1,665212
add a comment |
add a comment |
$begingroup$
The principle of induction is
prove for some $k_0$;
prove that if true for $k$, then true for $k+1$.
Combining these two pieces, the result is guaranteed true for
$$k_0, k_0+1, k_0+2, k_0+3, cdots$$
If you reverse the inductive argument, the result is guaranteed true for
$$k_0, k_0-1, k_0-2, k_0-3, cdots$$
Often, the statement to prove doesn't make sense for $k<0$ or $kle0$, and usually you want to prove for all $kge k_0$, not the other way.
$endgroup$
add a comment |
$begingroup$
The principle of induction is
prove for some $k_0$;
prove that if true for $k$, then true for $k+1$.
Combining these two pieces, the result is guaranteed true for
$$k_0, k_0+1, k_0+2, k_0+3, cdots$$
If you reverse the inductive argument, the result is guaranteed true for
$$k_0, k_0-1, k_0-2, k_0-3, cdots$$
Often, the statement to prove doesn't make sense for $k<0$ or $kle0$, and usually you want to prove for all $kge k_0$, not the other way.
$endgroup$
add a comment |
$begingroup$
The principle of induction is
prove for some $k_0$;
prove that if true for $k$, then true for $k+1$.
Combining these two pieces, the result is guaranteed true for
$$k_0, k_0+1, k_0+2, k_0+3, cdots$$
If you reverse the inductive argument, the result is guaranteed true for
$$k_0, k_0-1, k_0-2, k_0-3, cdots$$
Often, the statement to prove doesn't make sense for $k<0$ or $kle0$, and usually you want to prove for all $kge k_0$, not the other way.
$endgroup$
The principle of induction is
prove for some $k_0$;
prove that if true for $k$, then true for $k+1$.
Combining these two pieces, the result is guaranteed true for
$$k_0, k_0+1, k_0+2, k_0+3, cdots$$
If you reverse the inductive argument, the result is guaranteed true for
$$k_0, k_0-1, k_0-2, k_0-3, cdots$$
Often, the statement to prove doesn't make sense for $k<0$ or $kle0$, and usually you want to prove for all $kge k_0$, not the other way.
answered Mar 28 at 10:59
Yves DaoustYves Daoust
131k676229
131k676229
add a comment |
add a comment |
Toni Ivanov is a new contributor. Be nice, and check out our Code of Conduct.
Toni Ivanov is a new contributor. Be nice, and check out our Code of Conduct.
Toni Ivanov is a new contributor. Be nice, and check out our Code of Conduct.
Toni Ivanov is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3165732%2fmathematical-induction-method%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
1
$begingroup$
No, you need to show $P(k)implies P(k+1)$ or, which is equivalent, $neg P(k+1)impliesneg P(k)$. This valid variant on your invalid idea is related to a technique called infinite descent, in which we show $neg P(n)impliesexists k<n (neg P(k))$.
$endgroup$
– J.G.
Mar 28 at 10:59
1
$begingroup$
It is not "wrong practice", it proves something different.
$endgroup$
– Yves Daoust
Mar 28 at 11:01