I've been thinking about the following question:
Is it possible to write $(a,b)$ as a disjoint union of closed intervals?
My first guess was no, but then I figured the question might be hiding something subtle. I tried various things, some which I asked about on this site, and I can't seem to construct such a union. So I decided to go back to my gut feeling and prove that it cannot be done.
Attempt:
Suppose there is such a union. Then each closed interval contains a rational. Given that the sets are disjoint, any rational specifies a unique interval. Therefore the union must be a countable union, and we can list the closed intervals. Choose some listing $I_1,I_2,\dotsc$ and let: $$(a,b)=\bigcup_{k=1}^{\infty} I_k.$$ Now define $$J_n=(a,b)\setminus \bigcup_{k=1}^n I_k.$$ Specifically, consider that $J_2$ contains a middle interval $(a',b')$ where $a<a'<b'<b$.
Construct a sequence where each $u_n$ is arbitrarily chosen in $J_n \displaystyle\bigcap\, (a',b')$. By the Bolzano-Weierstrass theorem, $u_n$ contains a subsequence $v_n$ such that $v_n\to c$. We must have $c \in (a,b)$ so $J_{\infty}\neq \varnothing$ which is a contradiction.
Put differently, no matter how the closed intervals are chosen, we can find a sequence in $(a,b)$ that converges to a limit in $(a,b)$ which is contained in none of the closed intervals.
Is my proof correct?