Proof by Contradiction Math Example 1

Follow the full solution, then compare it with the other examples linked below.

Example 1

medium
Prove by contradiction that 2\sqrt{2} is irrational.

Solution

  1. 1
    Assume for contradiction that 2\sqrt{2} is rational. Then 2=ab\sqrt{2} = \frac{a}{b} where a,ba, b are integers with gcd(a,b)=1\gcd(a,b)=1.
  2. 2
    Squaring: 2=a2b22 = \frac{a^2}{b^2}, so a2=2b2a^2 = 2b^2. This means a2a^2 is even, so aa is even. Write a=2ca = 2c.
  3. 3
    Then 4c2=2b24c^2 = 2b^2, so b2=2c2b^2 = 2c^2, meaning bb is also even.
  4. 4
    But if both aa and bb are even, gcd(a,b)2\gcd(a,b) \ge 2, contradicting gcd(a,b)=1\gcd(a,b)=1.

Answer

2 is irrational.\sqrt{2} \text{ is irrational.}
Proof by contradiction assumes the negation of what we want to prove and derives a logical impossibility. The contradiction shows the original assumption must be false.

About Proof by Contradiction

Proof by contradiction (reductio ad absurdum) assumes the negation of what you want to prove, then derives a logical contradiction, thereby establishing that the original statement must be true.

Learn more about Proof by Contradiction →

More Proof by Contradiction Examples