I have a problem with the following exercise:
Let be $A,B$ subsets of a topological space $X$. Prove that
$$\overline{A\cap B}\subset \bar{A}\cap\bar{B}.$$
I only know is that $\bar{A}=A\cup\partial A$.
I have a problem with the following exercise:
Let be $A,B$ subsets of a topological space $X$. Prove that
$$\overline{A\cap B}\subset \bar{A}\cap\bar{B}.$$
I only know is that $\bar{A}=A\cup\partial A$.
Show that $\overline A\cap\overline B$ is a closed set and contains $A\cap B$. Then it must also contain the smallest closed set containing $A\cap B$.
${A\cap B}\subseteq {A}\Rightarrow \overline{{A\cap B}}\subseteq\bar {A}$ similarly $${A\cap B}\subseteq {B}\Rightarrow \overline{{A\cap B}}\subseteq\bar {B}$$ so $$ \overline{{A\cap B}}\subseteq\bar {A}\cap \bar{B}$$
$\newcommand{\op}[1]{{#1^*}}$Indeed, if you can show that some operation $^*$ on sets obeys $A \subset B \Rightarrow \op{A} \subset \op{B}$ then $$A \cap B \subset A,B \Rightarrow \op{(A \cap B)} \subset \op{A}, \op{B} \Rightarrow \op{(A \cap B)} \subset \op{A} \cap \op{B}$$ and similarly for unions, so that $$\op{(A \cap B)} \subset \op{A} \cap\op{B} \subset \op{A}, \op{B} \subset \op{A} \cup\op{B} \subset \op{(A \cup B)}$$ Closure is one such set operation.
Let be $X=\mathbb{R}$, then we have $A=(0,1)$ and $B=(1,2)$. Then is $A\cap B=\emptyset$, so $\overline{A\cap B}=\emptyset$. But: $\bar{A}=[0,1]$ and $\bar{B}=[1,2]$. So, $\bar{A}\cap\bar{B}={1}$. That means $\overline{A\cap B}\neq \bar{A}\cap\bar{B}$.
– MathCracky Oct 18 '15 at 14:36