0% found this document useful (0 votes)
20 views6 pages

HW4 Solutions

The document contains solutions to selected exercises from a mathematics textbook, focusing on proofs by induction for various mathematical statements. Each solution includes a base case, inductive hypothesis, induction step, and conclusion, demonstrating the validity of the statements for all natural numbers. The exercises cover topics such as sums of odd numbers, divisibility, and properties of Fibonacci numbers.

Uploaded by

alborzjfrnk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views6 pages

HW4 Solutions

The document contains solutions to selected exercises from a mathematics textbook, focusing on proofs by induction for various mathematical statements. Each solution includes a base case, inductive hypothesis, induction step, and conclusion, demonstrating the validity of the statements for all natural numbers. The exercises cover topics such as sums of odd numbers, divisibility, and properties of Fibonacci numbers.

Uploaded by

alborzjfrnk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Proofs: A Long-Form Mathematics Textbook Jay Cummings

Chapter 4 Solutions to Selected Exercises


Notes:
• The questions are in a separate PDF on LongFormMath.com.

• For most problems there are many correct solutions, so the below are not the only correct ways to
solve the problems.
• If you spot an error, please email it to me at [email protected]. Thanks!

Solution to Question 1. We aim to prove that 1 + 3 + 5 + ... + (2n − 1) = n2 . We proceed by induction.

Base Case. The base case is when n = 1, and

1 = 12 ,

as desired.

Inductive Hypothesis. Assume the result holds for some k ∈ N. Since the k th odd natural number is (2k −1),
this means that
1 + 3 + 5 + · · · + (2k − 1) = k 2 .
Induction Step. We aim to prove the result for k + 1. The (k + 1)st odd number is (2k + 1). Adding (2k + 1)
to both sides of the induction hypothesis,

1 + 3 + 5 + · · · + (2k − 1) + (2k + 1) = k 2 + (2k + 1)


= (k + 1)2 .

Conclusion. Therefore, by induction, the result holds for every n ∈ N.

Solution to Question 2. We proceed by induction.


Base Case. The base case is n = 1, and 5 | (61 − 1) is true as it simply asserts 5 | 5.

Inductive Hypothesis. Assume that for some k ∈ N, we have that 5 | (6k − 1).

Induction Step. Note that by the definition of divisibility, 5 | (6k − 1) means that 6k − 1 = 5m for some
integer m. Multiplying both sides by 6 gives

6k+1 − 6 = 5(6m).

Adding 5 to each side gives 6k+1 − 1 = 5(6m) + 5 = 5(6m + 1). Since m is an integer, 6m + 1 is also an
integer, and so
6k+1 − 1 = 5n
where n = 6m + 1 is an integer. Thus, by the definition of divisibility,

5 | (6k+1 − 1),

as desired.

Conclusion. Therefore, by induction, 5 | (6n − 1) holds for all n ∈ N.


Proofs: A Long-Form Mathematics Textbook Jay Cummings

Solution to Question 3.
Part (e). We proceed by induction.
Base Case. n = 1, then 13 = 1 = 12 , as desired.

Inductive Hypothesis. Assume that for some k ∈ N, we have that

13 + 23 + 33 + · · · + k 3 = (1 + 2 + 3 + · · · + k)2 .
k(k+1)
Induction Step. By Proposition 4.2, recall that 1 + 2 + 3 + ... + k = 2 . Then,

13 + 23 + 33 + · · · + k 3 + (k + 1)3 = (1 + 2 + 3 + · · · + k)2 + (k + 1)3


 2
k(k + 1)
= + (k + 1)3
2
k 2 (k + 1)2 + 4(k + 1)3
=
4
(k + 1)2 (k 2 + 4(k + 1))
=
4
(k + 1)2 (k 2 + 4k + 4)
=
4
(k + 1)2 (k + 2)2
=
4
 2
(k + 1)(k + 2)
=
2
= (1 + 2 + 3 + · · · + k + k + 1)2 ,

as desired, where the final equality made use of Proposition 4.2 again (with a k + 1 in place of a k).

Conclusion. Therefore, by induction, the property holds for all n ∈ N.

Part (f ). We proceed by induction.


Base Case. n = 1, then 1 · 1! = 1 = (1 + 1)! − 1, as desired.

Inductive Hypothesis. Assume that for some k ∈ N, we have that

1 · 1! + 2 · 2! + 3 · 3! + · · · + k · k! = (k + 1)! − 1

Induction Step. By applying the induction hypothesis,

1 · 1! + 2 · 2! + 3 · 3! + · · · + k · k! + (k + 1) · (k + 1)! = (k + 1)! − 1 + (k + 1) · (k + 1)!


= (k + 1)!(1 + k + 1) − 1
= (k + 1)!(k + 2) − 1
= (k + 2)! − 1,

as desired.

Conclusion. Therefore, by induction, the result holds for all n ∈ N.


Proofs: A Long-Form Mathematics Textbook Jay Cummings

Solution to Question 4. We proceed by induction.


Base Case. The base case is when n = 1, and

1 + 21 = 3 ≤ 3 = 31 ,

as desired.

Inductive Hypothesis. Assume that


1 + 2k ≤ 3k
for some k ∈ N.

Induction Step. We aim to prove the result for k + 1. By using the inductive hypothesis in the third line
and the fact that 2(3k ) ≤ 3(3k ) in the fourth line (note that 3k > 0), we see that

1 + 2k+1 ≤ 2 + 2k+1
= 2(1 + 2k )
≤ 2(3k )
≤ 3(3k )
= 3k+1 .

Conclusion. Therefore, by induction, the result holds for every n ∈ N.

Solution to Question 5. We proceed by induction.


