HW4 Solutions
HW4 Solutions
• 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!
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,
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.
Solution to Question 3.
Part (e). We proceed by induction.
Base Case. n = 1, then 13 = 1 = 12 , as desired.
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,
as desired, where the final equality made use of Proposition 4.2 again (with a k + 1 in place of a k).
1 · 1! + 2 · 2! + 3 · 3! + · · · + k · k! = (k + 1)! − 1
as desired.
1 + 21 = 3 ≤ 3 = 31 ,
as desired.
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 .
as desired.
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.
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.
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 .
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
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.
F1 + F2 + F3 + · · · + Fk = Fk+2 − 1,
for some k ∈ N.
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.