Prove that there does not exist a sequence $I_n=[a_n,b_n], n=1,2,\ldots $ of nonempty, pairwise disjoint intervals such that $\cup_{n}I_n=[0,1]$.
My solution -- is it correct?
My idea is that taking an open cover $\{A_{\alpha_i}\}$ of $[0,1]$ then $(\cup_{i}A_{\alpha_i})\cap (\cup_i I_i)=\cup_{i}(A_{\alpha_i}\cap I_i)$ is a open cover of $[0,1]$ as well (correspondence to induced topology).
Moreover, $(A_{\alpha_i}\cap I_i)\cap (A_{\alpha_j}\cap I_j)=\emptyset$ with $i\ne j$.
Since $[0,1]$ is compact, there exists $N$ such that $ \cup_{i=1}^N(A_{\alpha_i}\cap I_i) \supset[0,1]$.
However, $[0,1] \supsetneq \cup_{i=1}^N(A_{\alpha_i}\cap I_i)$ since $\cup_{i=1}^N(A_{\alpha_i}\cap I_i)$ and $I_n=[a_n,b_n], n=1,2,\ldots $ of nonempty, pairwise disjoint intervals.
So, we get contradition $[0,1] \subsetneq [0,1]$.
Could you please give your idea about my solution? Thank you very much for your help.