Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
2f661df
cellular
felixpernegger Apr 25, 2026
697f6e6
fix uid
felixpernegger Apr 25, 2026
ff5634e
fix uid once more
felixpernegger Apr 25, 2026
406026f
paracompact
felixpernegger Apr 25, 2026
38d4baf
fix uid
felixpernegger Apr 25, 2026
1ec2ddf
compactly generated
felixpernegger Apr 26, 2026
8876bcb
add def of cw complex
felixpernegger Apr 26, 2026
43a44c3
add disclaimer
felixpernegger Apr 26, 2026
013675d
update to t6
felixpernegger Apr 26, 2026
3901013
add 1 more terms
felixpernegger Apr 26, 2026
cf456fa
add union
felixpernegger Apr 26, 2026
11ac1e1
delete aliases (why not)
felixpernegger Apr 26, 2026
a33629c
typo
felixpernegger Apr 26, 2026
9dab469
change disclaimer
felixpernegger Apr 26, 2026
209fbaf
add def attaching cells
felixpernegger Apr 26, 2026
5636d3f
Update properties/P000007.md
felixpernegger Apr 27, 2026
35c1e0f
inline S^n
felixpernegger Apr 27, 2026
f2206e4
fix ref
felixpernegger Apr 27, 2026
e420daf
Update properties/P000240.md
felixpernegger Apr 27, 2026
1387c6c
remove "modern"
felixpernegger Apr 27, 2026
77fa8d3
Update properties/P000240.md
felixpernegger Apr 27, 2026
8c698f7
Update properties/P000240.md
felixpernegger Apr 28, 2026
abc3616
Update properties/P000240.md
felixpernegger Apr 28, 2026
29943dd
Apply suggestions from code review
felixpernegger Apr 29, 2026
338731d
Update theorems/T000883.md
felixpernegger Apr 29, 2026
0ae65a2
Update properties/P000240.md
felixpernegger Apr 29, 2026
d1c4d27
P240: fix EOF settings
prabau Apr 29, 2026
8d6a86f
P240: more references
prabau Apr 29, 2026
645e351
move wiki to bottom
felixpernegger Apr 30, 2026
b0aedb7
Update properties/P000240.md
felixpernegger May 1, 2026
ccc0000
Remove scare quotes. Change indexing to $n$-cells instead of $(n+1)$-…
GeoffreySangston May 1, 2026
16b055d
Apply suggestion from @felixpernegger
felixpernegger May 1, 2026
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
39 changes: 39 additions & 0 deletions properties/P000240.md
Comment thread
felixpernegger marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
uid: P000240
name: CW complex
refs:
- zb: "1044.55001"
name: Algebraic Topology (Hatcher)
- zb: "0207.21704"
name: The Topology of CW Complexes (Lundell & Weingram)
- wikipedia: CW_complex
name: CW complex on Wikipedia
---

$X$ has a chain of subspaces $\empty = X_{-1}\subseteq X_0\subseteq X_1 \subseteq \dots$, such that:

- $X_n$ is obtained from $X_{n-1}$ by attaching $n$-cells.
- $X = \bigcup_{n\geq 0} X_n$ and a subspace $U \subseteq X$ is open iff $U \cap X_n$ open in $X_n$ for all $n \geq -1$.

Here *attaching $n$-cells* means that there is a discrete space $J$, and for every $j \in J$ a continuous map $f_j:\partial D^n \to X_{n-1}$, such that $X_n$ is homeomorphic to the quotient $(X_{n-1} \sqcup (J \times D^n)) /{\sim}$,
where $\sim$ is the equivalence relation generated by $(j,x) \sim f_j(x)$ for all $(j,x)\in J \times \partial D^n$.
The set $J$ is allowed to be empty, in which case $X_n=X_{n-1}$.
The $0$-skeleton $X_0$ has the discrete topology; if it is empty, $X$ itself is empty.

Here $D^n$ is the closed unit disk in $\mathbb R^n$ and $\partial D^n=S^{n-1}$ is the unit sphere in $\mathbb R^n$. We set $\partial D^0=S^{-1}=\emptyset$ by convention.

*Note*: A *CW-structure* on a topological space $X$ is a filtration $X_{-1}\subseteq X_0\subseteq X_1 \subseteq\dots$ satisfying the conditions above.
Strictly speaking, a *CW complex* is a space $X$ together with a compatible CW-structure.
For simplicity and by a slight abuse of language, we call the space itself a CW complex if it admits a CW structure.

Defined on page 5 of {{zb:1044.55001}}, also given in Theorem II.2.4 of {{zb:0207.21704}}.
See also <https://ncatlab.org/nlab/show/CW+complex>.

----
An equivalent definition can be given in terms of a decomposition of $X$ into cells and conditions on their associated characteristic maps.
For details and the meaning of this terminology, see Proposition A.2 on page 521 of {{zb:1044.55001}} or Definition II.1.1 in {{zb:0207.21704}}.

----
#### Meta-properties

- This property is preserved by arbitrary disjoint unions.
12 changes: 12 additions & 0 deletions theorems/T000883.md
Comment thread
felixpernegger marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
uid: T000883
if:
P000240: true
then:
P000067: true
refs:
- zb: "0207.21704"
name: The Topology of CW Complexes (Lundell, Weingram)
---

See Proposition II.4.3 in {{zb:0207.21704}}, where "perfectly normal" is defined as {P67}.
12 changes: 12 additions & 0 deletions theorems/T000884.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
uid: T000884
if:
P000240: true
then:
P000223: true
refs:
- zb: "1044.55001"
name: Algebraic Topology (Hatcher)
---

See Proposition A.4 in {{zb:1044.55001}}.
12 changes: 12 additions & 0 deletions theorems/T000885.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
uid: T000885
if:
P000240: true
then:
P000030: true
refs:
- zb: "0837.55001"
name: Cellular structures in topology (Fritsch,Piccinini)
---

See Theorem 1.3.5 in {{zb:0837.55001}}.
9 changes: 9 additions & 0 deletions theorems/T000886.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
uid: T000886
if:
P000240: true
then:
P000141: true
---

See Proposition 3.3 in <https://ncatlab.org/nlab/show/CW+complex>.
Comment thread
felixpernegger marked this conversation as resolved.
Loading