description/proof of that for topological space, intersection of closure of subset and open subset is contained in closure of intersection of subset and open subset
Topics
About: topological space
The table of contents of this article
Starting Context
- The reader knows a definition of topological space.
- The reader knows a definition of closure of subset of topological space.
Target Context
- The reader will have a description and a proof of the proposition that for any topological space, the intersection of the closure of any subset and any open subset is contained in the closure of the intersection of the subset and the open subset.
Orientation
There is a list of definitions discussed so far in this site.
There is a list of propositions discussed so far in this site.
Main Body
1: Structured Description
Here is the rules of Structured Description.
Entities:
\(T\): \(\in \{\text{ the topological spaces }\}\)
\(S\): \(\subseteq T\)
\(U\): \(\in \{\text{ the open subsets of } T\}\)
//
Statements:
\(\overline{S} \cap U \subseteq \overline{S \cap U}\), where the over lines denote the closures on \(T\)
//
2: Proof
Whole Strategy: Step 1: let \(p \in \overline{S} \cap U\) be any; Step 2: see that when \(p \in S\), \(p \in \overline{S \cap U}\); Step 3: see that when \(p \notin S\), \(p \in \overline{S \cap U}\).
Step 1:
For any point, \(p \in \overline{S} \cap U\), \(p \in \overline{S}\) and \(p \in U\).
Step 2:
When \(p \in S\), \(p \in \overline{S \cap U}\).
Step 3:
When \(p \notin S\), \(p\) is an accumulation point of \(S\), so, for any open neighborhood of \(p\), \(U_p \subseteq T\), \(U_p \cap S \neq \emptyset\).
\(U_p \cap (S \cap U) \neq \emptyset\)?
As \(p \in U\), \(U_p \cap U \neq \emptyset\), open, and is an open neighborhood of \(p\), so, \(U_p \cap (S \cap U) = (U_p \cap U) \cap S \neq \emptyset\). So, \(p\) is an accumulation point of \(S \cap U\), so, \(p \in \overline{S \cap U}\).
3: Note
\(U\) has to be open for this proposition: for example, if \(U\) is not open, here is a counterexample: \(T = \mathbb{R}\) with the Euclidean topology, \(U = [0, 1]\), and \(S = (-1, 0)\), then \(\overline{S} \cap U = [-1, 0] \cap [0, 1] = \{0\}\) while \(\overline{S \cap U} = \overline{\emptyset} = \emptyset\). Such a counterexample does not work for when \(U\) is open, because if \(U = (0, 1)\), \(\overline{S} \cap U = [-1, 0] \cap (0, 1) = \emptyset\), and if \(U = (-p, 1)\) for any \(0 \lt p \lt 1\), \(\overline{S} \cap U = [-1, 0] \cap (-p, 1) = (-p, 0]\) and \(\overline{S \cap U} = \overline{(-p, 0)} = [-p, 0]\).