I have been looking at examples showing that the set of all rationals have Lebesgue measure zero. In examples, they always cover the rationals using an infinite number of open intervals, then compute the infinite sum of all their lengths as a sum of a geometric series. For example, see this proof.
However, I was wondering if I could simply define an interval $(q_n - \epsilon, q_n + \epsilon )$ around each rational number $q_n$. Since there is a countable number of such intervals, the Lebesgue measure must be bound above by a countable sum of their Lebesgue measure (subadditivity). i.e. $$\mu(\mathbb{Q}) \leq \mu(\bigcup^{\infty}_{n=1} (q_n - \epsilon, q_n + \epsilon)) = \sum^{\infty}_{n=1} \mu((q_n - \epsilon, q_n + \epsilon))$$
Then, argue that each individual term is $\mu((q_n - \epsilon, q_n + \epsilon)) < 2\epsilon$ and is thus zero since the epsilon is arbitrary?
The originally approach does in fact work, with slight modification.
Notice we run into the problem that $\sum_{n=1}^\infty 2\epsilon =\infty$. We need a convergent sum. The fix clearly presents itself: simply take the intervals to be $(q_n-\epsilon_n, q_n+\epsilon_n)$ where $\epsilon_n=\epsilon\cdot 2^{-n}$. Then $\sum_{n=1}^\infty \epsilon 2^{-n}=4\epsilon$, which now goes to $0$ with $\epsilon$.
– Marcel Besixdouze Jul 22 '14 at 07:35