Content deleted Content added
m robot Adding: zh |
Add extra axiom, replace proof by contradiction with disjunctive syllogism at induction step, used ideas from too old |
||
Line 1:
The principle of [[mathematical induction]] can be proved if the following [[axiom]]s
:(A1) The set of all [[natural numbers]] is [[well-ordered]] (that is, every non-empty set of natural numbers has a least element).
:(A2) if ''m'' > 0, then there exists ''n'' such that ''m'' = ''n'' + 1
A simplified version is given here. This proof does not use the standard mathematical symbols for '''there exists''' and '''for all''' to make it more accessible to less mathematically motivated readers
Suppose
Line 13 ⟶ 14:
:(2) For all ''n'' ≥ 0, ''P''(''n'') ⇒ ''P''(''n'' + 1)
We wish to prove:
:(3)
Using (1), we see that ''0'' is not an element of ''S'' and is therefore not the minimal element of ''S''.
Using (A2), if ''m'' > 0, then ''m'' = ''n'' + 1. Now if ''n'' is in ''S'', then ''m'' being bigger cannot be the minimal element of ''S''. But if ''n'' is not in ''S'', ''P''(''n'') and using (2) ''P''(''n'' + 1) and so ''m'' is not in ''S'' and cannot be the minimal element of ''S''.
Thus, ''S'' has no minimal element, and by (A1) must be empty. Thus, ''P'' is '''true''' for all integer values of ''m''
==Converse==
|