I'm asking a question in reference to Noah Schweber's answer in this question can open set in $\mathbb{R}^n$ be written as the union of countable disjoint closed sets?, which is itself a reference to GEdgar's answer here: Does not exist cover of $\mathbb{R}^n$ by disjoint closed balls. I'm having trouble with the second condition: showing that each $\partial C_{n}$ is a nowhere dense subset of $B$.
First, a brief summary of the problem: show that no open subset $U \subseteq \mathbb{R}^{n}$ can be presented as a countable union of proper, closed and disjoint subsets of $\mathbb{R}^n$.
Assume for the sake of contradiction that $U = \bigcup_{n\geq1} C_{n}$, $C_{n} \subset \mathbb{R}^n$ closed and disjoint. Denote $B=\bigcup_{n\geq1}\partial C_{n}$. Then $B$ is complete, because it's closed: let $b \in U$ be a limit point of $B$, and $\lim_{n \to \infty} b_{n} = b$, $b_{n} \in B$. Then either $b \in B$ or $b \in C_{i}^{\circ}$ for some $i$. If the latter were to hold, i.e. $B(b, \varepsilon) \subseteq C_{i}$, we'd get a contradiction: since $b$ is the limit of $b_{n}$, we can find a $b_{n} \in \partial C_{k}$ such that $d(b_{n}, b)<\frac{\varepsilon}{2}$, and so if $k=i$, we can find a point $c$ from $C_{i}^{\complement}$ such that $d(b_{n}, c)<\frac{\varepsilon}{2}$, and so $d(b, c)<\varepsilon$, which is a contradiction. On the other hand, if $k \neq i$, then we can find a $c \in C_{k} \subseteq C_{i}^{\complement}$ such that $d(b_{n}, c) < \frac{\varepsilon}{2}$, which is again a contradiction. So $B$ is complete.
Here is my attempt at showing that each $\partial C_{n}$ is nowhere dense in $B$: since the boundary of a set is always closed, it suffices to show that $(\partial C_{n})^{\circ} = \emptyset$. If there were a $p \in (\partial C_{n})^{\circ}$, then $B(p, \varepsilon) \subseteq (\partial C_{n})^{\circ}$ for some $\varepsilon$, and since $C_{n}$ is closed, it contains its boundary, so $B(p, \varepsilon) \subseteq C_{n}$, so $p \in C_{i}^{\circ}$, which is a contradiction with $p \in \partial C_{n}$.
However, I've only proven that $\partial C_{n}$ is nowhere dense in $U$, and not in $B$. I'm trying to tweak my argument to make a contradiction by proving both $p \in (C_{n} \cap B)^{\circ}$ and $p \in \partial(C_{n} \cap B)$, but to no avail. Is it possible to just tweak the argument, or do I need a new one?
Since the question is 5 years old, and since my question is far too long for a comment, I've decided to open a new question instead of posting in the comments. If this does not merit a new question, I will gladly try to condense my argument/question into a comment in the original question.