返回题库

证明 √2 是无理数

Irrational Number

专题
Brainteaser / 脑筋急转弯
难度
L4

题目详情

证明:2\sqrt{2} 是无理数。

Prove that 2\sqrt{2} is irrational.

解析

反证法。

假设 2=mn\sqrt2=\frac{m}{n},其中 m,nm,n 互素整数。

m2=2n2m^2=2n^2,所以 m2m^2 为偶数,进而 mm 为偶数,设 m=2km=2k

代入得 4k2=2n2n2=2k24k^2=2n^2\Rightarrow n^2=2k^2,因此 nn 也为偶数。

这与 m,nm,n 互素矛盾,故 2\sqrt2 为无理数。


Original Explanation

Proof by contradiction: Assume 2=mn\sqrt{2} = \tfrac{m}{n} where m,nm,n are coprime integers. Then m2=2n2m^2 = 2n^2, so m2m^2 is even, so mm is even. Let m=2km=2k. Then 4k2=2n24k^2 = 2n^2, so n2=2k2n^2=2k^2, meaning nn is also even. Hence m,nm,n share 2 as a factor, contradicting the assumption that they are coprime. Thus 2\sqrt{2} must be irrational.