Mathematical induction

https://arbital.com/p/mathematical_induction

by Douglas Weathers Jul 17 2016 updated Aug 9 2016

Proving a statement about all positive integers by knocking them down like dominoes.


The principle of mathematical induction is a proof technique in which a statement, , is proven about a set of natural numbers . It may be best understood as treating the statements like dominoes: a statement is true if the -th domino is knocked down. We must knock down a first domino, or prove that a base case is true. Next we must make sure the dominoes are close enough together to fall, or that the inductive step holds; in other words, we prove that if and is true, is true. Then since is true, is true; and since is true, is true, and so on.

An example

We'll do an example to build our intuition before giving the proper definition of the principle. We'll provide yet another proof that for all integers . First, let's check the base case, where : This is (fairly obviously) true, so we can move forward with the inductive step. The inductive step includes an assumption, namely that the statement is true for some integer that is larger than the base integer. For our example, if , we assume that and try to prove that Take our assumption and add to both sides: Now the left-hand sides of what we know and what we want are the same. Hopefully the right-hand side will shake out to be the same. Get common denominators so that the right-hand side of the above equation is Therefore, as desired.

Let be the statement for that the sum of all integers between 1 and is . At the beginning we showed that the base case, , is true. Next we showed the inductive step, that if and is true, then is true. This means that since is true, is true; and since is true, is true; etc., so that is true for all integers .

Definition for the natural numbers

We are ready to properly define mathematical induction.

Weak mathematical induction

Let be a statement about the natural numbers. Then is true for all if

  1. is true, and
  2. For all , is true if is.

Strong mathematical induction

Let be a statement about the natural numbers. Then is true for all if

  1. is true, and
  2. For all , is true so long as is true for all .

A note: strong mathematical induction is a variant on mathematical induction by requiring a stronger inductive step, namely that the statement is true for all smaller indices, not just the immediate predecessor.

Induction on a well-ordered set

Well done if your immediate response to the above material was, "Well, am I only restricted to this technique on the natural numbers?" No. As long as your index set is well-ordered, then strong mathematical induction will work.

However, if your ordered set is not well-ordered, you can prove properties 1 and 2 above, and still not have it hold for all elements beyond the base case. For instance, consider the set of nonnegative real numbers, and let be the claim . Then is true, and for all real numbers , is true whenever is true for all . But of course is false.


Comments

Eric Rogstad

The principle of mathematical induction is a proof technique in which a statement, , is proven about a set of natural numbers \. It may be best understood as treating the statements like dominoes: a statement is true if the \-th domino is knocked down\. We must knock down a first domino, or prove that a base case is true\. Next we must make sure the dominoes are close enough together to fall, or that the inductive step holds; in other words, we prove that if and is true, is true\. Then since is true, is true; and since is true, is true, and so on\.

I really like this domino analogy.

Also, I'd expect to see the word "all" somewhere in this first paragraph -- I think it's worth emphasizing the point that if we have the base case and the inductive step then the statement will be true for all of the numbers after the base case, just like all of the dominoes after the first one would fall down. I think the current final sentence of the intro paragraph doesn't make this clear enough.

Eric Rogstad

We'll do an example to build our intuition before giving the proper definition of the principle\. We'll provide yet another proof that for all integers \. First, let's check the base case, where : This is \(fairly obviously\) true, so we can move forward with the inductive step\. The inductive step includes an assumption, namely that the statement is true for some integer that is larger than the base integer\. For our example, if , we assume that and try to prove that Take our assumption and add to both sides: Now the left\-hand sides of what we know and what we want are the same\. Hopefully the right\-hand side will shake out to be the same\. Get common denominators so that the right\-hand side of the above equation is Therefore, as desired\.

I think it would be worthwhile to explicitly call out that what's happening here is that we're replacing in the original equation with .