In this section we learn a new proof technique, mathematical induction. This technique is useful for proving statements about the positive (or nonnegative) integers. It is based on the following principle.
The way to think about the Principle of Mathematical Induction is that if you know the statement is true for some starting value, ( is true), and if you can show that knowing the statement is true for some value allows you to know it is true for the next value (), then you know it for all values greater than or equal to .
Note, you do not know is true, just that if it is true, then will be true. Now since is true, by (2.), must be true. Since is true, must be true, etc. In this way we can see that must be true for all .
In the above structure we used for simplicitiy, but an induction proof could have a base step starting at a different . Most commonly, the base step starts with 0 or 1.
Since the induction step in mathematical induction connects a statement about to a statement about , we need to be comfortable with the relationship between sums of terms and sums of terms.
Example5.2.1.Proof by Induction: Summation Formula.
Prove for .
Proof.
Base Step: Let . Then
Since the left hand side of the equation equals the right hand side, for .
Induction Step:
Assume for some .
Show .
Proof of induction step:
by the induction assumption add the term of the sum factor out on the top
Thus, .
Hence, by induction for .
Note, in the base step we looked at each side of what we wanted to show separately. We can refer to this as a “left hand side/ right hand side proof”, or in short hand, a LHS/RHS proof. If we just start with the equation we want to show, then we are assuming what we are trying to prove. To avoid this, it is best, when trying to show two things are equal in the base step, to do a LHS/ RHS proof.