Writing a Proof by Induction
While writing a proof by induction, there are certain fundamental terms and mathematical jargon which must be used, as well as a certain format which has to be followed. These norms can never be ignored. Some of the basic contents of a proof by induction are as follows:
- a given proposition (what is to be proved);
- a given domain for the proposition for example, for all positive integers
- a base case where we usually try to prove the proposition holds true for
- an induction hypothesis which assumes that is true for any in the domain of ; this is then used for the case
- the conclusion.
Based on these, we have a rough format for a proof by Induction:
Statement: Let be the proposition induction hypothesis for in the domain.
Base Case: Consider the base case:
LHS = LHS
RHS = RHS.
Since LHS = RHS, the base case is true.Induction Step: Assume is true for some in the domain.
Consider :
LHS = RHS (using induction hypothesis).
Hence the fact that is true implies that is true.Conclusion: By mathematical induction, since both the base case and being true implies is true, is true for all in the domain.
Let us elucidate this through some examples.
Show that for all positive integers ,
This is a well-known statement about the sum of the first squares, and we will show this via induction.
Statement: Let be the proposition that for all positive integers.
(We have stated what the induction hypothesis is, and specified the domain in which the statement is true.)Base Case: Consider .
LHS = .
RHS = .
Since LHS=RHS, the base case is true. (We have identified the base case, and shown that it is true.)Induction Hypothesis: Assume is true for some positive integer .
Consider : We have
Hence, the fact that is true implies that is true. We successfully used the induction hypothesis in the 3 equation along with algebraic manipulation to show that the next statement is true.Conclusion: By mathematical induction, since the fact that is true and so is implies is true, is true for all positive integers .
Show that is divisible by .
We have to prove that in the given domain, where .
Statement: Let be the proposition that .
(We have stated what the induction hypothesis is, and specified the domain in which the statement is true.)Base Case: Consider .
LHS = .
RHS = for .
Since LHS=RHS, the base case is true. (We have identified the base case, and shown that it is true.)Induction Hypothesis: Assume is true for some .
Consider : We have Hence the fact that is true implies that is true. We successfully used the induction hypothesis in the 3 equation along with algebraic manipulation to show that the next statement is true.
Conclusion: By mathematical induction, since the fact that is true and so is implies is true, is true for all positive integers .