Proof That the Square Root of 2 is Irrational — Definition, Formula & Examples
The proof that √2 is irrational is a classic argument by contradiction showing that no fraction with integer numerator and denominator can ever equal . It works by assuming such a fraction exists in lowest terms, then showing both and must be even — contradicting the lowest-terms assumption.
Assume for contradiction that where , , and . Squaring both sides gives , so is even, which implies is even. Writing , we get , hence , so is also even. This contradicts , so no such fraction exists and is irrational.
How It Works
The proof uses a technique called proof by contradiction (also known as reductio ad absurdum). You start by assuming the opposite of what you want to prove — that is rational. You then follow logical steps until you reach an impossible situation. The key insight is that if is even, then itself must be even, because the square of any odd number is always odd. Once both and turn out to be even, the fraction could not have been in lowest terms, which is the contradiction that completes the proof.
Example
Problem: Prove that √2 is irrational.
Step 1: Assume the opposite: Suppose √2 is rational, so we can write it as a fraction a/b in lowest terms, meaning gcd(a, b) = 1.
Step 2: Square both sides: Squaring gives 2 = a²/b², which rearranges to a² = 2b². This means a² is even, so a must be even. Write a = 2k.
Step 3: Substitute and derive contradiction: Substituting a = 2k gives (2k)² = 2b², so 4k² = 2b², which simplifies to b² = 2k². Now b² is even, so b is also even.
Step 4: Contradiction: Both a and b are even, so they share a factor of 2. This contradicts gcd(a, b) = 1. Therefore our assumption was false.
Answer: Since the assumption that √2 is rational leads to a contradiction, √2 must be irrational.
Why It Matters
This proof is often the first example of proof by contradiction that students encounter, making it a gateway to formal mathematical reasoning. The same technique generalizes to prove that is irrational for any prime , and it appears in courses from discrete mathematics to real analysis.
Common Mistakes
Mistake: Claiming that because a² is even, a is even without justification.
Correction: You need to verify this fact. If a were odd, then a = 2m + 1 and a² = 4m² + 4m + 1, which is odd — contradicting a² being even. This step is essential to the proof's validity.
