Skip to content

Commit a795d50

Browse files
authored
Cellpaper2 (#1287)
* placeholder * whitespae * form
1 parent 21ac7fc commit a795d50

File tree

1 file changed

+60
-1
lines changed

1 file changed

+60
-1
lines changed

Cubical/Papers/CellularMethods.agda

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,64 @@ Cellular Methods in Homotopy Type Theory
1010
-}
1111

1212
module Cubical.Papers.CellularMethods where
13+
open import Cubical.Foundations.Prelude
14+
open import Cubical.Data.Nat
1315

14-
-- For now, this is a placeholder
16+
{- Cubical.CW.Base contains the definition of
17+
- CW structures (CWskel)
18+
- Finite CW structures (finCWskel)
19+
- The colimit of a CW structure (realise)
20+
- The category of CW complexes (CW , _→ᶜʷ_)
21+
- The category of finite CW complexes (finCW , _→ᶜʷ_) -}
22+
open import Cubical.CW.Base
23+
24+
{- Cubical.CW.Properties contains the proof of
25+
- Lemma 12 from the paper (isConnected-CW↪)
26+
- Lemma 13 from the paper (isConnected-CW↪∞) -}
27+
open import Cubical.CW.Properties
28+
29+
{- Cubical.HITs.SphereBouquet.Base contains the definition of sphere bouquets -}
30+
open import Cubical.HITs.SphereBouquet.Base
31+
32+
{- Cubical.HITs.SphereBouquet.Degree contains the definition/proof of
33+
- The degree of a sphere bouquet (bouquetDegree)
34+
- Proposition 29 from the paper (bouquetDegreeSusp, bouquetDegreeComp) -}
35+
open import Cubical.HITs.SphereBouquet.Degree
36+
37+
{- Cubical.CW.ChainComplex contains the definition of
38+
- The augmented chain complex associated to a CW structure (CW-AugChainComplex)
39+
- The reduced cellular homology groups of a CW structure (H̃ˢᵏᵉˡ) -}
40+
open import Cubical.CW.ChainComplex
41+
42+
{- Cubical.CW.Map contains the definition/proof of
43+
- Cellular maps (cellMap)
44+
- Finite cellular maps (finCellMap)
45+
- The colimit of a cellular map (realiseCellMap)
46+
- The identity and composition of cellular maps (idCellMap, composeCellMap)
47+
- The functor from finite CW complexes to finite chains (finCellMap→finChainComplexMap)
48+
- The functoriality of cellular homology (finCellMap→HomologyMap) -}
49+
open import Cubical.CW.Map
50+
51+
{- Cubical.CW.Homotopy contains the definition/proof of
52+
- Cellular homotopies (cellHom)
53+
- Finite cellular homotopies (finCellHom)
54+
- Finite cellular homotopies induce finite chain homotopies (cellHom-to-ChainHomotopy) -}
55+
open import Cubical.CW.Homotopy
56+
57+
{- Cubical.CW.Approximation contains the proof of
58+
- The first cellular approximation theorem (CWmap→finCellMap)
59+
- The second cellular approximation theorem (pathToCellularHomotopy) -}
60+
open import Cubical.CW.Approximation
61+
62+
{- Cubical.CW.Homology contains the definition/proof of
63+
- The functoriality of cellular homology for CW structures (H̃ˢᵏᵉˡ→-pre)
64+
- The definition of cellular homology groups for CW complexes (H̃ᶜʷ)
65+
- The functoriality of cellular homology for CW complexes (H̃ᶜʷ→ , H̃ᶜʷ→id , H̃ᶜʷ→comp) -}
66+
67+
open import Cubical.CW.Homology.Base
68+
69+
{- Cubical.CW.Connected contains the proof of the Hurewicz approximation theorem (makeConnectedCW) -}
70+
open import Cubical.CW.Connected
71+
72+
{- Cubical.CW.HurewiczTheorem contains the proof of the Hurewicz theorem (HurewiczTheorem) -}
73+
open import Cubical.CW.HurewiczTheorem

0 commit comments

Comments
 (0)