Three forms of mathematical induction

This is an old revision of this page, as edited by Michael Hardy (talk | contribs) at 22:16, 28 January 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Proofs by mathematical induction usually have one of the following three forms.

1. The basis for induction is trivial; the substantial part of the proof goes from case n to case n + 1.

2. The basis for induction is vacuously true; the step that goes from case n to case n + 1 is trivial if n > 1 and impossible if n = 1; the substantial part of the proof is the case n = 2. The case n = 2 is relied on in the trivial induction step.

3. The induction step shows that if P(k) is true for all k < n then P(n) is true (proof by complete induction); no basis for induction is needed because the first, or basic, case is a vacuously true special case of what is proved in the induction step. This form works not only when the values of k and n are natural numbers, but also when they are transfinite ordinal numbers; see transfinite induction.

[Examples of each should be added.]