Prove using induction that for any natural number we have:
n(n + 1) = 1^2 + 2^2 + 3^2 + ... + n^2
Let the Fibonacci sequence be defined by a1 = 1, a2 = 1, and an+1 = an + an-1 for n "≥" 2.
Prove that for all natural numbers n, we have an < 2^n.
Suppose that A is a set with n elements. Prove that A has 2^n subsets.
Point out the error in the proof of the following false statement.
False Statement: All positive even numbers are powers of 2.
Faulty proof: An even number is divisible by two, so it is of the form 2n for some positive integer. We prove the statement by induction on n.
Induction base case: For n = 1, we have 2n = 2 = 2^1, which is indeed a power of 2.
Induction step: Suppose the statement has been proved for all even numbers up to 2N. The next even number is 2(N + 1). But since B is even, we have B = 2C and we have C < 2N, so C is a power of two, say 2^e. But then B = 2C = 2^(e+1) is also a power of 2, showing that the statement also holds for all even numbers up to 2(N + 1).
We have seen two principles:
The Principle of Mathematical Induction: For any X ⊂ N satisfying the following two properties:
1 ∈ X
For any n ∈ N, if {1, 2, ..., n} ⊂ X, then it follows that n + 1 ∈ X.
It holds that X = N.
The Well-ordering principle: Any nonempty set Y ⊂ N contains a least element.
Prove that the Principle of Mathematical Induction implies the Well-ordering principle: