Consider the following proposition over the positive integers, which we will label The sum of the positive integers from 1 to is This is a well-known formula that is quite simple to verify for a given value of For example, is: The sum of the positive integers from 1 to 5 is Indeed, However, this doesn’t serve as a proof that is a tautology. All that we’ve established is that is in the truth set of Since the positive integers are infinite, we certainly can’t use this approach to prove the formula.
Section 3.7 Mathematical Induction
Subsection 3.7.1 Introduction, First Example
In this section, we will examine mathematical induction, a technique for proving propositions over the positive integers. Mathematical induction reduces the proof that all of the positive integers belong to a truth set to a finite number of steps.
Example 3.7.1. Formula for Triangular Numbers.
An Analogy: A proof by mathematical induction is similar to knocking over a row of closely spaced dominos that are standing on end. To knock over the dominos in Figure 3.7.2, all you need to do is push the first domino over. To be assured that they all will be knocked over, some work must be done ahead of time. The dominos must be positioned so that if any domino is pushed is knocked over, it will push the next domino in the line.

Returning to Example 3.7.1 imagine the propositions to be an infinite line of dominos. Let’s see if these propositions are in the same formation as the dominos were. First, we will focus on one specific point of the line: and We are not going to prove that either of these propositions is true, just that the truth of implies the truth of In terms of our analogy, if is knocked over, it will knock over
In proving we will use as our premise. We must prove: The sum of the positive integers from 1 to 100 is We start by observing that the sum of the positive integers from 1 to 100 is That is, the sum of the positive integers from 1 to 100 equals the sum of the first ninety-nine plus the final number, 100. We can now apply our premise, to the sum After rearranging our numbers, we obtain the desired expression for
What we’ve just done is analogous to checking two dominos in a line and finding that they are properly positioned. Since we are dealing with an infinite line, we must check all pairs at once. This is accomplished by proving that for all
They are all lined up! Now look at The sum of the positive integers from 1 to 1 is Clearly, is true. This sets off a chain reaction. Since is true. Since is true; and so on.
Theorem 3.7.3. The Principle of Mathematical Induction.
Note: The truth of is called the basis for the induction proof. The premise that is true in the second part is called the induction hypothesis. The proof that implies is called the induction step of the proof. Despite our analogy, the basis is usually done first in an induction proof. However, order doesn’t really matter.
Subsection 3.7.2 More Examples
Example 3.7.4. Generalized Detachment.
Consider the implication over the positive integers.
A proof that is a tautology follows. Basis: is This is the logical law of detachment which we know is true. If you haven’t done so yet, write out the truth table of to verify this step.
Induction: Assume that is true for some We want to prove that must be true. That is:
Here is a direct proof of
Step | Proposition | Justification |
Premises | ||
|
||
Premise | ||
Example 3.7.6. An example from Number Theory.
For all is a multiple of 3. An inductive proof follows:
Basis: is a multiple of 3. The basis is almost always this easy!
Induction: Assume that and is a multiple of 3. Consider Is it a multiple of 3?
Yes, is the sum of two multiples of 3; therefore, it is also a multiple of 3.
Now we will discuss some of the variations of the principle of mathematical induction. The first simply allows for universes that are similar to such as or
Theorem 3.7.7. Principle of Mathematical Induction (Generalized).
is true, and- for all
Example 3.7.8. A proof of the permutations formula.
In Chapter 2, we stated that the number of different permutations of elements taken from an element set, can be computed with the formula We can prove this statement by induction on For let be the proposition
Basis: states that if is the number of ways that elements can be selected from the empty set and arranged in order, then This is true. A general law in combinatorics is that there is exactly one way of doing nothing.
Induction: Assume that is true for some natural number It is left for us to prove that this assumption implies that is true. Suppose that we have a set of cardinality and want to select and arrange of its elements. There are two cases to consider, the first of which is easy. If then there is one way of selecting zero elements from the set; hence
and the formula works in this case.
The more challenging case is to verify the formula when is positive and less than or equal to Here we count the value of by counting the number of ways that the first element in the arrangement can be filled and then counting the number of ways that the remaining elements can be filled in using the induction hypothesis.
There are possible choices for the first element. Since that leaves elements to fill in the remaining positions, there are ways of completing the arrangement. By the rule of products,
Subsection 3.7.3 Course of Values Induction
A second variation allows for the expansion of the induction hypothesis. The course-of-values principle includes the previous generalization. It is also sometimes called strong induction.
Theorem 3.7.9. The Course-of-Values Principle of Mathematical Induction.
is true, and- for all
A prime number is defined as a positive integer that has exactly two positive divisors, 1 and itself. There are an infinite number of primes. The list of primes starts with
The proposition over that we will prove here is can be written as the product of one or more primes. In most texts, the assertion that is a tautology would appear as
Theorem 3.7.10. Existence of Prime Factorizations.
Every positive integer greater than or equal to 2 has a prime decomposition.
Proof.
If you were to encounter this theorem outside the context of a discussion of mathematical induction, it might not be obvious that the proof can be done by induction. Recognizing when an induction proof is appropriate is mostly a matter of experience. Now on to the proof!
Basis: Since 2 is a prime, it is already decomposed into primes (one of them).
Induction: Suppose that for some all of the integers have a prime decomposition. Notice the course-of-value hypothesis. Consider Either is prime or it isn’t. If is prime, it is already decomposed into primes. If not, then has a divisor, other than 1 and Hence, where both and are between 2 and By the induction hypothesis, and have prime decompositions, and , respectively. Therefore, has the prime decomposition
Axiom 3.7.11. Peano Postulates.
The system of positive integers consists of a nonempty set, a least element of denoted 1; and a “successor function,” s, with the properties
- If
, then there is an element of called the successor of denoted - No two elements of
have the same successor. - No element of
has as its successor. - If
and then
Notes:
- You might recognize
as simply being - Axiom 4 is the one that makes mathematical induction possible. In an induction proof, we simply apply that axiom to the truth set of a proposition.
Exercises 3.7.4 Exercises
1.
Answer.
We wish to prove that is true for Recall that the th odd positive integer is
Basis: for is which is true
Induction: Assume that for some is true. Then we infer that follows:
2.
3.
Answer.
Proof:
- Basis: We note that the proposition is true when
- Induction: Assume that the proposition is true for some
This is the induction hypothesis.Therefore, the truth of the proposition for implies the truth of the proposition for
4.
5.
Solution.
Basis: For we observe that
Induction: Assume that for some the formula is true.
Then:
6.
7.
The number of strings of zeros and ones that contain an even number of ones is Prove this fact by induction for
Answer.
Let be the set of strings of zeros and ones of length (we assume that is known). Let be the set of the “even” strings, and the odd strings. The problem is to prove that for Clearly, and, if for some it follows that by the following reasoning.
We partition according to the first bit:
Since and are disjoint, we can apply the addition law. Therefore,
8.
9.
Suppose that there are people in a room, and that they all shake hands with one another. Prove that handshakes will have occurred.
Solution.
Assume that for persons handshakes take place. If one more person enters the room, he or she will shake hands with people,
Also, for there are no handshakes, which matches the conjectured formula:
10.
Prove that it is possible to make up any postage of eight cents or more using only three- and five-cent stamps.
11.
Generalized associativity. It is well known that if and are numbers, then no matter what order the sums in the expression are taken, the result is always the same. Call this fact Prove using course-of-values induction that if and are numbers, then no matter what order the sums in the expression are taken, the result is always the same.
Solution.
Let be “ has the same value no matter how it is evaluated.”
Basis: may be evaluated only two ways. Since + is associative, Hence, is true.
Induction: Assume that for some are all true. Now consider the sum Any of the additions in this expression can be applied last. If the th addition is applied last, we have No matter how the expression to the left and right of the addition are evaluated, the result will always be the same by the induction hypothesis, specifically and We now can prove that If
12.
Let be the set of all numbers that can be produced by applying any of the rules below in any order a finite number of times.
- Rule 1:
- Rule 2:
- Rule 3: If
and have been produced by the rules, then - Rule 4: If
and have been produced by the rules, then
Prove that
Hint.
The number of times the rules are applied should be the integer that you do the induction on.
13.
Proofs involving objects that are defined recursively are often inductive. A recursive definition is similar to an inductive proof. It consists of a basis, usually the simple part of the definition, and the recursion, which defines complex objects in terms of simpler ones. For example, if is a real number and is a positive integer, we can define as follows:
- Basis:
- Recursion: if
Hint.
Let be the proposition that for all
Solution.
For let for all The basis for this proof follows directly from the basis for the definition of exponentiation.
Induction: Assume that for some is true. Then
You have attempted of activities on this page.