1. What is a Proof?
A mathematical proof is a logical argument that demonstrates a statement is true. It is a sequence of statements, each one logically following from the previous ones, starting from a set of axioms (assumed truths) and definitions.
2. Validating Statements
To validate a statement of the form , we need to show that whenever is true, must also be true. There are several standard methods to do this.
A. Direct Proof
In a direct proof, we assume that the hypothesis is true and use logical deductions, definitions, and previously known facts to show that the conclusion must also be true.
- Structure: Assume is true …logical steps… Show is true.
- Example: Prove that if is an odd integer, then is an odd integer.
- Assume is true: Let be an odd integer.
- Use definition: By definition, for some integer .
- Logical deduction: .
- Show is true: Since is an integer, is of the form (where ). Therefore, is an odd integer.
B. Proof by Contrapositive
This method relies on the fact that an implication is logically equivalent to its contrapositive, . So, to prove , we can instead prove its contrapositive.
- Structure: Assume is true …logical steps… Show is true.
- Example: Prove that if is an even integer, then is an even integer.
- Identify Contrapositive: The contrapositive is "If is not an even integer (i.e., is odd), then is not an even integer (i.e., is odd)."
- Prove the contrapositive: This is exactly what we proved in the direct proof example. Since the contrapositive is true, the original statement must also be true.
C. Proof by Contradiction (Reductio ad absurdum)
In this method, we assume that the statement we want to prove is false and then show that this assumption leads to a logical contradiction.
- Structure: Assume the statement is false (i.e., assume and are true) …logical steps… Arrive at a contradiction (e.g., ).
- Example: Prove that is an irrational number.
- Assume the opposite: Assume is a rational number.
- Use definition: Then where and are integers with no common factors and .
- Logical deduction: . This means is even, so must also be even. Thus for some integer .
- Substitute back: . This means is even, so must also be even.
- Find the contradiction: If both and are even, they have a common factor of 2. This contradicts our initial assumption that and have no common factors. Therefore, our assumption that is rational must be false.
D. Proof by Counterexample
To prove that a universally quantified statement () is false, we only need to find a single instance where it is not true. This single instance is called a counterexample.
- Example: Disprove the statement "All prime numbers are odd."
- Counterexample: The number 2 is a prime number, but it is not odd. Therefore, the statement is false.