2

I would like to know if the following proof of $\sqrt{3}$ being a irrational number is correct.

For the sake of contradiction, assume $\sqrt{3}$ is a rational number. Therefore there exists numbers $a$ and $b$, both rationals, for which $\sqrt{3} = \frac ab$

$\therefore a = \sqrt{3} \times b$

Since $a$ is a rational number, it can be expressed as the product of two irrational numbers

$\therefore \frac {b\sqrt{3}}{\sqrt{2}} \sqrt{2} = a$

We know that$\sqrt{2}$ is an irrational number. We must show that $\frac {b\sqrt{3}}{\sqrt{2}}$ is also an irrational number.

Now, let's asume for the sake of contradiction that $\frac {b\sqrt{3}}{\sqrt{2}}$ is a rational number.

$\Rightarrow \exists c \land \exists d \in \mathbb{Q} : \frac {b\sqrt{3}}{\sqrt{2}} = \frac cd$

Which is the same as $\sqrt{3} = \frac {c\sqrt{2}}{db}$

Now, $\frac {c}{db}$ is a rational number. But $\sqrt{2}$ is an irrational. We stated at the beggining that $\sqrt{3}$ is a rational number, but this contradicts $\sqrt{3} = \frac {c\sqrt{2}}{db}$ which states that $\sqrt{3}$ must be an irrational number

Therefore we have shown by contradiction that $\sqrt{3}$ is an irrational number.

I hope the formatting and wording is ok. If I am mistaken, in what part have I committed the mistake and how should it avoid in the future?

Mr Pie
  • 9,459
  • 3
    You've shown (or at least tried to show; I haven't looked through all the steps) that under the assumption that $\sqrt2$ is irrational, then $\frac{b\sqrt3}{\sqrt2}$ is also irrational. This does not allow you to conclude that $\sqrt3$ is irrational. What step in your proof would fail if you swapped $\sqrt3$ for $\sqrt4$? – Arthur Oct 02 '17 at 05:21
  • 2
    No. Not at all. Witht the same argument, that is using that $\frac{b\sqrt 9}{\sqrt 2}$ is irrational for every rational $b$, your method would prove that $\sqrt 9$ is irrational. – Hagen von Eitzen Oct 02 '17 at 05:21
  • 3
    As you already know from the comments, your method is wrong. But why you are not mimicing the proof that $\sqrt{2}$ is irrational? – Przemysław Scherwentke Oct 02 '17 at 05:23
  • Arthur and Hagen: Now I understood where I made the mistake.

    Przemysław: I tried at first and came up with problem of how to handle the number 3 regarding the even/odd aspect so I tried to find another way.

    Thanks for the help

    – Emannuel Weg Oct 02 '17 at 05:27
  • Have a look at this answer for the standard proof. – Arthur Oct 02 '17 at 05:40
  • Why bring $\sqrt2$ into it? That is just over-complication. – Angina Seng Oct 02 '17 at 05:42
  • "We know that2–√ is an irrational number. We must show that b3√2√ is also an irrational number." That is completely wrong. Proving something divided by an irrational number can't possibly prove a number is irration. Take $7 = \frac {7}{\pi}\pi$. Proving $\frac {7}{\pi}$ is irrational (which it is) will not prove $\frac{7}{\pi}\pi$ is irrational (which it is not). – fleablood Oct 02 '17 at 05:43
  • This proves that $\frac {\sqrt 3}{\sqrt 2}$ is irrational. So what? – fleablood Oct 02 '17 at 05:47
  • Even/odd was important because you were taking the square root of 2 and 2 is even. 2 being even was important. Even and odd will be completely irrelevent if you are taking square root of 3 because 3 is not even. Just like noting 2 was not divisible by 3 was irrelevent. So irrelevant it was never mentioned. .... wink... – fleablood Oct 02 '17 at 05:52
  • Also you never used the fact that it was a square root at all. – fleablood Oct 02 '17 at 05:53
  • A few reasons why the attempted proof strategy can't lead to the desired conclusion have been given, but it's worth pointing out which step in the apparent proof is erroneous. You have a proof by contradiction inside a proof by contradiction. When the contradictory statement in the inner proof is reached, the correct conclusion is that the assumptions of the inner proof (which include all the assumptions of the outer proof) cannot all be true. So you may conclude that "$\sqrt{3}$ is rational and $\frac{b\sqrt{3}}{\sqrt{2}}$ is rational" is false, but not that "$\sqrt{3}$ is rational" is false. – Will Orrick Feb 03 '22 at 03:56

1 Answers1

3

Since $a$ is a rational number, it can be expressed as the product of two irrational numbers

Actually this is true. Every number except $0$ can be expressed as a product of two irrational number. But where do you use this statement? At least not in the statement that follows

$\therefore \frac {b\sqrt{3}}{\sqrt{2}} \sqrt{2} = a$

This follows simply by the fact that $\frac{\sqrt{2}}{\sqrt{2}}=1$.

If you state that a rational can be expressed as the product of two irrational numbers and you found two numbers that are not both irrational and their product is the given rational, then this is not a contradiction. You did not state that only the product of two irrationals can give this rational.

So no, that is no proof at all. Find a proof for the irrationality of $\sqrt{2}$ and try to construct an analogous proof for the irrationality of $\sqrt{3}$.


How can you avoid such mistakes?

In your proof replace $\sqrt{3}$ by $3$. Does your proof work for this number too? If so, then it is not a valid proof, because $3$ is not irrational. Use this to find out where your proof went wrong.

In the standard proof for the irrationality of $\sqrt{2}$ also replace $\sqrt{2}$ by $\sqrt{3}$, $3$, $\sqrt{9}$, $\sqrt[3]{3}$, $\pi$ and check if it works for these numbers.

miracle173
  • 11,049