This classic proof is associated with
- Rational numbers are
Dense
butIncomplete
(Incomplete means there are many “holes” in the number line for rational numbers) - Real number is
Complete
- The definition of
Algebraic Number
andTranscendental Number
\sqrt{2} is not a rational number.
Proof by contradiction
We know \mathbb{Q} = \{ \frac{m}{n} \mid m, n \in\mathbb{Z}, n \neq 0 \}
Suppose \sqrt{ 2 } is rational to reach a contradiction
So, \exists m, n \in \mathbb{Z}, \sqrt{2} = \frac{m}{n}
And we also suppose \frac{m}{n} is in lowest terms
To say \frac{m}{n} in lowest terms means if an integer d divides m and d divides n, then d = 1 (i.e. GCD(m,n) =1)
Obviously, every fraction can be expressed in lowest terms by simply dividing both numerator and denominator by their greatest common divisor (GCD)
Take square on both sides and simplify
\begin{aligned} 2 = \frac{m^2}{n^2} \\ m^2 = 2n^2 \end{aligned}
Thus, m^2 is even so that m is even (It is easy to prove by its contrapositive)
So, \exists k\in \mathbb{Z}, m=2k
Substitute m=2k back \begin{aligned} (2k)^2 = 2n^2\\ 2n^2 = 4k^2 \\ n^2 = 2k^2 \\ \end{aligned}
Thus, n^2 is even so that n is even.
Since m is even and n is even, they have common factor 2 which means \frac{m}{n} isn’t in lowest terms.
But we assume \frac{m}{n} is in lowest term (without common factor), we reach a contradiction!
Therefore, \sqrt{2} is not a rational number. So it is irrational number.
Summary
Proof by contradiction
Prove irrational is hard so we made an additional assumption of lowest terms fraction. So we can prove they have command divisor to reach contraction (It’s easy to associate common divisor/factor with even number and prime numbers)
Even number definition
Takeaways
Rational or fraction always associate with lowest terms assumption
When we prove by contradiction, we can add an additional true assumption (i.e. transform to a new form) to change where the contradiction gonna happen (i.e. change our goal)