« previous | Wednesday, September 14, 2011 | next »
Proofs
Know terminology on pages 81 and 82
Main goal is to support the claim
Three main methods of proofs:
- Direct: assume is true and show that is also true
- Proof by Contraposition: assume is false and show that must be false.
- Proof by Contradiction: assume that ( is true and is false) and try to arrive at a conflict (contradiction)
Examples
Definitions
- is even:
- is odd:
- is rational: for some
Example 1
Proposition. If is odd, then is odd.
Proof. Let be an odd integer. By definition, there exists some integer such that . Then , where is an integer. Hence by definition, is odd.
Q.E.D.
Example 2
Proposition. If is even, then is odd.
Proof. Let be an even integer. By definition, for some integer , is an even number. must be an odd number by definition, where is an integer. Therefore is odd for an even integer .
Q.E.D.
Example 3
Proposition. If and are rational, then is rational.
Proof. Let and be rational numbers. Then and for some integers ,
Example 4
Proposition. If is odd, then is odd.
Proof by contraposition. Let be even. Then for some integer , so , which is even.
Q.E.D.
Example 5
Proposition. If is odd, then is even.
Proof by contraposition. Assume is odd. Then for some integer .
Hence is even.
Q.E.D.
Example 6
Proposition. is irrational
Proof by contradiction. Assume is rational. Therefore, for some integers and , where . We will assume without loss of generality that and have no common factors (are coprime). Thus we have , giving is even, so must be even: for some integer . , then , so —and therefore —must be even. Since and are even, they would have a common factor of 2, which contradicts our generality that and are coprime.
Q.E.D.
Example 7
Proposition. If , then
Scratch sheet. (Working backwards) , so , which is true.
Proof. Assume . We also have . Then by expansion, and can be simplified to
Q.E.D.
Methods and Strategies of Proofs
- proof by exhaustion (proof by cases)
- given a finite number of possibilities, just check the proof's validity by checking all of the possibilities
- existence proofs
- construct an example of a case that satisfies the proposition
- uniqueness proofs