1
$\begingroup$

Prove a set $A\subset X$ is open iff for every $B\subset X$, $\overline{A\cap \overline{B}}=\overline{A\cap B}$.

I tried this as I would have tried to prove any two sets are equal but I can't find the way to the end.

This is homework.

  • 0
    Is the statement false?2017-02-16
  • 0
    I don't think it's true even for $B\neq \emptyset$2017-02-16
  • 0
    But isn't $(0,1)\cap \overline{(1,2)}=\emptyset$?2017-02-16

3 Answers 3

1

First note that for any set $B$, $A\cap B\subset A\cap\overline B$, so $\overline{A\cap B}\subset \overline{A\cap\overline B}$. So only the opposite inclusion matters.

Let's start with sufficient condition : suppose $\overline{A\cap\overline B} = \overline{A\cap B}$ for any set $B\subset X$. Then for $B=\complement A$, $\overline{A\cap\overline{\complement A}} = \overline{A\cap \complement A}=\emptyset$. This means $A\cap\overline{\complement A}=\emptyset$.

So $\complement(\complement A)=A\subset \complement(\overline{\complement A})$, and taking complement : $\overline{\complement A}\subset \complement A\subset \complement A$, so $\complement A$ is closed, meaning $A$ is open.

Now for the necessary condition : suppose $A$ open, and let $B$ be any set. We have to prove that $\overline{A\cap\overline B}\subset \overline{A\cap B}$. Let $x$ be a point of $\overline{A\cap\overline B}$. So any open set $V$ containing $x$ must verify $V\cap(A\cap\overline B)\ne\emptyset$.

But this means $(V\cap A)\cap\overline B\ne\emptyset$. As $V\cap A$ is an open set, it means $V\cap A$ meets $B$, so $V\cap(A\cap B)\ne\emptyset$. And that, finally, means $x\in\overline{A\cap B}$.

I hope I didn't say too many sillyness, my general topology is a bit rusty :-)

0

Suppose $A$ is open.

It is clear that we must always have $\overline{A \cap \overline{B}} \supset \overline{A \cap B}$.

To prove the reverse inclusion, suppose $x \in \overline{A \cap \overline{B}} $. Given an open set $U \ni x$, there exists some $y \in A \cap \overline{B} \cap U$. Since $V = A \cap U$ is an open set about $y$ and $y \in \overline{B}$ there exists a $z \in B \cap V = A \cap B \cap U$. Thus, $A \cap B$ meets $U$, so by the arbitrary nature of the open set $U \ni x$, we find that $x \in \overline{A \cap B}$. This proves that $\overline{A \cap \overline{B}} \subset \overline{A\cap B}$

We deduce that, under the hypothesis that $A$ is open, we have equality $\overline{A \cap \overline{B}} = \overline{A\cap B}$. What's left is to prove that, if said equality is true, then $A$ must be open.

  • 0
    Why there exists some $y \in A \cap \overline{B} \cap U$?2017-02-16
  • 0
    I'm using the theorem that if $E \subset X$ is a subset of a topological space, then $x \in \overline{E}$ if and only if $E$ intersects every open set $U \ni x$; that is, there exists some point $y \in E \cap U$. In our application, $E = A \cap \overline{B}$.2017-02-16
  • 0
    In $\mathbb{R}$, let $A=(1,3)$ and $B=\{2\}$ so $x=2$, what's $y$.?2017-02-16
  • 0
    For this specific instance of $A$ and $B$, we have that $x \in \overline{A \cap \overline{B}} =\{2\}$. Therefore $2 = x \in U$. We could set $y = 2$. It will then be true that $y \in A \cap \overline{B} \cap U = \{2\} \cap U = \{2 \}$2017-02-16
0

For $B=A^c$, we have $\overline{A \cap \overline{A^c}} = \overline{A\cap A^c} = \phi$ and hence $A \cap \overline{A^c} = \phi$ and $A \subset \overline{A^c}^c$. Also $A^c \subset \overline{A^c}$ and hence $\overline{A^c}^c \subset A$. Thus $A = \overline{A^c}^c $ and $A$ is open. The other part has been proved in the solution by joeb.

  • 0
    The other part has been proved in the solution by joeb.?2017-02-16
  • 0
    Yep. I only proved the other part2017-02-16