Base Case. The base case is when n = 0, and
0
 1 
F̃0 = 22 + 1 = 3 = 22 + 1 − 2 = F̃2 − 2,

as desired.

Inductive Hypothesis. Assume that

F̃0 · F̃1 · F̃2 · F̃3 · · · F̃k = F̃k+1 − 2

for some k ∈ N.

Induction Step. We aim to prove the result for k + 1. By using the definition of the Fermat numbers,
 
F̃0 · F̃1 · F̃2 · F̃3 · · · F̃k · F̃k+1 = F̃k+1 − 2 · F̃k+1
 k+1   k+1 
= 22 + 1 − 2 · 22 +1
 k+1   k+1 
= 22 − 1 · 22 +1
 k+1 2
= 22 −1
k+1
+2k+1
= 22 −1
k+2
= 22 −1
= F̃k+2 − 1.

Conclusion. Therefore, by induction, the result holds for every n ∈ N.


Proofs: A Long-Form Mathematics Textbook Jay Cummings

Solution to Question 6. The error is in the induction step. In the induction step is a picture that the
step relies on. It relies on the fact that the “first k people” and the “last k people” have some overlap. This
is a mistake in the k = 1 case. If k = 1, meaning that k + 1 = 2 people are being considered in the induction
step, then the “first k people” and the “last k people” is just a single person each. So if you line up two
people, and the first person and the second person each have a name, the argument fails to show that they
must have the same name. So the induction stops at the very first step.

Solution to Question 7. We proceed by induction.


Base Case. The base case is when n = 0, and if |A| = 0, then A = ∅. And P(∅) = {∅}, since there is only
one subset of the empty set—the empty set itself. Thus, |P(A)| = 1 = 20 , as desired.
We will also show the n = 1 case explicitly. If |A| = 1 then A has a single element, say a. Then A = {a}.
And P(A) = P({a}) = {∅, {a}}. So |P(A)| = 2 = 21 , as desired.

Inductive Hypothesis. Assume that |A| = k for some k ∈ N, and |P(A)| = 2k .

Induction Step. Since A has at least one element, pick any such element and call it a. We aim to prove that
|P(A)| = 2k+1 . That is, we wish to prove that there are 2k+1 subsets of A.
To count these subsets, observe that every subset of A either includes a or does not include a. We will
count those two separately.
Those which do not include a: To count the subsets of A which do not include a, what we are counting is
|P(A \ {a})|. Since |A| = k + 1, note that |A \ {a}| = k and so by the inductive hypothesis |P(A \ {a})| = 2k .
Those which do include a: To count the subsets of A which do include a, notice that each of these subsets,
if a is removed, becomes a subset of A \ {a}. Conversely, the set of subsets of A \ {a} can be turned into
the set of subsets of A which contain a by simply adding a to all of the subsets of A \ {a}. This shows that
there must be 2k subsets of A which do not include a.
Since both of these cases has 2k subsets, the total number of subsets of A is

2k + 2k = 2k+1 .

And so, |P(A)| = 2k+1 , as desired.

Conclusion. Therefore, by induction, the result holds for every n ∈ N.

Solution to Question 8. A counterexample is n = 11. For this n, by using a calculator,


1 1 1 1
1+ + + + ··· + = 3.019 · · · > 3.
2 3 4 11
Proofs: A Long-Form Mathematics Textbook Jay Cummings

Solution to Question 9. We proceed by induction.


Base Case. Our proof will show that the kth stage implies the (k + 4)th stage. Therefore, we will use four
base cases.

Inductive Hypothesis. Assume that there is a way to place k non-attacking rooks on a k × k chessboard, a
way to place k + 1 non-attacking rooks on a (k + 1) × (k + 1) chessboard, a way to place k + 2 non-attacking
rooks on a (k + 2) × (k + 2) chessboard, and a way to place k + 3 non-attacking rooks on a (k + 3) × (k + 3)
chessboard, for some natural number k ≥ 4.

Induction Step. We will now show that the result holds for k + 4. Assume you have a (k + 4) × (k + 4)
chessboard. We can place four non-attacking rooks on the outer two rows and columns which are not on
either diagonal.
Proofs: A Long-Form Mathematics Textbook Jay Cummings

Then, on the inside is a k × k board and so by the inductive hypothesis there is a way to place k non-
attacking rooks on it so that non of those rooks are on either of the main diagonals (which will be the same
as the diagonals on the (k + 4) × (k + 4) chessboard). Notice that those k rooks also do not attack any of
the 4 rooks that were already placed. Therefore, these k + 4 rooks are non-attacking and none of them are
on either of the main diagonals.

k×k

Conclusion. Therefore, by induction, the result holds for every n ≥ 4.

Solution to Question 10. We proceed by induction.

Base Case. The base case is when n = 1, and since F1 = 1 and F3 = 2, we do indeed have

F1 = F3 − 1,

as desired.

Inductive Hypothesis. Assume

F1 + F2 + F3 + · · · + Fk = Fk+2 − 1,

for some k ∈ N.

Induction Step. We aim to prove that

F1 + F2 + F3 + · · · + Fk+1 = Fk+3 − 1.

We show that this holds in the following. The second equality below uses the inductive hypothesis and the
third equality makes use of the definition of the Fibonacci sequence, which implies that Fk+1 + Fk+2 = Fk+3 .

F1 + F2 + F3 + · · · + Fk+1 = F1 + F2 + F3 + · · · + Fk + Fk+1
= (Fk+2 − 1) + Fk+1
= (Fk+1 + Fk+2 ) − 1
= Fk+3 − 1,

as desired.

Conclusion. Therefore, by induction, the result holds for every n ∈ N.

You might also like