Descent data when we have pullbacks #
In this file, given a pseudofunctor F from LocallyDiscrete Cᵒᵖ to Cat,
a family of maps f i : X i ⟶ S in the category C, chosen pullbacks sq
and threefold wide pullbacks sq₃ for these morphisms, we define a
category F.DescentData' sq sq₃ of objects over the X i
equipped with a descent data relative to the morphisms f i : X i ⟶ S, where
the data and compatibilities are expressed using the chosen pullbacks.
TODO #
- show that this category is equivalent to
F.DescentData f.
Variant of Pseudofunctor.LocallyDiscreteOpToCat.pullHom when we have
chosen pullbacks.
Equations
- CategoryTheory.Pseudofunctor.DescentData'.pullHom' hom q f₁ f₂ hf₁ hf₂ = CategoryTheory.Pseudofunctor.LocallyDiscreteOpToCat.pullHom (hom i₁ i₂) (⋯.lift f₁ f₂ ⋯) f₁ f₂ ⋯ ⋯
Instances For
Given a pseudofunctor F from LocallyDiscrete Cᵒᵖ to Cat, a family of
morphisms f i : X i ⟶ S, chosen pullbacks sq i j of f i and f j for all i and j,
and chosen threefold wide pullbacks sq₃, this structure contains a description
of objects over the X i equipped with a descent data relative to the morphisms f i,
where the (iso)morphisms are compatibilities are considered over the chosen pullbacks.
- obj (i : ι) : ↑(F.obj { as := Opposite.op (X i) })
The objects over
X ifor alli - hom (i j : ι) : (F.map (sq i j).p₁.op.toLoc).toFunctor.obj (self.obj i) ⟶ (F.map (sq i j).p₂.op.toLoc).toFunctor.obj (self.obj j)
The compatibility morphisms after pulling back to the chosen pullbacks. It follows from the conditions
pullHom'_hom_selfandpullHom'_hom_compthat these morphisms are isomorphisms. - pullHom'_hom_self (i : ι) : pullHom' self.hom (f i) (CategoryStruct.id (X i)) (CategoryStruct.id (X i)) ⋯ ⋯ = CategoryStruct.id ((F.map (CategoryStruct.id (X i)).op.toLoc).toFunctor.obj (self.obj i))
Instances For
The type of morphisms in the category F.DescentData' sq sq₃.
The morphisms between the
objfields of descent data.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Constructor for isomorphisms in the category F.DescentData' sq sq₃.
Equations
- One or more equations did not get rendered due to their size.