Lecture Notes: Proof
1. Introduction to Proofs
A proof is defined as an argument that establishes the truth of a theorem. Logic serves as the essential tool for analyzing these proofs. While there are formal rules of inference, there are multiple methods to prove a theorem.
2. Direct Proofs
Direct proofs are often used for theorems of the form
- Method: Assume
is true. - Goal: Directly prove that
is true to maintain the truth of the implication . - Logic: If
were false while is true, the implication would be false.
Example 1: Sum of Odd and Even Integers
Statement: For all integers
Proof:
- Hypothesis (
): Assume is odd and is even. , where . , where .
- Conclusion (
): We examine . - Let
. Since , then . - Thus,
, which is the definition of an odd integer. - Result:
is odd.
Example 2: Algebraic Proof
Statement: For all integers
Proof:
- Expand and simplify the expression:
- Factor the result:
- Since
is an integer, is also an integer. Therefore, is a perfect square.
3. Disproving with Counterexample
To disprove a statement of the form
Example: Disprove that for all
- Test
: (Prime) - Test
: (Prime) - Test
: (Prime) - Counterexample (
): . Since 9 is not prime, the theorem is disproven.
4. Proof by Contradiction
To prove
- Method: Assume
is true and is false ( ). - Goal: Show that this assumption leads to a contradiction (proving
is false). This implies we must accept is true.
Example: Prove that for every
- Hypothesis (
): is even. - Assumption (
): is odd. - If
is odd, for some . - Substitute into
: - This result shows
is odd, which contradicts the hypothesis that is even. - Therefore, by contradiction, if
is even, must be even.
5. Proof by Contrapositive
The implication
- Method: Instead of proving
directly, prove that if is false, then is false.
Example: Prove "For all
- Contrapositive Statement: If
is rational, then is rational. - Proof:
- Assume
is rational. Then where and . - Square
:
- Since
are integers, are integers. Thus, is a rational number.
- Assume
- Since the contrapositive is true, the original statement is true.
6. Proof by Cases (Exhaustive Proof)
This method is used when the hypothesis naturally divides into distinct cases. You must prove the theorem holds for all possible cases.
Example 1: Prove that for every real number
- Case 1 (
): If is positive, , so the statement holds. - Case 2 (
): If is 0, , so the statement holds. - Case 3 (
): If is negative, (since is positive), so the statement holds. - Conclusion: By combining all cases,
for all real numbers.
Example 2: Prove
- Since
are positive integers and the result is 40, the possible values are limited. - Bounds:
(Possible ). (Possible ).
- One can exhaustively check all combinations of
and to show none equal 40.
7. Proofs of Equivalence
Theorems of the form "
(If then ) (If then )
Example: Prove that for every integer
- Part 1 (
): If is odd, then is even. . (Even)
- Part 2 (
): If is even, then is odd. . (Odd)
- Conclusion: The equivalence is true.
- Title: Lecture Notes: Proof
- Author: Chinono
- Created at : 2025-11-28 14:55:08
- Updated at : 2025-12-01 09:10:38
- Link: https://hexo-blog-sooty-ten.vercel.app/2025/11/28/Lecture-Notes-Proof/
- License: This work is licensed under CC BY-NC-SA 4.0.