Proving the Existence of Rational Numbers Between Real Numbers

AI Thread Summary
The discussion focuses on proving that between any two distinct real numbers, a and b, there exists a rational number of the form k/2^n, where k is an integer and n is a natural number. Participants suggest using the Archimedean property and binary representation to establish this proof. One method involves showing that the distance between a and b allows for an integer k to be found such that b < k/2^n < a. Another approach highlights the binary representation of the numbers, noting that the first differing digit can help locate a rational number between them. The conversation emphasizes the elegance of the proof and the various strategies to demonstrate the existence of such rational numbers.
Anzas
Messages
87
Reaction score
0
prove that between any two real numbers there is a number of the form
\frac{k}{2^n}
where k is an integer and n is a natural number.
 
Physics news on Phys.org
This should be very easy.

Hint: Write the real numbers in binary.
 
Sounds like homework. What have you tried?
 
Sounds interesting. I haven't been able to prove it, even with binary. :confused:
 
I did something similar in a proof showing that monotone convergence implies least upper bound property.

Let the two distinct real numbers be a and b with a> b. Then a- b> 0 so \frac{1}{a-b} exists and is positive. By the Archimedian property of integers (given any real number x, there exist an integer m with m>x) there exist an integer n with n&gt; \frac{1}{a-b}.

But it is easy to prove by induction that, for all positive integers n, 2n> n (Hint: first prove by induction that 2n>= n+1) so we have 2^n&gt; \frac{1}{a-b}. That means that 2n(a- b)= 2na- 2nb> 1.
Since the distance between those two numbers is greater than 1, there exist an integer, k, such that 2nb< k< 2na. Dividing through by 2n gives b&lt; \frac{k}{2^n}&lt; a.
 
Last edited by a moderator:
That's very elegant.

I was thinking more along the lines of:
WOLOG a&gt;b.
Since a and b are real numbers, they can be written in binary notation in such a way that each of them has an infinite number of zeroes to the right of the binary (or is it still decimal?) point.

Now, since a \neq b there is a first digit where they differ. At that position, a will have a 1, and b will have a zero. Now, since there is an infinite number of zeros, there is a next location where b has a zero. Let's say that that's the 2^{-k}s place.

Then the integer part of
b*2^{k}+1
divided by
2^{k}[/itex]<br /> Is between a and b
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top