Skip to main content

Section 5.3 More Mathematical Induction

In the last section we introduced mathematical induction by looking at proofs involving summation formulas. In this section we look at some more examples, including divisibility proofs and inequality proofs.
As in the previous section, we will assume nZ. We will continue to use the same Structure of a Mathematical Induction Proof. Before looking at new examples of induction proofs, let’s make sure we can write a summation proof.

Activity 5.3.1.

Prove i=1ni2=n(n+1)(2n+1)6 for all n1 by induction. Make sure your proof follows the form above.
Our next example looks at using induction to prove a divisibility statement. We proved several properties of divisibility in Section 4.3. Now we want to be able to use those properties to simplify our induction proofs. Remember, a written proof just needs to make a clear series of logical steps. It does not need to explain how the writer thought to do those steps.

Example 5.3.1. Proof by Induction: Divisibility.

Prove 3(n3n) for n0.

Proof.

Base Step: Let n=0. Then n3n=030=0. We know 30.
Thus, 3(n3n) for n=0.
Induction Step:
Assume 3(k3k) for some k0.
Show 3((k+1)3(k+1)).
Scratchwork: before proving the induction step, we might need to do some scratchwork. This is not part of the proof, but will help us structure a clear proof. We can do some algebra on the expression we in the “show” statement:
(k+1)3(k+1)=k3+3k2+3k+1k1=(k3k)+3k2+3k   rearranged terms and cancelled 1's
But by our assumption, 3(k3k) and since the remaining terms are multiples of 3, 33k2+3k.
Now we are ready to use our scratch work to write the proof of the induction step.
Proof of induction step:
3(k3k)   by the induction assumption3(k3k)+3k2+3k   since we just added multiples of 33(k3k)+3k2+3k+11   since 1-1 is 03k3+3k2+3k+1k1   rearranged terms3((k+1)3(k+1)).
Which is what we wanted to show.
Hence, by induction 3(n3n) for n0.
Some comments about divisibility proofs:
  • You will likely need to do scratchwork. Do not include the scratchwork in your actual proof.
  • The point of the proof is that the reader can follow all of the steps. You do not need to explain where your choices came from. For example, in the proof in Example 5.3.1, it might not be obvious why you should add 3k2+3k, but the reader just needs to know that 3 divides the expression, which is clear.
  • Divisibility proofs in this form can be challenging to do at first, but with practice, they often end up being some of the easier induction proofs to do, as they all follow a similar format.
Let’s try another example.

Example 5.3.2. Proof by Induction: Divisibility, Again.

Prove 3(22n1) for n0.

Proof.

Base Step: Let n=0. Then 22n1=201=0. We know 30.
Thus, 3(22n1) for n=0.
Induction Step:
Assume 3(22k1) for some k0.
Show 3(22(k+1)1).
Scratchwork:
22(k+1)1=22k+21=(22)(22k)1   used exponent rules to rewrite=(4)(22k)1=(3+1)(22k)1   maybe not an obvious step,        but we are looking for multiples of 3=322k+22k1   distribute
But by our assumption, 322k1 and since the remaining term is a multiple of 3, 3322k+22k1.
Now we are ready to use our scratchwork to write the proof of the induction step.
Proof of induction step:
322k1   by the induction assumption322k1+322k   since we just added a multiple of 33(3+1)(22k)1   factored out 22k3(4)(22k)13(22)(22k)13(22k+2)13(22(k+1))1
Which is what we wanted to show.
Hence, by induction 3(22n1) for n0.

Activity 5.3.2.

Prove 832n1 for all n0 by induction. It may be helpful to do scratchwork first.
Now we apply induction to statements involving inequalities. These will be some of the most challenging induction proofs as they often take a bit more trial and error in the scratchwork. When dealing with equalities, you know that you have to add the same thing to both sides. However, with inequalities you can change one side as long as you maintain the inequality. For example, if you know P>Q, then you also know P+2>Q. The fact that we can change one side of the expression makes it more challenging to see what steps to take.

Example 5.3.3. Proof by Induction: Inequality.

Prove 2n+1<2n for n3.

Proof.

Base Step: Let n=3. Then 2n+1=2(3)+1=7, and 2n=23=8 We know 7<8.
Thus, 2n+1<2n for n=3.
Induction Step:
Assume 2k+1<2k for some k3.
Show 2(k+1)+1<2k+1.
Scratchwork:
LHS: 2(k+1)+1=2k+2+1=2k+1+2RHS: 2k+1=2(2k)
Now we want to make a useful observation: in the LHS expression we are addding. In the RHS expression we are multiplying. We need a way to go between them. One way is to notice that 2(A)=A+A. Then
2k+1=2(2k)=2k+2k
We know 2k+1<2k and 2<2k, so we can put all this together into the proof.
Proof of induction step:
2k+1<2k   by the induction assumption2(k+1)+1=2k+2+1=2k+1+2<2k+2   by the induction assumption<2k+2k   since 2<2k=2(2k)=2k+1
Thus, 2(k+1)+1<2k+1, which is what we wanted to show.
Hence, by induction 2n+1<2n for n3.

Reading Questions Check Your Understanding

1.

Suppose you want to prove 832n1. Show the statement holds for n=0.
Hint.
Remember to just start with 32n1. Do not assume 8 divides it.

2.

Suppose you want to prove 832n1. Show the statement holds for n=1.
Hint.
Remember to just start with 32n1. Do not assume 8 divides it.

3.

Suppose you want to prove 832n1. What should you assume in the induction step?

4.

Suppose you want to prove 832n1. What should you show in the induction step?

5.

If you know 832k1, rewrite 32(k+1)1 so that it is a sum of terms that are multiples of 8.
Hint.
Be careful with the algebra, especially with rules of exponents. It is also helpful to notice that 32=9=8+1.

Exercises Exercises

1.

Observe that
113=13113+135=25113+135+157=37113+135+157+179=49
Conjecture a general formula and prove it by mathematical induction.

2.

Evaluate the sum i=1ni(i+1)! for all n=1,2,3,4,5. Make a conjecture for a formula for the sum for a general n, and prove your conjecture by induction.

3.

Use mathematical induction to prove 5n1 is divisible by 4, for integers n0.

4.

Use mathematical induction to prove 7n1 is divisible by 6, for integers n0.

5.

Use mathematical induction to prove 2n<(n+1)!, for integers n2.

6.

Use mathematical induction to prove 1+nx(1+x)n, for all real numbers x>1 and integers n2.
Hint.
You can only do induction on integers, and only one integer at a time. So in this problem you want to do induction on n, not x. Let x just be a variable. This problem does require x>1, so make sure you indicate in your proof where you needed to use that condition.
You have attempted 1 of 6 activities on this page.