0

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 .

Staki42
  • 2,825
  • Note that closed is not the opposite of open. – Reuben Stern Jan 10 '17 at 15:32
  • I know that. I didn't assume that, did I? – Staki42 Jan 10 '17 at 15:42
  • This is a good example for why I think it is better to teach a subject from the top downwards. The result is true in any space U as the Answer by freakish shows. You should read ahead on the general def'n of topological space, and subspace. Many Q's are easier in a general context, as some details in a specific case turn out to be irrelevant. – DanielWainfleet Jan 12 '17 at 01:46

2 Answers2

3

I have a feeling that the statement is overcomplicated just to blur the solution. Note that none of that depends on $\mathbb{C}$. So let's simplify it:

Let $M, N$ be closed subsets of $X$ such that $X=M\cup N$. Prove that $U$ is open in $X$ if and only if $U\cap M$ is open in $M$ and $U\cap N$ is open in $N$.

"$\Rightarrow$"

Obviously if $U$ is open in $X$ then it is open in subspaces due to the definition of subspace topology.

"$\Leftarrow$"

If $U\cap M$ is open in $M$ then $F=M\backslash(U\cap M)$ is closed in $M$. But $M$ is closed in $X$ and thus $F$ is closed in $X$ (closed set in a closed subspace is closed in whole space).

Analogously $F^{'}=N\backslash(U\cap N)$ is closed in $N$ and thus closed in $X$.

Therefore $F\cup F^{'}$ is closed in $X$. Now

$$F\cup F^{'}=(M\backslash(U\cap M))\cup (N\backslash(U\cap N))$$

The right side is equal to $X\backslash U$ because $M\cup N=X$. In particular $X\backslash U$ is closed and thus $U$ is open.

freakish
  • 42,851
  • What if I don't know about subspace topologies? The proof then is not as easy, is it? – Staki42 Jan 10 '17 at 15:44
  • @lappen68 Well, you use these "$U$-closed", "$M$-open", etc. properties in the statement of the problem. If you don't know about subspace topology then how do you define it? The problem is purely topological, I don't see a reason to use any complex analysis or metrical structures here. – freakish Jan 10 '17 at 15:45
  • Hmm, good point. In the the course this exercise is taken from we haven't really dealt with topological structures, that's why I think we are supposed to do this with $\epsilon$-balls, even though that is more complicated/unneeded. – Staki42 Jan 10 '17 at 15:49
  • @lappen68 I see. Well, I'll think about pure metrical solution but it might take me a while. :) – freakish Jan 10 '17 at 15:50
  • That would be really cool! I know I am not as experienced as you, and as obvious as it is, I can't really write it down in a way that makes sense. – Staki42 Jan 10 '17 at 15:58
1

Here's metrical solution.

As before I'll simplify the statement a bit:

Let $M, N$ be closed subsets of a metric space $X$ such that $X=M\cup N$. Prove that $U$ is open in $X$ if and only if $U\cap M$ is open in $M$ and $U\cap N$ is open in $N$.

"$\Rightarrow$"

Let $x\in U\cap M$ (without loss of generality we can only consider $M$, proof for $N$ is exactly the same). We need to show that some ball in $M$ around $x$ is a subset of $U$. Since $U$ is an open subset of $X$ then there exists an open ball $B$ (in $X$) such that $B\subseteq U$. But $B\cap M$ is an open ball in $U\cap M$ because by definition $U\cap M$ has the same metric. This proves first implication.

"$\Leftarrow$"

We will show that $X\backslash U$ is closed in $X$. Let $(x_n)\subseteq X\backslash U$ be a convergent sequence. We will show that the limit $\lim x_n\in X\backslash U$.

Assume this is not true. Since $X=M\cup N$ then there exists a subsequence $(x_{n_k})$ of $(x_n)$ such that $(x_{n_k})\subseteq M$ or $(x_{n_k})\subseteq N$. Let $(b_n)=(x_{n_k})$. Without loss of generality we may assume that $(b_n)\subseteq M$ and so $\lim b_n = \lim x_n \in M$ because $M$ is closed. But we've assumed that $\lim x_n\not\in X\backslash U$, i.e. $\lim x_n\in U$. Since $U\cap M$ is open in $M$ then there exists a ball $B$ such that:

  1. $B$ is open in $M$
  2. $B$ is around $\lim x_n=\lim b_n$
  3. $B\subseteq U\cap M$

Since $b_n$ converges to its limit and $(b_n)\subseteq M$, then almost all elements of $(b_n)$ are in $B$. In particular $b_j\in B$ for some $j$. But $B\subseteq U\cap M$ so $b_j\in U$. Contradiction since we assumed that $(x_n)\subseteq X\backslash U$.

freakish
  • 42,851
  • Thanks! That is what I was looking for :) – Staki42 Jan 11 '17 at 14:17
  • One more question though: Why "let $x\in U$"? That does not guarantee $x\in U\cap M$ right? – Staki42 Jan 11 '17 at 14:34
  • @lappen68 Right. This is under assumption that $x\in U\cap M$, my bad. We only need to conisder points that are in subsets. – freakish Jan 11 '17 at 14:36
  • Alright, awesome! – Staki42 Jan 11 '17 at 14:38
  • @lappen68 Ahh, sorry, there is also a subtle mistake in the other implication. I'll fix it soon. – freakish Jan 11 '17 at 14:40
  • @lappen68 Fixed. Actually, we had to consider an infinite subsequence of $(x_n)$ contained in $M$ (or $N$). Otherwise the statement almost all x_n are in B would be not true. Subtlety. I hope it is correct now, please double check it and ask questions if you have any doubts. – freakish Jan 11 '17 at 14:46