1

I found this result in so many books and I tried to demonstrate it but I'm not convinced with my proof,

if A is a countable dense subset of $\mathbb{R}$ then there exists $B\subset A$ dense and countable in $\mathbb{R}$.

Houda
  • 787
  • 5
  • 15

2 Answers2

6

HINT: What happens if you remove a single point from $A$? Or any finite number of points from $A$?

Asaf Karagila
  • 393,674
4

With some care you can find an infinite and co-infinite subset of $A$ which is dense in $\mathbb{R}$.

  1. Enumerate the open intervals with rational endpoints as $\{ I_n \}_{n \in \mathbb{N}}$.
  2. Inductively pick for each $n$ distinct $a_n, b_n \in (A \cap I_n) \setminus \{ a_i , b_i : i < n \}$. (For this note that $I_n \cap A$ is infinite for all $n$.)
  3. Consider $B = \{ b_n : n \in \mathbb{N} \}$.
user642796
  • 52,188
  • thanks for this procedure, but I was wonder what if we found that for a $n$ we found that $A \cap I_n$ – Houda Jun 13 '14 at 12:36
  • @houda, your above comment seems to be incomplete. If you meant to ask "...we found that $A \cap I_n \neq \varnothing$, note that this is impossible, since a dense set has nonempty intersection with every nonempty open set. – user642796 Jun 13 '14 at 14:40
  • oh! I didn't pay attention to that, coming back to your method I honestly can't figure out how to prove that B is dense. Can you please give me an indication ? – Houda Jun 13 '14 at 14:58
  • @houda: Can you show that $B$ has nonempty intersection with every nonempty open subset of $\mathbb{R}$? – user642796 Jun 13 '14 at 17:39