-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
93 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
uid: P000085 | ||
name: Basically disconnected | ||
refs: | ||
- doi: 10.1007/978-1-4615-7819-2 | ||
name: Rings of Continuous Functions (Gillman & Jerison) | ||
--- | ||
|
||
The closure of every cozero set in $X$ is open (hence clopen). | ||
|
||
A *cozero set* is a set of the form $\{x\in X:f(x)>0\}$ for some continuous function $f:X\to\mathbb R$; | ||
equivalently, the complement of a zero set. | ||
|
||
Equivalently, any two disjoint open sets, at least one of which is a cozero set, have disjoint closures. | ||
|
||
Defined in problem 1H of {{doi:10.1007/978-1-4615-7819-2}}. | ||
|
||
No additional separation axiom is assumed here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
uid: T000693 | ||
if: | ||
P000049: true | ||
then: | ||
P000085: true | ||
refs: | ||
- doi: 10.1007/978-1-4612-6290-9 | ||
name: Counterexamples in Topology | ||
--- | ||
|
||
Evident, as every cozero set is an open set. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
uid: T000694 | ||
if: | ||
and: | ||
- P000085: true | ||
- P000015: true | ||
then: | ||
P000049: true | ||
--- | ||
|
||
Follows from the definitions since in a {P15} space open sets are cozero sets. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
uid: T000695 | ||
if: | ||
P000147: true | ||
then: | ||
P000085: true | ||
refs: | ||
- zb: "1059.54001" | ||
name: Encyclopedia of general topology (Hart et al) | ||
--- | ||
|
||
Every cozero set is open and an $F_\sigma$ set, which is closed in a {P147}. | ||
Hence every cozero set is clopen and its closure is open. | ||
|
||
See Figure 1 on page 346 of {{zb:1059.54001}}. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
uid: T000696 | ||
if: | ||
P000060: true | ||
then: | ||
P000085: true | ||
--- | ||
|
||
If $X$ is {P60}, the only cozero sets are $\emptyset$ and $X$, which are clopen. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
uid: T000697 | ||
if: | ||
and: | ||
- P000085: true | ||
- P000012: true | ||
then: | ||
P000050: true | ||
--- | ||
|
||
Suppose $X$ satisfies the hypotheses. | ||
Given an open neighborhood $U$ of a point $p$, there is a continuous map $f:X\to[0,1]$ such that $f(p)=0$ and $f(x)=1$ outside of $U$. | ||
The set $V=\{x\in X:f(x)<1/2\}$ is a cozero set with $p\in V\subseteq\overline V\subseteq U$. | ||
Its closure $\overline V$ is a clopen neighborhood of $p$ contained in $U$. |