I am trying to solve the following exercise:
Let $M, N, U \subseteq \mathbb C$ with $M \cup N = U$. The sets $M$ and $N$ are $U$-closed. Show that a set $V \subseteq U$ is open in $U$, if, and only if, $V\cap M$ is $M$-open and $V\cap N$ is $N$-open.
I thought about this for about 2 hours now but can't get to a solution.
My thoughts:
For the "$\Rightarrow$"-direction I first assume that $x\in V\cap M$
I know that since $V$ is open in $U$ there is $\varepsilon > 0$ with $U_\varepsilon (x) \subseteq V$.
Furthermore, since $M$ is $U$-closed it holds that $U_\varepsilon(x)\cap (U \setminus M) \neq \emptyset$
Now let's assume $V\cap M$ is closed in $M$, $x\in \partial (V\cap M) $and try to get a condradiction.
Since $V\cap M$ is closed in $M$ it holds that $U_\varepsilon(x)\cap M\setminus(V \cap M) \neq \emptyset$.
And here is where I don't know what to do. I feel like I am really close .