Proof by induction

From Conservapedia
This is an old revision of this page, as edited by Foxtrot (Talk | contribs) at 06:23, February 19, 2008. It may differ significantly from current revision.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A proof by induction is a technique of mathematical proof. It is one of the axioms of Zermelo-Fraenkel set theory, allowing a mathematician to have proofs that count in order through all the natural numbers. Proofs by induction come in three flavors: weak (or classic) induction, strong induction, and transfinite induction. As the names suggest, weak induction proofs require fewer assumptions than strong induction proofs. Sometimes these assumptions are too weak, in which case strong induction is necessary. Transfinite induction involves infinitary mathematics, including the Axiom of Choice. Many mathematicians avoid transfinite induction when possible.

Weak Induction

Assume hypothesis A is true for the number n. Prove that it must be true for n+1.

Strong Induction

Assume hypothesis A is true for all the numbers less than n. Prove that it must be true for n.

Transfinite Induction

Assume hypothesis A is true for a finite number n or an infinite cardinal k. Prove it must be true for n+1 (respectively, k+1).