3

I saw this question where I had to prove/disprove that:

Ques. Product of two irrational number is irrational.


I tried 'Proof by Contraposition'.

Product of two irrational number is irrational.

p : Product of two irrational number

q : Irrational number.

Thus, given statement is : p -> q

Contraposition of p : ¬q -> ¬p

Rational number -> Can be broken down into product of two rational number.

Proof :

Let m be a rational number such that m = p/q.

Then I can always write m as (p/1)*(1/q)

where (p/1) and (1/q) are both rational numbers. Hence proved.

But it turns out that books disproves the statement saying $\sqrt2\cdot\sqrt2=2$ which is a rational number and hence Product of two irrational number need not always be irrational. Which I find convincing.

Can someone please point out where am I going wrong in my proof?

  • 1
    The contrapositive is $\neg q \implies \neg p$. –  Sep 25 '13 at 04:50
  • 6
    Where you're going wrong is that you're trying to prove a false statement... – Zev Chonoles Sep 25 '13 at 04:51
  • Your method won't work because the product of two irrational numbers could be rational or irrational, it depends on the two numbers. – Michael Albanese Sep 25 '13 at 04:51
  • @T.Bongers Ahh, that was a typo, just corrected that. – Amit Tomar Sep 25 '13 at 05:00
  • @BrianM.Scott That was a typo, corrected that. – Amit Tomar Sep 25 '13 at 05:01
  • @ZevChonoles How can I know beforehand that something I am trying to prove is a false statement !? – Amit Tomar Sep 25 '13 at 05:02
  • @ZevChonoles The question said, prove or disprove. I tried one thing, and it came correct apparently for me. Isnt that the right way to approach it ? – Amit Tomar Sep 25 '13 at 05:03
  • 2
    @Zev No, trying to prove false statements is kosher and actually the OP was perfectly fine until the step the first comment pointed to. Now that the post is modified, the OP is OK until the line just after that point: $\lnot q\to\lnot p$ does not mean [Rational number -> Can be broken down into product of two rational number]. In fact, $\lnot q\to\lnot p$ means [Rational number -> Cannot be broken down into product of two irrational numbers] (which is a false statement, naturally, and not easier to disprove than the original statement, but this is another matter). – Did Sep 25 '13 at 05:06
  • @Did: I interpreted the post as asking how to provide a valid proof. Yes, Amit recognized that the book's counterexample is valid; but it seemed to me that Amit believed that this did not rule out the possibility of a valid proof. In fact, Amit's second comment to me (right above yours) suggests to me that "prove or disprove" is being taken as an option. Of course, I agree that trying to prove false statements can be a useful exercise (and sometimes unavoidable when one doesn't know if the statement is true). – Zev Chonoles Sep 25 '13 at 05:14
  • @Did You mean to say the negation of product of two irrational number will not be product of two rational number ? – Amit Tomar Sep 25 '13 at 05:14
  • The negation of [Is the product of two irrational numbers] is [Is not the product of two irrational numbers]. There is no reason to expect that [Is not the product of two irrational numbers] is equivalent to [Is the product of two rational numbers] (and in fact these are not equivalent). – Did Sep 25 '13 at 05:23
  • @Did Got the clue where I might be wrong. Thanks. Can you please post that as an answer, I would like to accept that as an answer. – Amit Tomar Sep 25 '13 at 05:26
  • See also: http://math.stackexchange.com/questions/988505/how-to-show-that-the-product-of-two-irrational-numbers-may-be-irrational – Martin Sleziak Jan 11 '15 at 17:20

3 Answers3

4

Disprove:

Let $\sqrt{2}$ be the irrational number. Then $\sqrt{2}\times \sqrt{2}=|2|$, which is rational. So, the product of two irrational numbers is not always irrational

  • +1 for the simplest constructive proof, without diving into deep logical arguments of proof by contrapositive. Your way is how I'd do it myself: a constructive proof by counter-example. Of course it requires the prior knowledge that $sqrt{2}$ is irrational. But this is whole another story... – SasQ Jan 23 '15 at 14:34
  • @SasQ You know, math is simple! – Hassan Muhammad Jan 26 '15 at 22:42
3

The negation of the assertion [Is the product of two irrational numbers] is the assertion [Is not the product of two irrational numbers]. There is no a priori reason to expect that the assertion [Is not the product of two irrational numbers] is equivalent to the assertion [Is the product of two rational numbers] (and in fact these last two are not equivalent).

Did
  • 279,727
1

Some more examples are

$$\sqrt{8}×\sqrt2=\sqrt{16} =4$$

$$\sqrt2×\sqrt{32}=\sqrt{64} =8$$

$$\sqrt5×\sqrt5=\sqrt{25} =5$$

In this way product of two irrational number is rational.

shruti
  • 11
  • 2