Let's define a sequence of families of sets inside $[0, 1]$ interval:
$$ F_n= \left\{ \left(\frac{j-1}{2^n},\frac{j}{2^n}\right] \mid \forall j \in \{ 1, \cdots, 2^n\} \wedge n \in \mathbb{N} \right\} $$
Now, we know that $[0, 1] = \{0\} \cup(0, 1]$. Now we are goint to define a new set $S_n$ as follow:
$$ S_n = \bigcup_{X \in F_n} X $$
For me it's clear that $S_n = (0, 1]$ as long as $n$ is a natural fixed number, and so, it contains all irrational numbers in $(0, 1]$. The question is: does $S_\infty$ contain the irrationals? It is obvious that this set is not empty and contains rationals numbers. Now the questions:
- Does $S_\infty$ loses the irrationals?
- Are all rationals contained in the set $S_\infty$?
- Is $S_\infty = (0,1]$??
Many thanks in advance!!!
(RE)$^2$EDIT: Lets define $S_\infty$. Let's start defining $F_\infty$:
$$ F_\infty = \{ x \in (0, 1] \; | \; x \in X_j \wedge X_j \in F_n \; \text{with} \; j \leq n \; \forall n, j \in \mathbb{N} \} $$
This implies $F_\infty$ would become a infinite (but countable?) partition of $(0,1]$ in disjoint subsets containing just a point. So, $S_\infty$ would just be:
$$ S_n = \bigcup_{X \in F_\infty} X $$
Thanks @Zev Chonoles and @Asaf Karagila for the useful comments!
You have defined a set $S_n$ for each natural number $n$; however, you have not defined a set $S_\infty$ since $\infty$ is not a natural number.
It is an understandable and common mistake to assume that doing some operation, or defining some object, for each natural number $n$ necessarily results in some "limiting" operation or object for when "$n=\infty$". However this is usually either not possible at all, or it is quite subtle to do.