14 - More examples of induction
In class practice
Proposition. For all integers
Scratch work:
Assume
Want to show
Also:
HW 14
![[induction 1.pdf]]
Ben Finch
E 14.4
Proof.
Let
For any
Base Case: (n=2) ¬(P1 ∧ P2) is equivalent to (¬P1 ∨ ¬P2) based on DeMorgan's law.
Inductive step:
Assume that the statement is true for
We aim to prove the statement is true for
Consider
We can rewrite this as
Applying DeMorgan's law to the rewritten expression gives us
By the induction hypothesis, we know that ¬(P_1 ∧ P_2 ∧...∧ P_k) is equivalent to
Substituting this into the expression gives us
Thus for any
E 14.5
Proof.
Base case: let
So the proposition holds for
Inductive step.
We assume that the proposition holds for some
We need to prove that the proposition holds for
According to the triangle inequality, we know that:
By the induction hypothesis, we can replace
Therefore, by the principle of mathematical induction, the proposition holds for all
E 14.6
a) 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610
b) Proof.
Base Case:
Begin with the base case where
Inductive Step:
Assume the formula
We aim to prove
We start by expanding the left hand side:
Next, we apply the induction assumption:
Simplify the equation:
By the definition, we know that
Therefore, by mathematical induction, the formula is true.
c) Proof.
Let
Base Case (n = 1): We see that P(1) is true:
Inductive step
Assume that for some
We aim to prove that the property holds for
We can write the left-hand side as
By the induction hypothesis, we can replace
This expression can be rewritten as
But we know from the Fibonacci sequence property
This gives us
Hence, the property holds for
E 14.7
Let the open sentence
We want to prove P(n) is true for all
- Base Case:
Let
- Inductive Step:
Assume that P(k) is true for some
We aim to prove that
From the definition of Fibonacci numbers, we know that:
By the inductive hypothesis, we know
This simplifies to:
Since for
This is what we needed to prove. Therefore, the proposition P(k + 1) is true, and the inductive step is complete.
Hence, by mathematical induction, the proposition P(n) is true for all