Wenti
- 4
- 0
"Proving" PMI from... nothing? Help find the error!
Prove the Principle of Mathematical Induction from the Well-Ordering Principle.
Principle of Mathematical Induction (PMI):
If A \subset \mathbb{N} satisfies
(i) 1 \in A,
(ii) if k \in A, then k+1 \in A,
then A = \mathbb{N}.
Well-Ordering Principle (WOP):
If A \subset \mathbb{N} is nonempty, then A has a least element.
I know how to solve this problem using the hypotheses from WOP. My problem is that I noticed an alternate "proof" that does not even use WOP, and I can't seem to find my error.
Assume that A \neq \mathbb{N}. Then, there exists some m \in \mathbb{N} such that m \notin A. By the (contrapositive) second hypothesis of PMI, this means that m-1 \notin A. But if m-1 \notin A, then m-2 \notin A. Repeating this process m-1 times yields that 1 \notin A, contradicting the first hypothesis of PMI that we are assuming. Therefore, A =\mathbb{N}.
Homework Statement
Prove the Principle of Mathematical Induction from the Well-Ordering Principle.
Homework Equations
Principle of Mathematical Induction (PMI):
If A \subset \mathbb{N} satisfies
(i) 1 \in A,
(ii) if k \in A, then k+1 \in A,
then A = \mathbb{N}.
Well-Ordering Principle (WOP):
If A \subset \mathbb{N} is nonempty, then A has a least element.
The Attempt at a Solution
I know how to solve this problem using the hypotheses from WOP. My problem is that I noticed an alternate "proof" that does not even use WOP, and I can't seem to find my error.
Assume that A \neq \mathbb{N}. Then, there exists some m \in \mathbb{N} such that m \notin A. By the (contrapositive) second hypothesis of PMI, this means that m-1 \notin A. But if m-1 \notin A, then m-2 \notin A. Repeating this process m-1 times yields that 1 \notin A, contradicting the first hypothesis of PMI that we are assuming. Therefore, A =\mathbb{N}.