Review of Proof Strategies
Logic and Proofs
Proof strategies we know are:
- proof by contradiction
- direct proof
- contrapositive proof (same as proof by contradiction, except the negated conclusion is now in the hypothesis of the theorem)
Example
Two real numbers
Proof
We prove the forward direction
Now for the reverse direction
hence our assumption was incorrect, so then
☐
Induction
The idea behind induction is to do the following:
- Show the base case that
is true - Have an inductive hypothesis that
is true - Prove that, using these hypotheses, that
is true.
Example
Let
Proof
Let's use induction:
- We know
and calculating the next term so clearly . - Suppose for our inductive hypothesis that for some
that all . - Consider if
. We know that from our inductive hypothesis. Notice that if we start from there:
Hence, via the principle of mathematical induction,
☐
References
- [[Abbott Real Analysis.pdf#page=21]]