Mathematical induction: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Michael Hardy
imported>Michael Hardy
Line 21: Line 21:
Base proposition: the trivial tree <math>\Gamma_0</math>&mdash;a single vertex without edges&mdash;has Euler characteristic <math>\Chi(\Gamma_0) = 0E - 1V = -1</math>.
Base proposition: the trivial tree <math>\Gamma_0</math>&mdash;a single vertex without edges&mdash;has Euler characteristic <math>\Chi(\Gamma_0) = 0E - 1V = -1</math>.


Inductive Hypothesis: For a tree <math>\Gamma</math>, and any extension single vertex extension of that tree <math>\Gamma'</math>, show that
Induction step: For a tree <math>\Gamma</math>, and any extension single vertex extension of that tree <math>\Gamma'</math>, show that


: <math>[ \Chi(\Gamma) = -1 ] \implies [ \Chi(\Gamma') = -1 ].</math>
: <math>[ \Chi(\Gamma) = -1 ] \implies [ \Chi(\Gamma') = -1 ].</math>

Revision as of 11:40, 13 July 2007

Mathematical induction is a technique for proving a proposition that can be considered a conjunction of an infinite sequence of special cases. Despite the name, it is a deductive, rather than inductive, method, in the sense in which those terms are usually used in logic.

In any proof by mathematical induction, one proves that each member of an infinite sequence of propositions holds by reasoning as follows:

  • The first case is true; and
  • If any case is true then so is the next.

Suppose one calls the propositions P1, P2, P3, ... . Then the proof consists of two steps:

  • The proof that P1 is true; and
  • The proof that if Pk is true, the so is Pk+1, regardless of the value of k.

The first step is called the "basis". The second is the "inductive step". In the inductive step one assumes the truth of Pk and proves Pk+1. The proposition Pk is called the "induction hypothesis".

Example

Proposition: A tree in graph theory has Euler characteristic −1.

Proof: By induction,

Base proposition: the trivial tree —a single vertex without edges—has Euler characteristic .

Induction step: For a tree , and any extension single vertex extension of that tree , show that

If , then adding one vertex and one edge to this graph would yield:

Since all trees can be constructed in this manner from the trivial tree, it must be the case that all trees have Euler characteristic −1. QED.