Assignment 1
Assignment 1
Assignment 1
a=b
a2 = ab
a2 − b2 = ab − b2
(a − b)(a + b) = (a − b)b
a+b=b
a = 0.
2. It’s known that the Arithmetic Mean is at least as large as the Geometric Mean, namely,
a+b √
≥ ab
2
for all nonnegative real numbers a and b. A student came up with the following proof for this fact. Is it correct? If not,
then what is your objection and how would you fix it?
Purported Proof:
a+b ? √
≥ ab
2
? √
a + b ≥ 2 ab
?
a2 + 2ab + b2 ≥ 4ab
?
a2 − 2ab + b2 ≥ 0
(a − b)2 ≥ 0 which is known to be true.
3. Using proof by contradiction, prove that for any n > 0, if an is even, then a is even.
4. Prove that log4 6 is irrational.
1
5. Use Well Ordering Principle to prove that:
rn+1 − 1
1 + r + r2 + . . . + rn =
r−1
for all n ∈ N and numbers r 6= 1.
Remember to formally
(a) Declare proof by induction.
(b) Identify the induction hypothesis P (n).
(c) Establish the base case.
(d) Prove that P (n) =⇒ P (n + 1).
(e) Conclude that P (n) holds for all n ≥ 1.
F (0) := 0,
F (1) := 1,
F (n) := F (n − 1) + F (n − 2), n ≥ 2.
8. You are given envelopes, numbered 0, 1, . . . , n − 1. Envelope 0 contains 20 = 1 rupees. Envelope 1 contains 21 = 2
rupees, ..., and Envelope n − 1 contains 2n−1 rupees. Let P (n) be the assertion that:
For all nonnegative integers k < 2n , there is a subset of the n envelopes whose contents total to exactly k rupees.
Prove by ordinary induction that P (n) holds for all integers n ≥ 1. Prove the same using the strong induction. Which of
the two proofs you prefer and why?
9. A group of n ≥ 1 people can be divided into teams, each containing either 4 or 7 people. What are the possible values of
n? Use both, ordinary and strong inductions to prove that your answer is correct.
10. Use strong induction to prove that n ≤ 3n/3 for every integer n ≥ 0.