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
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.