Let $A_n$ be a sequence of subsets of $\mathbb{R}$ with the following properties.
- $A_n$ is unbounded for all $n$
- The union of all $A_n$ is $\mathbb{R}$
- No two $A_n$ share elements
- For all $n$, given any two distinct elements of $A_n$, there exists an element of $A_n$ in between them
Question: Does such a sequence of subsets of $\mathbb{R}$ exist?
I can only think of finitely many sets collectively exhibiting these properties, such as $\mathbb{Q}$ and $\mathbb{R} \setminus \mathbb{Q}$. I would appreciate hearing if any of these properties have better or more widely used names.
Here are the definitions for the properties. Please let me know if you can spot mistakes.
$$ \tag{1}{(\forall ~ n ~ \nexists ~ M \in \mathbb{R} ~ \forall ~ x \in A_n : M \geq x) \land (\forall ~ n ~ \nexists ~ m \in \mathbb{R} ~ \forall ~ x \in A_n : m \leq x)} $$ $$ \tag{2}{\bigcup_n A_n = \mathbb{R}}$$ $$ \tag{3}\forall ~ m \neq n : A_m \cap A_n = \emptyset $$ $$ \tag{4}\forall ~ n ~ \forall ~ x_1, x_2 \in A_n ~ \exists ~ y \in A_n : x_1 < x_2 \implies x_1 < y < x_2 $$
Let $x_n$ denote a sequence of elements for which $x_{n+1}$ is transcendental over the field $\mathbb{Q}(x_1,....,x_n)$. Such a sequence exists because any field of the form $\mathbb{Q}(y_1,...,y_k)$ is countable.
Now, let $A_n = \mathbb{Q} + x_n = \{q+x_n: q\in \mathbb{Q}\}$ and let $A_0 = \mathbb{R}\setminus \bigcup A_n$. Then, I claim that $\{A_0, A_1,....\}$ satisfies your requirements.
First note that $A_0$ contains the rationals, because if $q\in\mathbb{Q}\cap A_n$, then $q = p + x_n$ for some rational number $p$, so $x_n = q-p\in\mathbb{Q}$, contradicting the choice of $x_n$.
This implies that $A_0$ satisfies 1 and 4. Similarly, because the $A_i$ for $i > 0 $ are just translates of $\mathbb{Q}$, they satisfy 1 and 4.
Condition 2 is satisfies for free, because by definition $A_0$ contains everything in $\mathbb{R}$ which hasn't been used up by an $A_i$ with $i > 0$ already.
So, it remains to check $3$. But $A_0$ is disjoint from each $A_n$ by construction. So, assume for a contradiction that we can find an $x\in A_n \cap A_m$ with $n > m > 0$. Then $x = q + x_n = p + x_m$ for some rationals $q$ and $p$.
This implies that $x_n = p-q + x_m$, so $x_n$ is an element of $\mathbb{Q}(x_1,...,x_m)$, contradicting the fact that $x_n$ is transcendental over $\mathbb{Q}(x_1,...,x_m)\subseteq \mathbb{Q}(x_1,...,x_{n-1})$.