Proof: Infinitely Many Rational Square Roots of Natural Numbers

  • Thread starter Thread starter kaos
  • Start date Start date
  • Tags Tags
    Proof
AI Thread Summary
The discussion centers on the validity of a proof claiming there are infinitely many natural numbers with rational square roots. The proof asserts that since any natural number squared yields another natural number, and there are infinitely many natural numbers, it follows that there are infinitely many natural numbers with rational square roots. A key point raised is the need to demonstrate that different natural numbers produce different squares to avoid collapsing into a finite set. The consensus is that the proof is valid, as the set of squares of natural numbers is indeed infinite and distinct. Overall, the argument effectively establishes the existence of infinitely many natural numbers with rational square roots.
kaos
Messages
63
Reaction score
0
Is this a valid proof? Also is this way of doing it valid?

Statement : There are infinitely many natural numbers n where the square root of n is rational.

Proof:
sqrt of n = x (where x is natural)
n= x squared

And n can be any natural number(x) squared ,and there are infinitely many natural numbers (x)
therefore there are infinitely many n which has a natural square root. Since natural numbers are rational , there are infinitely many natural numbers n where the square root of n is rational.
 
Physics news on Phys.org
kaos said:
Is this a valid proof? Also is this way of doing it valid?

Statement : There are infinitely many natural numbers n where the square root of n is rational.

Proof:
sqrt of n = x (where x is natural)
n= x squared

And n can be any natural number(x) squared ,and there are infinitely many natural numbers (x)
therefore there are infinitely many n which has a natural square root. Since natural numbers are rational , there are infinitely many natural numbers n where the square root of n is rational.

Your argument seems fine. There is one small point, though, that you should consider: how do you know that different integers x yield different integers x^2? (You need to argue that in order to know that squaring does not cause everything to collapse into a small, finite set of values.)
 
Try going like this...
There are two possibilities:
1.There are infinitely many natural numbers n where the square root of n is rational.
2.There are finite natural number whose roots are rational.
If things were go as 1. then the proof is complete. If things were to go as 2. then we have to prove it wrong..
If second condition is satisfied then we will come up with a maximum number nmax (say) whose root is rational. Prove that there exist another number greater than nmax whose root is rational.
So the 2. possibility is ruled out, hence we are left with only one possibility which is 1.
Regards
 
Ray Vickson said:
Your argument seems fine. There is one small point, though, that you should consider: how do you know that different integers x yield different integers x^2? (You need to argue that in order to know that squaring does not cause everything to collapse into a small, finite set of values.)

Thanks for responding.

Isn't the square of an integer always different?(except 1 or 0 i guess)?

And I don't understand the "(You need to argue that in order to know that squaring does not cause everything to collapse into a small, finite set of values.)" part (specifically what are you referring to that is collapsing?).
 
Abhilash H N said:
Try going like this...
There are two possibilities:
1.There are infinitely many natural numbers n where the square root of n is rational.
2.There are finite natural number whose roots are rational.
If things were go as 1. then the proof is complete. If things were to go as 2. then we have to prove it wrong..
If second condition is satisfied then we will come up with a maximum number nmax (say) whose root is rational. Prove that there exist another number greater than nmax whose root is rational.
So the 2. possibility is ruled out, hence we are left with only one possibility which is 1.
Regards


Yes i know of proof by contradiction, but i used a more straightforward method. Though I am not entirely sure my proof works.
 
kaos said:
Yes i know of proof by contradiction, but i used a more straightforward method. Though I am not entirely sure my proof works.

It's perfectly valid. The set of all n^2 for n any natural number i.e. {1^2,2^2,3^2,...} has an infinite number (since there are no duplicates, that's what Ray was saying about 'collapsing') of elements all of which are all natural numbers. Their square roots are all natural numbers, i.e. {1,2,3...} hence rational. That's what you are saying, right? In fact, those are the ONLY natural numbers that have rational square roots, but you don't need to show that.
 
kaos said:
Thanks for responding.

Isn't the square of an integer always different?(except 1 or 0 i guess)?
No, that is not true. (2)^2= (-2)^2. However, YOU are working with natural numbers, not integers (do you understand the difference?) so it is true. But the point is that, unless you are "given" that, you need to prove it. Suppose m and n are different natural numbers. Then n- m\ne 0 because they are different. Further m+n\ne 0 (why?). Therefore m^2- n^2= (m- n)(m+ n) is not 0 so m^2 is not equal to n^2.

And I don't understand the "(You need to argue that in order to know that squaring does not cause everything to collapse into a small, finite set of values.)" part (specifically what are you referring to that is collapsing?).
For example, when squaring, the set {-3, -2, 2, 3} "collapses" to the smaller set {4, 9}. The proof above shows that cannot happen for the natural numbers.
 
Last edited by a moderator:
HallsofIvy said:
No, that is not true. (2)^2= (-2)^2. However, YOU are working with natural numbers, not integers (do you understand the difference?) so it is true. But the point is that, unless you are "given" that, you need to prove it. Suppose m and n are different natural numbers. Then n- m\ne 0 because they are different. Further m+n\ne 0[/tex] (why?). Therefore m^2- n^2= (m- n)(m+ n)[/tex] is not 0 so m^2 is not equal to n^2.<br /> <br /> <br /> For example, when squaring, the set {-3, -2, 2, 3} "collapses" to the smaller set {4, 9}. The proof above shows that cannot happen for the natural numbers.
<br /> <br /> Ah right i confused naturals(whole numbers larger than zero) with integers (integers include less than zero whole number right). Thanks for the explanation.
 
Back
Top