MI---backward induction (高手請入)

2010-09-11 11:24 pm
Is the below proof for the backward induction correct? If not, pls indicate any
mistakes and provide a correct one if possible?

proof for backward induction
Assumption 1: S(n) is true for infintely many natural numbers n
Assumption 2: if S(k) is true-->S(k-1) is also true for k>1
To prove: S(n) is true for all natural number n
Denote a set P(n) which contains some n which S(n) is false
Assume P(n) is not a empty set, i.e. it contains m as its least element
as by Assumption 2 [S(k) is true-->S(k-1) is true] is equivalently equal to
S(k-1) is false-->S(k) is false
so we have P(n) contains infinitely many elements of m, m+1, m+2, m+3....
so for a set S2(n) which contain infintely many natural number, where S(n) is true
is bounded with a upper limit of (m-1)
so we arrive at a contradiction and the assumption of P(n) should have a least
element m is false, i.e. P(n) is a empty set
So, S(n) is true for all natural number N
更新1:

Errr... does this proof has any flaws or logical mistake and which steps (or even the idea) is unneccessary for the proof ?

回答 (1)

2010-09-12 12:02 am
✔ 最佳答案
The proof is beautiful and I would like to write it more clearly.

Backward induction

Assumption 1: S(n) is true for infintely many natural numbers n
Assumption 2: if S(k) is true-->S(k-1) is also true for k>1
S(n) is true for all natural number n

Proof:

Denote set P which contains those n such that S(n) is false. Assume that P is not an empty set, i.e. it contains m as its least element. Since Assumption 2 [S(k) is true-->S(k-1) is true] is equivalently equal to
S(k-1) is false-->S(k) is false
We conclude that P should contain infinitely many elements. i.e. m, m+1, m+2, m+3.... and this implies that the largest natural number for which S(n) is true is bounded with (m-1). Now we arrive at a contradiction and so originally P should be an empty set. This means that S(n) is true for all natural number n.


收錄日期: 2021-04-26 14:06:33
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20100911000051KK00914

檢視 Wayback Machine 備份