Chapter 5: Induction and Recursion
Q4E
Let be the statement that a postage of n cents can be formed using 4-cent stamps and 7-cent stamps. The parts of this exercise outline a strong induction proof that is true for .
(a) Show statements and are true, completing the basis step of the proof.
(b) What is the inductive hypothesis of the proof?
(c) What do you need to prove in this inductive step?
(d) Complete the inductive step for .
(e) Explain why these steps show that statement is true whenever
Q4E
Let P(n)be the statement that for the positive integer .
a) What is the statement P(1)?
b) Show that P(1) is true, completing the basis step of
the proof.
c) What is the inductive hypothesis?
d) What do you need to prove in the inductive step?
e) Complete the inductive step, identifying where you
use the inductive hypothesis.
f) Explain why these steps show that this formula is true wheneveris a positive integer.
Q4E
Trace Algorithm 3 when it finds gcd (12,17) . That is, show all the steps used by Algorithm 3 to find gcd (12,17).
Q4RE
Give two different examples of proofs that use strong induction.
a) We have a strong induction to show whether you can run one mile or two miles and whether you can always run two more. miles, once you've run the specified number of miles, you can run any number of miles.
b) Show that if n is an integer greater than 1, then n can be written as a product of prime numbers.
Q4SE
Use mathematical induction to show that
\(\frac{1}{{1 \cdot 3}} + \frac{1}{{3 \cdot 5}} + ... + \frac{1}{{\left( {2n - 1} \right) \cdot \left( {2n + 1} \right)}} = \frac{n}{{2n + 1}}\)
whenever nis a positive integer.
Q50E
Show that .
Q50E
What is wrong with this “proof”? “Theorem” For every positive integer n, .
Basis Step: The formula is true for n = 1.
Inductive Step: Suppose that. Then. By the inductive hypothesis,
completing the inductive step.
Q50SE
Show that planes divide three-dimensional space into (n + 5n + 6)/ 6 regions if any three of these planes have exactly one point in common and no four contain a common point.
Q51E
What is wrong with this “proof”? “Theorem” For every positive integer n, if x and y are positive integers with , then
Basis Step: Suppose that . If and x and y are positive integers, we have and .
Inductive Step: Let k be a positive integer. Assume that whenever and x and y are positive integers, then x = y. Now let , where x and y are positive integers. Then , so by the inductive hypothesis, . It follows that , completing the inductive step.
Q51SE
Use the well-ordering property to show that \(\sqrt 2 \) is irrational. (Hint: Assume that \(\sqrt 2 \) is rational. Show that the set of positive integers of the form \(b\sqrt 2 \) has a least element \(a\).Then show that \(a\sqrt 2 - a\) is smaller positive integer of this form.)