Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions properties/P000090.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This is equivalent to each of the following:

* An arbitrary union of closed sets is closed.
* Each $x \in X$ has a smallest neighborhood.
* For each $x \in X$, the *neighborhood kernel of $x$*, i. e. $\bigcap\big\{U\text{ open in }X\mid x\in U\big\}$, is open.
* $X$ is *finitely generated*:
For each $A \subseteq X$, $A$ is open iff $A \cap Y$ is open in the subspace $Y$ for each finite $Y \subseteq X$.
* There is a preorder (i.e., a reflexive and transitive relation) $\preceq$ on $X$ such that the open sets are precisely the upward closed sets (i.e., sets $A\subseteq X$ such that $x\in A$ and $x\preceq y$ imply $y\in A$).
Expand Down
18 changes: 18 additions & 0 deletions theorems/T000894.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
uid: T000894
if:
and:
- P000093: true
- P000147: true
then:
P000090: true
---

Let $x \in X$ and let $A=\bigcap\{U\text{ open in }X: x\in U\}$ be the neighborhood kernel of $x$.
We need to show that $A$ is open in $X$.

Take a countable open neighborhood $V$ of $x$.
For each $y\in V\setminus A$ there is an open neighborhood $U_y$ of $x$ not containing $y$.
Since $V$ is countable, the countable intersection
$V\cap\bigcap\{U_y: y\in V\setminus A\}$ is open by {P147}.
And that intersection is equal to $A$.
Loading