-
Notifications
You must be signed in to change notification settings - Fork 56
CW complex initial PR #1758
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
CW complex initial PR #1758
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
2f661df
cellular
felixpernegger 697f6e6
fix uid
felixpernegger ff5634e
fix uid once more
felixpernegger 406026f
paracompact
felixpernegger 38d4baf
fix uid
felixpernegger 1ec2ddf
compactly generated
felixpernegger 8876bcb
add def of cw complex
felixpernegger 43a44c3
add disclaimer
felixpernegger 013675d
update to t6
felixpernegger 3901013
add 1 more terms
felixpernegger cf456fa
add union
felixpernegger 11ac1e1
delete aliases (why not)
felixpernegger a33629c
typo
felixpernegger 9dab469
change disclaimer
felixpernegger 209fbaf
add def attaching cells
felixpernegger 5636d3f
Update properties/P000007.md
felixpernegger 35c1e0f
inline S^n
felixpernegger f2206e4
fix ref
felixpernegger e420daf
Update properties/P000240.md
felixpernegger 1387c6c
remove "modern"
felixpernegger 77fa8d3
Update properties/P000240.md
felixpernegger 8c698f7
Update properties/P000240.md
felixpernegger abc3616
Update properties/P000240.md
felixpernegger 29943dd
Apply suggestions from code review
felixpernegger 338731d
Update theorems/T000883.md
felixpernegger 0ae65a2
Update properties/P000240.md
felixpernegger d1c4d27
P240: fix EOF settings
prabau 8d6a86f
P240: more references
prabau 645e351
move wiki to bottom
felixpernegger b0aedb7
Update properties/P000240.md
felixpernegger ccc0000
Remove scare quotes. Change indexing to $n$-cells instead of $(n+1)$-…
GeoffreySangston 16b055d
Apply suggestion from @felixpernegger
felixpernegger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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,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. |
|
felixpernegger marked this conversation as resolved.
|
This file contains hidden or 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: 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}. |
This file contains hidden or 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: T000884 | ||
| if: | ||
| P000240: true | ||
| then: | ||
| P000223: true | ||
| refs: | ||
| - zb: "1044.55001" | ||
| name: Algebraic Topology (Hatcher) | ||
| --- | ||
|
|
||
| See Proposition A.4 in {{zb:1044.55001}}. |
This file contains hidden or 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: 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}}. |
This file contains hidden or 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: T000886 | ||
| if: | ||
| P000240: true | ||
| then: | ||
| P000141: true | ||
| --- | ||
|
|
||
| See Proposition 3.3 in <https://ncatlab.org/nlab/show/CW+complex>. | ||
|
felixpernegger marked this conversation as resolved.
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.