Proving $\sqrt{6}$ is irrational

439 Views Asked by At

Assume it is rational. So $6 = \frac{p^2}{q^2}$ and $(p,q)=1$. So $p^2 = 6q^2 = 2 (3q^2)$. So $p^2$ is even and so $p$ is even. Let $p=2r$. So $p^2 = 4r^2$. Putting back in the equation, I get $2r^2=3q^2$. So $3 \cdot q \cdot q$ is divisible by $2$. So $q^2$ is divisible by $2$ and so $q$ is even and it divisible by $2$. So $2$ is a common divisor of $p$ and $q$ which is a contradiction.

Is this correct? I could also have proved that $3$ is common factor of $p$ and $q$. Will that be correct too? Thanks.

3

There are 3 best solutions below

9
On BEST ANSWER

Yes, you could have done it with any prime (that divides $6$ exactly). Specifically, what you are using is the fact that prime numbers are exactly the natural numbers $p\ge2$ such that for all $a,b$ such that $p\mid ab$, either $p\mid a$ or $p\mid b$.

2
On

The general proof that any $x^n = \sum_{p=0}^{n-1} a_p x^p$, then if x is not in Z, then x is irrational, is to note that the span of powers of x is closed to multiplication, and that there exists no set of fractions so closed, therefore x is either integer or irrational.

The value $x=\sqrt{6}$ becomes $x^2=6$, is of this form, and since $x$ is not an integer, it must be irrational.

4
On

Seems OK. Let me supplement:

Show :

If $2|p^2$ then $2|p$.

Euclid's lemma:

If a prime $r$ divides $ab$ then $r$ divides $a$ or $r$ divides $b.$

In your case:

$2|p^2$, i.e. $2|pp$,

implies $2|p$.