As the title says, I have to show that any open set $U\subseteq\mathbb{R}^n$ is a disjoint union of countable many intervals.
Hello, my idea is the following:
Consider any $x=(x_1,...,x_n)\in U\subseteq\mathbb{R}^n, U$ open. Then there exists a $\varepsilon>0$ so that $B(\varepsilon,x)\subseteq U$ because $U$ is open. Since $x$ is in the open interval $$ (a,b)_x:=\left\{(x_1,...,x_n)\in\mathbb{R}^n|a_i<x_i<b_i, i=1,...,n\right\} $$ with $$ a_i:=x_i-\varepsilon,\quad b_i:=x_i+\varepsilon. $$ Because of $\overline{\mathbb{Q}}=\mathbb{R}$, there exist $c_i,d_i\in\mathbb{Q}, i=1,...,n$ with $$ a_i<c_i<x_i,\quad x_i<d_i<b_i. $$ Define $$ [c,d]_x:=\left\{(x_1,...,x_n)\in\mathbb{R}^n|c_i\leq x_i\leq d_i, i=1,...,n\right\}, $$ then $x\in [c,d]_x\subseteq U$.
Now take $x'\neq x$. If $x'$ is not in $[c,d]_x$, one can again construct a closed interval with rational endpoints, i.e., $[e,f]_{x'}$. There exists a $\varepsilon'>0$ with $B(\varepsilon',x')\subseteq U$. When minimizing $\varepsilon'$ to $\varepsilon''$ in such a way that $$ [c,d]_x\cap B(\varepsilon'',x')=\emptyset, $$ $[c,d]_x$ and $[e,f]_{x'}$ are disjoint. If $x'$ is in $[c,d]_X$, choose $[e,f]_{x'}:=[c,d]_x$.
The desired countability is fulfilled because of the countability of $\mathbb{Q}$: There are countable many closed intervals with rational endpoints as constructed above.
I would like to know if my idea to proof is correct or nonsense.
With regards!