$\newcommand{\cl}{\mathrm{cl}}$ Let $X$ be a topological space and let $A_1,\ldots A_n\subset X$. Is it true that $$\cl\left(\bigcup_{m=1}^nA_m\right)=\bigcup_{m=1}^n\cl(A_m)$$ in an arbitrary topological space?
|
It is true. $A \subset A \cup B $ and $B \subset A \cup B$ implies $\textrm{cl}(A) \subset \textrm{cl}(A \cup B)$ and $ \textrm{cl}(B) \subset \textrm{cl}(A \cup B)$. Hence $ \textrm{cl}(A) \cup \textrm{cl}(B) \subset \textrm{cl}(A \cup B)$. $\textrm{cl}(A) \cup \textrm{cl}(B)$ is closed. (since the two component sets are closed) Also, we know that $A\subset \textrm{cl}(A) $ and $ B\subset \textrm{cl}(B).$ Hence, $(A \cup B) \subset \textrm{cl}(A) \cup \textrm{cl}(B) $ and it follows that $\textrm{cl}(A \cup B) \subset \textrm{cl}(A) \cup \textrm{cl}(B) $ So the result is true for any two sets. We can extend this result to any finite number of sets using induction. Thus, the result you wanted to prove holds. |
|||||
|
|
It is. The closure of a set is the smallest closed superset (a good exercise, if you've not encountered that result before), and a union of finitely many closed sets is closed. From that, proving double inclusion is fairly straightforward. Suppose $A_1,...,A_n$ are arbitrary subsets of the topological space $X$. For any $1\leq j\leq n$, we have $$A_j\subseteq\bigcup_{m=1}^nA_m\subseteq\mathrm{cl}\left(\bigcup_{m=1}^nA_m\right),$$ so since $\mathrm{cl}(A_j)$ is the smallest closed superset of $A_j$, then $$\mathrm{cl}(A_j)\subseteq\mathrm{cl}\left(\bigcup_{m=1}^nA_m\right),$$ and since this holds for all $1\leq j\leq n$, then $$\bigcup_{m=1}^n\mathrm{cl}(A_m)\subseteq\mathrm{cl}\left(\bigcup_{m=1}^nA_m\right).$$
On the other hand, we also have for each $1\leq j\leq n$ that $$A_j\subseteq\mathrm{cl}(A_j)\subseteq\bigcup_{m=1}^n\mathrm{cl}(A_m),$$ so since that holds for all $1\leq j\leq n$, we have $$\bigcup_{m=1}^nA_m\subseteq\bigcup_{m=1}^n\mathrm{cl}(A_m).$$ Now $\mathrm{cl}\left(\bigcup_{m=1}^nA_m\right)$ is the smallest closed superset of $\bigcup_{m=1}^nA_m$, so since a union of finitely many closed sets is closed--meaning in particular that $\bigcup_{m=1}^n\cl(A_m)$ is closed--we have that $$\mathrm{cl}\left(\bigcup_{m=1}^nA_m\right)\subseteq\bigcup_{m=1}^n\mathrm{cl}(A_m),$$ and so $$\bigcup_{m=1}^n\mathrm{cl}(A_m)=\mathrm{cl}\left(\bigcup_{m=1}^nA_m\right)$$ by double inclusion.
|
|||||
|
|
There is a lemma for the infinite subsets:
See the Page 17, theorem 1.1.11 of EngelKing's book. |
|||
|
|
|
I thought that it might be useful to give also the proof based on the characterization of closure via neighborhoods. I'll give the proof for two sets. $x\in\cl{A}$ $\Leftrightarrow$ Every neighborhood $U$ of $x$ intersects $A$. If we denote by $\mathcal N_x$ the system of all neighborhoods of $x$, this can be rewritten shortly as $$ x\in\cl{A} \Leftrightarrow (\forall U\in\mathcal N_x) (U\cap A\ne\emptyset).$$ Now we get: We can similarly characterize union of the closures: From the above it is clear that $x\in \cl(A) \cup \cl(B)$ implies $x\in\cl(A\cup B)$. To show the converse implication we should use the fact that we are working with neighborhoods of $x$ and they are closed under intersections. Suppose that $x\notin \cl(A)\cup \cl(B)$. This means that $$[(\exists U\in\mathcal N_x) U\cap A=\emptyset] \land [(\exists V\in\mathcal N_x) V\cap B=\emptyset].$$ If $U$ and $V$ have the properties as above, then $W=U\cap V$ is again a neighborhood of $x$ and $W\cap (A\cup B)=\emptyset$. Hence $x\notin \cl(A\cup B)$. |
|||
|
|
\operatorname{cl}should give proper spacing (better than\mathrm{cl}. See What's the difference between \mathrm and \operatorname? at TeX.SE. – Martin Sleziak Jul 11 '12 at 6:30