Mathematical Induction

Disambiguation: Not to be confused with Electromagnetic Induction.

Regular Induction

Principle of Mathematical Induction (POMI)

Axiom

Let be an open sentence that depends on .

If statements 1 and 2 are both true:

Then statement 3 is true:

Proof Method - Induction

Proof

To prove the universally quantified statement

  1. Prove (base case)
  2. Prove the universally quantified implication (inductive step)
    1. - inductive hypothesis
    2. - inductive conclusion

If the definition of natural numbers includes , then you would prove as the base case.

Explanation

You prove that if the hypothesis is true, the conclusion must also be true, and the conclusion "becomes" the hypothesis for the next "term"

Proof of :

Proof of :

Proof of

Such that

AKA "domino principle"

This works because the natural numbers are ordered. Between any two natural numbers and , there are only a finite number of natural numbers.

Strong Induction

When isn't enough to prove , and , need to be assumed as well

Principle of Strong Induction (POSI)

Axiom

Let be an open sentence that depends on

If statements 1 and 2 are both true:

Then

Proof Method - Strong Induction

Definition

To prove the universally quantified statement "For all integers "

  1. Prove
  2. Prove the universally quantified implication "For all integers , if , then "
  • For the base case, prove all of , Because when there is more than one case to prove.
  • For the inductive step, assume is an arbitrary integer where . Assume the inductive hypothesis , then prove using assumptions for all integers .
    That is, assume all "levels" that were proven in the base case in the hypothesis as well.