The Čech Nerve #
This file provides a definition of the Čech nerve associated to an arrow, provided the base category has the correct wide pullbacks.
Several variants are provided, given f : Arrow C
:
f.cechNerve
is the Čech nerve, considered as a simplicial object inC
.f.augmentedCechNerve
is the augmented Čech nerve, considered as an augmented simplicial object inC
.SimplicialObject.cechNerve
andSimplicialObject.augmentedCechNerve
are functorial versions of 1 resp. 2.
We end the file with a description of the Čech nerve of an arrow X ⟶ ⊤_ C
to a terminal
object, when C
has finite products. We call this cechNerveTerminalFrom
. When C
is
G
-Set this gives us EG
(the universal cover of the classifying space of G
) as a simplicial
G
-set, which is useful for group cohomology.
The Čech nerve associated to an arrow.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The morphism between Čech nerves associated to a morphism of arrows.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The augmented Čech nerve associated to an arrow.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The morphism between augmented Čech nerve associated to a morphism of arrows.
Equations
- CategoryTheory.Arrow.mapAugmentedCechNerve F = { left := CategoryTheory.Arrow.mapCechNerve F, right := F.right, w := ⋯ }
Instances For
The Čech nerve construction, as a functor from Arrow C
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The augmented Čech nerve construction, as a functor from Arrow C
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A helper function used in defining the Čech adjunction.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A helper function used in defining the Čech adjunction.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A helper function used in defining the Čech adjunction.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The augmented Čech nerve construction is right adjoint to the toArrow
functor.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The Čech conerve associated to an arrow.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The morphism between Čech conerves associated to a morphism of arrows.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The augmented Čech conerve associated to an arrow.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The morphism between augmented Čech conerves associated to a morphism of arrows.
Equations
- CategoryTheory.Arrow.mapAugmentedCechConerve F = { left := F.left, right := CategoryTheory.Arrow.mapCechConerve F, w := ⋯ }
Instances For
The Čech conerve construction, as a functor from Arrow C
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The augmented Čech conerve construction, as a functor from Arrow C
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A helper function used in defining the Čech conerve adjunction.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A helper function used in defining the Čech conerve adjunction.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A helper function used in defining the Čech conerve adjunction.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The augmented Čech conerve construction is left adjoint to the toArrow
functor.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Given an object X : C
, the natural simplicial object sending [n]
to Xⁿ⁺¹
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The diagram Option ι ⥤ C
sending none
to the terminal object and some j
to X
.
Equations
- CategoryTheory.CechNerveTerminalFrom.wideCospan ι X = CategoryTheory.Limits.WidePullbackShape.wideCospan (⊤_ C) (fun (x : ι) => X) fun (x : ι) => CategoryTheory.Limits.terminal.from X
Instances For
Equations
- CategoryTheory.CechNerveTerminalFrom.uniqueToWideCospanNone ι X Y = id inferInstance
The product Xᶥ
is the vertex of a limit cone on wideCospan ι X
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
the isomorphism to the product induced by the limit cone wideCospan ι X
Equations
- One or more equations did not get rendered due to their size.
Instances For
Given an object X : C
, the Čech nerve of the hom to the terminal object X ⟶ ⊤_ C
is
naturally isomorphic to a simplicial object sending [n]
to Xⁿ⁺¹
(when C
is G-Set
, this is
EG
, the universal cover of the classifying space of G
.
Equations
- One or more equations did not get rendered due to their size.