Suppose that we have a topological space $(X,\tau)$, a subset $A\subseteq X$ is a neighborhood of $x \in X$ if there exists an open subset $U_x$, containing $x$ such that $U_x \subseteq A$. Also, suppose that the collection of all neighborhoods of $x \in X$ in $(X,\tau)$ is denoted by $\mathcal{N}_x$.
Each $\mathcal{N}_x$ has the following interesting properties, which I managed to prove.
- $\forall A \in \mathcal{N}_x$, $x \in A$
- $\forall A,B \in \mathcal{N}_x$, $A \cap B \in \mathcal{N}_x$
- $\forall A \subseteq X$ and $\forall B \in \mathcal{N}_x$, if $B \subseteq A$, then $A \in \mathcal{N}_x$
- $\forall A \in \mathcal{N}_x$, there exists $N \in \mathcal{N}_x$ such that, $\forall y \in N$, $A \in \mathcal{N}_y$
Let us denote the collection of subsets of $X$ satisfying the four above-mentioned properties by $\mathcal{U}_x$.
If we define $\tau_{\mathcal{N}} = \{G \subseteq X \:{:}\: \forall x \in G, G \in \mathcal{U}_x \}$, then it can easily be shown that $\tau_{\mathcal{N}}$ is a topology on $X$. Moreover, $\tau_{\mathcal{N}} = \{G \subseteq X \:{:}\: \forall x \in G, \exists U_x \in \mathcal{U_x}, U_x \subseteq G \}$ is also an equivalent expression.
My struggle starts from proving that $\mathcal{U}_x = \mathcal{N}_x$ where $\mathcal{N}_x$ is the collection of all neighborhoods of $x \in X$ in $(X,\tau_{\mathcal{N}})$. One way is easy because each $\mathcal{N}_x$ satisfies the four conditions of $\mathcal{U}_x$.
For the other way, suppose $A \in \mathcal{U}_x$, we need to show that $A \in \mathcal{N}_x$. Firstly, there exists $N \in \mathcal{U}_x$ such that, $\forall y \in N$, $A \in \mathcal{U}_y$, which implies that $N \subseteq A$. Since $x \in N$, all we need to show is that $N \in \tau_{\mathcal{N}}$, which means that I need to show that either
- $\forall z \in N$, $N \in \mathcal{U}_z$, or
- $\forall z \in N$, $\exists U_z \in \mathcal{U_z}$ such that $U_z \subseteq N$
I spent hours but could not make any progress to show that $N \in \tau_{\mathcal{N}}$. Any help will be greatly appreciated.