Proof by Contradiction

Prove statements by showing their negation leads to impossibility

Welcome to Proof by Contradiction!

Proof by contradiction (also called reductio ad absurdum) is a powerful indirect proof technique. Instead of proving a statement P directly, we assume its negation ¬P is true and show this leads to a logical impossibility. Since mathematics cannot tolerate contradictions, our assumption must be false, meaning P must be true!

What You'll Learn

1

The Logical Structure

Understand the flow: assume ¬P, derive a contradiction, conclude P

2

Classic Examples

Explore famous proofs like √2 irrationality and infinitude of primes

3

When to Use It

Recognize problems where contradiction is the natural approach

4

Common Pitfalls

Avoid mistakes like circular reasoning and false contradictions

The Logic Flow of Contradiction

Watch how proof by contradiction flows: we assume the opposite, derive consequences, and reach an impossibility.

Progress0 / 0
Statement P
Assume ¬P
Derivation
Contradiction
Conclusion

Key Insight

The contradiction proves our assumption (¬P) was false. Since ¬P is false, P must be true! This indirect approach often works when direct proof is difficult.

The Proof by Contradiction Method

To prove that a statement P is true using contradiction:

  1. Assume the negation: Suppose ¬P (P is false).
  2. Derive consequences: Using logic and known facts, derive implications from ¬P.
  3. Reach a contradiction: Show that these implications lead to something impossible (like X and ¬X both being true).
  4. Conclude: Since ¬P leads to a contradiction, P must be true.

This works because in logic, a statement and its negation cannot both be true.

Why Assume ¬P?

By assuming the opposite of what we want to prove, we can often access useful information that wouldn't be available in a direct proof. The negation gives us something concrete to work with.

What Counts as a Contradiction?

A genuine contradiction is something impossible: 0 = 1, a number being both even and odd, or violating a known theorem. Simply getting an "unexpected" result is not enough!

The √2 Irrationality Proof

This classic proof shows that √2 cannot be written as a fraction. Watch the "lowest terms" badge as we progress!

Step 1 of 10Our Goal

Our Goal

We want to prove that √2 is irrational (cannot be written as a fraction).

√2 ≠ a/b for any integers a, b

Euclid's Proof: Infinite Primes

Suppose we had a "complete list" of all primes. We'll construct a number N that contradicts this assumption!

Step 1: Assume this is the complete list of primes

Add prime:

Step 2: Construct N = (product of all primes) + 1

Why Remainder 1?

Since N = (p₁ × p₂ × ... × pₖ) + 1, dividing N by any pᵢ gives remainder 1. The product part is divisible by pᵢ, but then we added 1, leaving remainder 1. This guarantees N cannot be divisible by any prime in our list!

Common Mistakes to Avoid

Not Reaching a Genuine Contradiction

Getting an "unexpected" or "strange" result is not a contradiction. You need something logically impossible, like proving both X and ¬X, or showing 1 = 0.

Circular Reasoning

Don't assume what you're trying to prove! You can only use the assumption ¬P and previously established facts. Accidentally using P in your derivation invalidates the proof.

Forgetting What Was Assumed

Keep track of your assumption ¬P throughout the proof. The contradiction should involve this assumption, either directly or through consequences derived from it.

Key Takeaways

  • 1.Proof by contradiction works by showing that assuming ¬P leads to an impossibility, forcing P to be true.
  • 2.This technique is especially useful for proving non-existence, irrationality, and infinitude statements where direct proof is difficult.
  • 3.A valid contradiction must be logically impossible (like X ∧ ¬X), not just surprising or counterintuitive.
  • 4.Classic examples include proving √2 is irrational and that there are infinitely many prime numbers.