The task is to show that $$[0,1] \neq \bigcup_{n=1}^\infty I_n,$$ where $I_n = [a_n,b_n]$ is non-empty and $I_n \cap I_m = \emptyset$ for $n\neq m.$
At the risk of being marked as a duplicate, I have asked this question because I have been trying to solve it specifically using Baire Theorem. This is something I could not find on the array of other answers to this question and I have been struggling with it.
First, I have shown that the set of endpoints, $E = \{a_n | n = 1,2,\dots\} \cup \{b_n | n = 1,2,\dots\}$ is closed and clearly countable. I figure that I'd like to construct open dense sets such that their countable intersection consists of the points that $I_n$ is "missing" from $[0,1]$, and by Baire theorem, this set will be dense (and thus non-empty), which suffices for showing the question statement.
My intuition tells me to use the open dense sets $J_n = (0,1)\setminus(\{a_n\}\cup\{b_n\}),$ where $\bigcap_{n\in\mathbb{N}} J_n = \bigcup_{n\in\mathbb{N}} (a_n,b_n),$ and this is dense in $(0,1).$ I believe that this shows there are points "between" the $I_n$'s in [0,1] but not in any $I_n,$ but I'm not sure if this is enough to conclude that, or how to rigorously say that. Am I on the right track? Any help is greatly appreciated!