Chapter 5: Q28E (page 343)
Let b be a fixed integer and j a fixed positive integer. Show that if are true and is true for every integer , then is true for all integersn with
Short Answer
The holds true for all the integersn with .
Chapter 5: Q28E (page 343)
Let b be a fixed integer and j a fixed positive integer. Show that if are true and is true for every integer , then is true for all integersn with
The holds true for all the integersn with .
All the tools & learning materials you need for study success - in one app.
Get started for freeLet P(n) be the statement that , where n is an integer greater than 1.
a) What is the statement P(2)?
b) Show that P(2) 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.
f) Explain why these steps show that this inequality is true whenever n is an integer greater than 1.
Let be the statement that in a triangulation of a simple polygon with sides, at least one of the triangles in the triangulation has two sides bordering the exterior of the polygon.
a) Explain where a proof using strong induction that is true for all integers runs into difficulties.
b) Show that we can prove that is true for all integers by proving by strong induction the stronger statement for all integers , which states that in every triangulation of a simple polygon, at least two of the triangles in the triangulation have two sides bordering the exterior of the polygon.
Prove that the first player has a winning strategy for the game of Chomp, introduced in Example 12 in Section 1.8, if the initial board is two squares wide, that is, a board. [Hint: Use strong induction. The first move of the first player should be to Chomp the cookie in the bottom row at the far right.]
Describe a recursive algorithm for multiplying two nonnegative integers x and y based on the fact that xy = 2 (x . (y / 2)) when y is even and xy = 2 (x . [y / 2]) + x when y is odd, together with the initial condition xy = 0 when y = 0 .
Prove that whenever nis a nonnegative integer.
What do you think about this solution?
We value your feedback to improve our textbook solutions.