MethodMath
SR
May 9, 2026

How to prove that √2 is irrational by contradiction?

I'm preparing for IIT-JEE and I need to understand the classic proof that 2\sqrt{2} is irrational. I've seen the proof but I have some doubts about the logic.

The proof assumes 2=p/q\sqrt{2} = p/q in lowest terms, then squares both sides to get 2q2=p22q^2 = p^2. Then it argues that pp must be even, so p=2kp = 2k, and substituting gives q2=2k2q^2 = 2k^2, so qq is also even, contradicting the assumption that p/qp/q is in lowest terms.

My question: Why must pp be even if p2p^2 is even? And why does this proof not work for 4\sqrt{4} (which is rational)?

1 answers140 views
Loading comments...

1 Answer

Dr. Ethan Caldwell
Dr. Ethan CaldwellMay 10, 2026 Accepted
These are excellent questions that get to the heart of the proof. **Why $p^2$ even $\Rightarrow$ $p$ even?** This relies on the fundamental property of integers: if an integer is odd, its square is odd. Let $p = 2k+1$, then $p^2 = 4k^2 + 4k + 1 = 2(2k^2 + 2k) + 1$, which is odd. By contrapositive: if $p^2$ is even, then $p$ cannot be odd, so $p$ is even. **Why doesn't this work for $\sqrt{4}$?** If we try the same proof for $\sqrt{4} = p/q$ in lowest terms: $$4q^2 = p^2$$ Here $p^2$ is divisible by 4, which implies $p$ is even, say $p = 2k$. Then: $$4q^2 = 4k^2 \quad \Rightarrow \quad q^2 = k^2$$ So $q = k$, meaning $p/q = 2k/k = 2$, which is already in lowest terms when $k = 1$. The proof does **not** force a contradiction because the factor of 4 cancels completely. The critical difference is that $2$ is not a perfect square, so the prime factorisation argument forces $p$ and $q$ to share a factor of 2. For $\sqrt{4} = 2$, the equation $4q^2 = p^2$ is satisfied by $p = 2q$ without contradiction.
Loading comments...
Login or Register to post an answer