Skip to content

Commit 072f827

Browse files
Property: Open connected components (#1669)
1 parent 834a9df commit 072f827

File tree

6 files changed

+69
-9
lines changed

6 files changed

+69
-9
lines changed

properties/P000233.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ This is equivalent to each of the following:
2020

2121
The equivalence between the various conditions can be shown by arguments similar to those used in the definition of {P42}, in particular {{mathse:3002235}}.
2222

23-
This property is used in the literature, but usually without a separate name. One exception is {{zb:0451.54017}}, where it is called "PCGS" (path connected generated space).
23+
This property is used in the literature, but usually without a separate name.
24+
One exception is {{zb:0451.54017}} (accessible [here](https://topology.nipissingu.ca/tp/reprints/v04/tp04204.pdf)),
25+
where it is called "PCGS" (path connectedly generated space).
2426

25-
Compare with {P42}.
27+
Compare with {P42} and {P234}.
2628

2729
----
2830
#### Meta-properties

properties/P000234.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
uid: P000234
3+
name: Has open connected components
4+
refs:
5+
- mathse: 3002235
6+
name: Answer to "Definition of locally pathwise connected"
7+
- zb: "0451.54017"
8+
name: Topologies determined by paths (S. Franklin, B. Smith-Thomas)
9+
---
10+
11+
Every connected component of $X$ is open.
12+
13+
This is equivalent to each of the following:
14+
15+
* Each point $x\in X$ has a connected neighborhood.
16+
17+
* Each point $x\in X$ has an open connected neighborhood.
18+
19+
* $X$ is a topological disjoint union of {P36} spaces.
20+
21+
The equivalence between the various conditions can be shown by arguments similar to those used in the definition of {P42}, in particular {{mathse:3002235}}.
22+
23+
This property is normally used without a separate name. But see {{zb:0451.54017}}
24+
(accessible [here](https://topology.nipissingu.ca/tp/reprints/v04/tp04204.pdf)),
25+
where it is called "CGS" (connectedly generated space).
26+
27+
Compare with {P41} and {P233}.
28+
29+
----
30+
#### Meta-properties
31+
32+
- $X$ satisfies this property iff its Kolmogorov quotient $\text{Kol}(X)$ does.
33+
- This property is hereditary with respect to clopen sets.
34+
- This property is preserved by finite products.
35+
- This property is preserved by arbitrary disjoint unions.

theorems/T000108.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@
22
uid: T000108
33
if:
44
and:
5+
- P000234: true
56
- P000047: true
6-
- P000041: true
77
then:
88
P000052: true
9-
refs:
10-
- zb: "0386.54001"
11-
name: Counterexamples in Topology
129
---
1310

14-
If every point has a connected neighborhood and the only connected sets are single points, then every point has a neighborhood consisting of the point itself.
15-
16-
Proven on page 32 of {{zb:0386.54001}}.
11+
By {P47} the connected components of $X$ are singletons,
12+
so by {P234} every singleton is open.

theorems/T000862.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
uid: T000862
3+
if:
4+
P000233: true
5+
then:
6+
P000234: true
7+
---
8+
9+
Immediate from the (equivalent) definitions using {T40}.

theorems/T000863.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
uid: T000863
3+
if:
4+
P000041: true
5+
then:
6+
P000234: true
7+
---
8+
9+
Immediate from the definitions.

theorems/T000864.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
uid: T000864
3+
if:
4+
P000036: true
5+
then:
6+
P000234: true
7+
---
8+
9+
Immediate from the definitions.

0 commit comments

Comments
 (0)