0

How can we prove this $$(a, b)= \cup_{n=1}^\infty [a + 1/n, b - 1/n],$$ ?

First: it is clear that $\left [ a + \frac{1}{n}, b - \frac{1}{n}\right ] \subseteq (a, b)$ for every n, then $\cup_{n=1}^\infty [a + 1/n, b - 1/n] \subseteq (a, b) $. what about the other inclusion?

Intuition
  • 3,269

1 Answers1

3

Let $x\in]a,b[$. Then $a<x<b$. Let $\epsilon_1 = x-a$ and $\epsilon_2 = b-x$. Choose $n^*\in\mathbb{N}$ such that $\frac{1}{n^*} < \min\{\epsilon_1,\epsilon_2\}$. Then $x\in [a+\frac{1}{n^*},b-\frac{1}{n^*}]\subset \bigcup\limits_{n=1}^\infty [a+\frac{1}{n},b-\frac{1}{n}]$.