Proof Technique I Induction
βInductionβ or βmathematical inductionβ is a framework for proving statements that are indexed by integers. In other words, suppose you have a statement to prove that is really multiple statements, one for another for a third for and so on. If there is enough similarity between the statements, then you can use a script (the framework) to prove them all at once.
This is shorthand for the many statements and so on. Forever. You can do the calculations in each of these statements and verify that all four are true. We might not be surprised to learn that the fifth statement is true as well (go ahead and check). However, do we think the theorem is true for Or
To see that these questions are not so ridiculous, consider the following example from Rotmanβs Journey into Mathematics. The statement β is primeβ is true for integers (check a few). However, when we check we find which is not prime.
So how do we prove infinitely many statements all at once? More formally, let us denote our statements as Then, if we can prove the two assertions
is true.- If
is true, then is true.
then it follows that is true for all To understand this, I liken the process to climbing an infinitely long ladder with equally spaced rungs. Confronted with such a ladder, suppose I tell you that you are able to step up onto the first rung, and if you are on any particular rung, then you are capable of stepping up to the next rung. It follows that you can climb the ladder as far up as you wish. The first formal assertion above is akin to stepping onto the first rung, and the second formal assertion is akin to assuming that if you are on any one rung then you can always reach the next rung.
In practice, establishing that is true is called the βbase caseβ and in most cases is straightforward. Establishing that is referred to as the βinduction step,β or in this book (and elsewhere) we will typically refer to the assumption of as the βinduction hypothesis.β This is perhaps the most mysterious part of a proof by induction, since we are eventually trying to prove that is true and it appears we do this by assuming what we are trying to prove (when we assume ). We are trying to prove the truth of (for all ), but in the induction step we establish the truth of an implication, an βif-thenβ statement. Sometimes it is even worse, since as you get more comfortable with induction, we often do not bother to use a different letter ( ) for the index ( ) in the induction step. Notice that the second formal assertion never says that is true, it simply says that if were true, what might logically follow. We can establish statements like βIf I lived on the moon, then I could pole-vault over a bar 12 meters high.β This may be a true statement, but it does not say we live on the moon, and indeed we may never live there.
Enough generalities. Let us work an example and prove the theorem above about sums of integers. Formally, our statement is
A proof has two parts, a base case, which is usually easy, and an induction step that seems mysterious your first few times through.
Base Case.
Induction Step.
We will assume is true, and will try to prove Given what we want to accomplish, it is natural to begin by examining the sum of the first integers.
We then recognize the two ends of this chain of equalities as and we have established the conclusion of the induction step ( ), by employing the hypothesis of the induction step ( ).
So, by mathematical induction, the theorem is true for all
How do you recognize when to use induction? The first clue is a statement that is really many statements, one for each integer. The second clue would be that you begin a more standard proof and you find yourself using words like βand so onβ (like we did above!) or lots of ellipses (dots) to establish patterns that you are convinced continue on and on forever. However, there are many minor instances where induction might be warranted but we do not bother.
Induction is important enough, and used often enough, that it appears in various variations. The base case sometimes begins with or perhaps an integer greater than Some formulate the induction step as There is also a βstrong formβ of induction where we assume all of β¦ as a hypothesis for showing the conclusion
You can find examples of induction in the proofs of Theorem GSP, Theorem DER, Theorem DT, Theorem DIM, Theorem EOMP, Theorem DCP, and Theorem UTMR.
You have attempted 1 of 1 activities on this page.