Proof that √2 is Irrational

Theorem

2\sqrt{2} is irrational — it cannot be expressed as pq\frac{p}{q} where p,qp, q are integers with no common factors.

Proof by contradiction

Assume 2=pq\sqrt{2} = \frac{p}{q} in lowest terms (i.e., gcd(p,q)=1\gcd(p, q) = 1).

Squaring both sides: 2=p2q22 = \frac{p^2}{q^2}, so p2=2q2p^2 = 2q^2.

Since p2p^2 is even, pp must be even (the square of an odd number is odd). Write p=2rp = 2r.

Substituting: (2r)2=2q24r2=2q2q2=2r2(2r)^2 = 2q^2 \Rightarrow 4r^2 = 2q^2 \Rightarrow q^2 = 2r^2.

So q2q^2 is even, meaning qq is also even.

But if both pp and qq are even, they share factor 2 — contradicting our assumption that gcd(p,q)=1\gcd(p, q) = 1. \blacksquare