onthetopo
- 35
- 0
How do I find the sup of rationals (p/q, where q is even) that is less than sqrt(10)?
gcd(p,q)=1
gcd(p,q)=1
The discussion revolves around finding the largest rational number less than the square root of 10, specifically focusing on rationals of the form p/q where q is even and gcd(p,q)=1. Participants explore the concept of supremum in the context of rational numbers and their properties, including the implications of the Archimedean property.
Participants generally agree that the set of rationals less than sqrt(10) has a supremum, which is sqrt(10), but there is no consensus on the existence of a maximum rational number in that set. Multiple competing views and interpretations of the properties of rational numbers and their relationship to irrationals are present.
Some limitations in the discussion include unresolved mathematical steps regarding the Archimedean property and the definitions of rational numbers, particularly in relation to their decimal representations.
onthetopo said:we know irrationals are infinite decimals but rationals are finite decimals.
but how to show it rigorously?
AlephZero said:Most rationals are not finite decimals. For example, 1/3.
Werg22 said:Maybe that's what you're looking for:
If we have a supremum x, then sqrt 10 - x > 0. Since Q has the archimedean property, there exist a rational y such as 10 - x > 1/y. This said, we have 10 - (x + 1/y) > 0. This said, 1/y is rational, and hence so is x + 1/y - contradiction.
onthetopo said:thanks a lot for all your reply
I under stand the truncate argument , we know irrationals are infinite decimals but rationals are finite decimals.
onthetopo said:Brilliant, but I thought archimedean property is defined such that 10-x>1/n where n must be an integer. Also the statement sqrt 10 - x > 0 is quite intuitive.