The Principle of Induction


In this section we will briefly review a common technique for many mathematical proofs called the Principle of Induction. Based on this principle there is a constructive method called Recursive Definition that is also used in several proofs. Both principles, in fact, can be applied to many well-ordered set.

Definition: Ordered and Well-Ordered Set

Examples:

Theorem: Induction Principle

Recall the this is very similar to parts of the Peano Axioms, and it is easy to see that the principle of induction applies to the well-ordered set of natural numbers.

To use the principle of induction for the natural numbers one has to proceed in four steps:

  1. Define a property that you believe to be true for some ordered set (such as N)
  2. Check if the property is true for the smallest number of your set (1 for N)
  3. Assume that property is true for an arbitrary element of your set (n for N)
  4. Prove that the property is still true for the successor of that element (n+1 for N)

Examples:

Before stating a theorem whose proof is based on the induction principle, we should find out why the additional property that every element except the smallest one must have an immediate predecessor is necessary for the induction principle:

Example:

  1. The set of natural numbers, with the usual ordering, is well-ordered, and in addition every element except of 1 has an immediate predecessor. Now impose a different ordering labeled << on the natural numbers: Is the set of natural numbers, together with this new ordering << well-ordered ? Does it have the property that every element has an immediate predecessor ?
  2. Suppose the induction principle defined above does not contain the assumption that every element except for the smallest has an immediate predecessor. Then show that it could be proved that every natural number must be even (which is, of course, not true so the additional assumption on the induction principle is necessary). A somewhat more complicated, but very useful theorem that can be proved by induction is the binomial theorem:

    Theorem: Binomial Theorem

    Based on the Induction principle is the principle of Recursive Definition that is used frequently in computer science.

    Definition: Recursive Definition

    Examples:

    When first encountering proofs by induction, it seems that anything can be proved. It is hard, in fact almost impossible, to find out why a particular property should be true when looking at an induction proof, and therefore, one might use induction to prove anything (Incidentally, such proofs are often called non-constructive proofs).

    Exercise:

    Here is a more elaborate example of an invalid induction proof:

    Example:

    “Proof”

    A similar word of caution applies to Recursive Definitions. While that principle can be very useful, one has to be careful not to get into logical difficulties.

    Example:


    Go Up | Next Section | Prev. Section | Glossary | Map
    (bgw)