0

I'm having some weird misunderstanding here that I can't resolve in my head. Let $\{q_1,q_2,\ldots\}$ be an enumeration of the rationals. Then $\cup_{i=1}^\infty(q_i-\epsilon2^{-i-1}, q_i+\epsilon2^{-i-1}) \supset \mathbb{R}$ since the rationals are dense. Yet $$\lambda(\cup_{i=1}^\infty(q_i-\epsilon2^{-i-1}, q_i+\epsilon2^{-i-1})) < \sum_{i=1}^\infty \lambda(q_i-\epsilon2^{-i-1}, q_i+\epsilon2^{-i-1}) = \epsilon$$ where $\lambda$ is the Lebesgue measure on $(\mathbb{R},\mathcal{B}(\mathbb{R}))$ Yet we know $\lambda(\mathbb{R}) = \infty$, so by monotonicity of the measure we should have $$\lambda(\cup_{i=1}^\infty(q_i-\epsilon2^{-i-1}, q_i+\epsilon2^{-i-1})) \geq \lambda(\mathbb{R}) = \infty$$ which contradicts what we had before. I'm definitely missing something here, but can't figure out what it is. Any clarification would be greatly appreciated, thanks in advance!

2 Answers2

3

It's not necessarily the case that $\mathbb{R}\subset S_\epsilon=\cup_{i=1}^\infty(q_i-\epsilon2^{-i-1}, q_i+\epsilon2^{-i-1})$. In fact, for any fixed real $r\in\mathbb{R}\backslash\mathbb{Q}$ it's easy to construct a specific enumeration of the rationals such that $r\not\in S_\epsilon$: for each rational $q$, enumerate it 'late enough'; that is, let $q$ be $q_i$ for $i$ large enough that $|r-q|\gt 2^{-i-1}$. There are plenty of rationals 'far enough away' that we can use them to fill in any gaps the enumeration between the rationals that are closer to $r$.

In fact, for any finite set $A\subset\mathbb{R}\backslash\mathbb{Q}$ of non-rational reals, we can build an enumeration of the rationals that misses all the reals in $A$. (Easy exercise: show that 'finite' is the best we can do; that is, there's some countable set $A$ of non-rationals such that it's impossible to miss all of the reals in $A$)

2

If $A$ is dense in $\mathbb R$, then $\mathbb R$ is the closure of $A$, hence $\mathbb R$ is the only closed set containing $A$. However, this does not imply that every open set containing $A$ is $\mathbb R$. Your measure theoretic observation proves that the open sets you describe do not cover $\mathbb R$. Some simpler examples of open sets between $\mathbb Q$ and $\mathbb R$ are $\mathbb R\setminus\{\sqrt 2\}$, or $\mathbb R\setminus(\text{any finite set of irrational numbers})$, or $\mathbb R\setminus\{\sqrt 2+k:k\in\mathbb Z\}$. In general, removing any closed set of irrational numbers leaves you with an open cover of the rational numbers.

See also Questions about open sets in ${\mathbb R}$.

Jonas Meyer
  • 53,602