Negation and Proof by Contradiction
Negation
The negation of a statement , written , is true when is false and false when is true.
Truth Table
| T | F |
| F | T |
Double Negation
Negation of Compound Statements
Negation of Conjunction and Disjunction
Negation of Implication
This is because , so:
Negation of Quantifiers
Negation of Bi-implication
The negation says “exactly one of , holds.”
Proof by Contradiction
The Principle
To prove by contradiction:
- Assume
- Derive a contradiction (e.g., for some statement )
- Conclude must be true
This is also called reductio ad absurdum.
Logical Justification
From , we conclude .
Since is equivalent to .
Examinable Proof: Irrationality of
Theorem: is irrational.
Proof by contradiction:
Suppose is rational. Then for integers with (the fraction is in lowest terms).
Squaring: , so .
This means is even. Since even implies even, and even implies even (contrapositive), we have is even.
Write for some integer .
Substituting: , so .
Thus is even, so is even.
But and are both even, contradicting .
Therefore is irrational.
Examinable Proof: Infinitude of Primes
Theorem: There are infinitely many prime numbers.
Proof by contradiction (Euclid):
Suppose there are finitely many primes: .
Let .
Since , the Fundamental Theorem of Arithmetic says has a prime divisor .
If for some , then and .
This implies .
But no prime divides 1. Contradiction.
Therefore is not in our list, so there is a prime not among .
This contradicts the assumption of finitely many primes.
Therefore there are infinitely many primes.
When to Use Contradiction
Contradiction is useful when:
- The negation gives better structure (e.g., proving irrationals)
- Direct proof seems impossible or awkward
- The statement asserts non-existence or impossibility
Example: Negation Simplifies Structure
Statement: There are no integers such that .
If we negate: “There exist integers such that .”
This gives us something to work with algebraically.
Contradiction vs Contrapositive
If you find yourself assuming and deriving , you might instead prove the contrapositive directly.
Both are valid; contrapositive is often clearer when applicable.
Example
Statement: If is even, then is even.
- Contrapositive proof: If is odd, then is odd. (Direct)
- Contradiction proof: Suppose is even and is odd. Then is odd. Contradiction.
Both work; contrapositive is simpler here.
Common Pitfalls
Forgetting to Negate Assumptions
Trap: In proof by contradiction, you assume . Some students assume instead.
Circular Reasoning
Trap: Assuming what you want to prove within the proof.
This defeats the purpose of proof by contradiction.
Overusing Contradiction
Trap: Using contradiction when a direct proof is simpler.
Direct proofs are often clearer. Use contradiction when necessary.
Summary
- and
- Proof by contradiction: assume , derive
- Examinable proofs: irrationality of , infinitude of primes