0

Show that if each point $x$ in a set $X$ has assigned a collection $\mathscr{U}_x$ of subsets of $X$ satisfying $N-a$ through $N-d$:
N-a)If $U\in\mathscr{U}_x$, then $x\in U$;
N-b)If $U,V\in\mathscr{U}_x$,then $U\cap V\in \mathscr{U}_x$;
N-c)If $U\in\mathscr{U}_x$,then there is a $V\in \mathscr{U}_x$,such that $U\in\mathscr{U}_y$ for each $y\in V$;
N-d)If $U\in\mathscr{U}_x$ and $U\subset V$,then $V\in\mathscr{U}_x$
Then the collection $$ \tau =\left\{ G\subset X|for~each~x~in~G,x\in U\subset G~for~some~U\in \mathscr{U}_x \right\} $$ is a topology for $X$,in which the nhood system at each $x$ is just $\mathscr{U}_x$.

I've proved that $\tau$ is indeed a topology and (nhood system at each $x)\subset\mathscr{U}_x$.But I don't know how to show that $\forall U\in\mathscr{U}_x$,$U$ is a nhood of $x$, i,e.$x\in int(U)$.

zik2019
  • 894

1 Answers1

0

Given $U \in \mathcal{U}_x$ define $U^\ast = \{y \in U\mid U \in \mathcal{N}_y\}$.

Then for the $V$ given by N-c) for this $U$ we have $V \subseteq U$ (as $y \in V$ implies $U \in \mathcal{U}_y$ so $y \in U$ by N-a)) and also $V \subseteq U^\ast$ by definition, so that $U^\ast \in \mathcal{N}_x$ by the enlargement axiom N-d).

Now $U^\ast$ is open in the defined topology: let $z \in U^\ast$. So $U \in \mathcal{N}_z$. Now apply N-c) to this $U$ and $z$ to get a $V$ in $\mathcal{N}_z$ which obeys $\forall y \in V: U \in \mathcal{N}_y$, so in particular $y \in U^\ast$ for all $y \in V$ so $V \subseteq U^\ast$ and so $U^\ast \in \mathcal{N}_z$ by N-d) again. As $z$ was arbitrary in $U^\ast$, $U^\ast$ is open in this topology by definition. It follows that $x \in U^\ast \subseteq \mathrm{int}(U)$, as required.

Henno Brandsma
  • 242,131