Proof that the rationals are dense

  • Context: Graduate 
  • Thread starter Thread starter dalcde
  • Start date Start date
  • Tags Tags
    Proof
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 5K views
dalcde
Messages
164
Reaction score
0
Is the following proof that the rationals are dense in the reals valid?

Theorem: [tex]\forall x,y\in\mathbb{R}:x<y, \exists p\in\mathbb{Q}: x<p<y[/tex] Viewing x and y as Dedekind cuts (denoting the cuts as x* and y*), x* is a proper subset of y*, hence there exists a rational in x* but not in y*, i.e. there is a rational between x and y.
 
Last edited:
on Phys.org
dalcde said:
Is the following proof that the rationals are dense in the reals valid?

Theorem: [tex]\forall x,y\in\mathbb{R}:x<y, \exists p\in\mathbb{Q}: x<p<y[/tex] Viewing x and y as Dedekind cuts (denoting the cuts as x* and y*), x* is a proper subset of y*, hence there exists a rational in x* but not in y*, i.e. there is a rational between x and y.

To prove the rationals are dense in the reals, you need to prove for any real number, there exists a rational number which is arbitrarily close to the real number. I don't see this in your proof.
 
Well, what do you mean by "arbitrarily close"? The usual definition of "there exist a rational number arbitrarily close to x" is "for any [itex]\epsilon> 0[/itex] there exist rational y such that [itex]|x- y|< \epsilon[/itex]" which is the same as [itex]-\epsilon< x- y< \epsilon[/itex] or, in turn, [itex]x-\epsilon< y< x+ \epsilon[/itex] which is true if and only if "between any two real numbers there exist a rational number".

dalcde, when you say "x* is a proper subset of y*, hence there exists a rational in x* but not in y*" you have the inclusion wrong- there exist a rational in y* that is not in x*.

Also, if you are defining real number as Dedekind cuts (set of rational numbers), how are you embedding the rationals in the reals? The rational you are getting is a member of the set y*, not a real number itself.

(Yes, I know that you are associating the "rational cut", the set of all rational number less that r, with the rational number r. But you need to say that.)
 
Hi dalcde! :smile:

dalcde said:
Is the following proof that the rationals are dense in the reals valid?

Theorem: [tex]\forall x,y\in\mathbb{R}:x<y, \exists p\in\mathbb{Q}: x<p<y[/tex] Viewing x and y as Dedekind cuts (denoting the cuts as x* and y*), x* is a proper subset of y*, hence there exists a rational in x* but not in y*, i.e. there is a rational between x and y.

Your proof is not completed yet. You've proved that there is a rational in y*, but not in x*. So what will be the p* between x* and y* then? And why is p* not equal to x* and y*?
 
x* is the set of all rationals "below" x and y* is the set of all rationals "below" y. Hence there is some rational below x and not below y.
 
dalcde said:
x* is the set of all rationals "below" x and y* is the set of all rationals "below" y. Hence there is some rational below x and not below y.

According to you, x < y. Let x* = {a in Q : a < x} and y* = {b in Q : b < y}. If z is in x*, then z < x < y. So z is in y*. So, you are wrong: every rational in x* is also in y*. HallsofIvy had already corrected you.
 
Sorry, I wanted to write x>y, and got it the wrong way round.