Theorems · Definition · category theory
CategoryTheory.Pseudofunctor.DescentData.hom
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{F : CategoryTheory.Pseudofunctor (CategoryTheory.LocallyDiscrete Cᵒᵖ) CategoryTheory.Cat} →
{ι : Type t} →
{S : C} →
{X : ι → C} →
{f : (i : ι) → X i ⟶ S} →
(self : F.DescentData f) →
⦃Y : C⦄ →
(q : Y ⟶ S) →
⦃i₁ i₂ : ι⦄ →
(f₁ : Y ⟶ X i₁) →
(f₂ : Y ⟶ X i₂) →
autoParam (CategoryTheory.CategoryStruct.comp f₁ (f i₁) = q)
CategoryTheory.Pseudofunctor.DescentData._auto_1 →
autoParam (CategoryTheory.CategoryStruct.comp f₂ (f i₂) = q)
CategoryTheory.Pseudofunctor.DescentData._auto_3 →
((F.map f₁.op.toLoc).toFunctor.obj (self.obj i₁) ⟶
(F.map f₂.op.toLoc).toFunctor.obj (self.obj i₂))The compatibility morphisms after pullbacks. It follows from the conditions
hom_self and hom_comp that these are isomorphisms, see
CategoryTheory.Pseudofunctor.DescentData.iso below.
- Cited by
- 28 results in Mathlib
- Foundations
- Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- Oppositestatement and proof · cited by 8,081
- Quiver.Hom.opstatement · cited by 1,948
- Prefunctor.objstatement · cited by 1,241
- CategoryTheory.PrelaxFunctor.toPrelaxFunctorStructstatement · cited by 1,154
- CategoryTheory.PrelaxFunctorStruct.toPrefunctorstatement · cited by 1,142
- Prefunctor.mapstatement · cited by 952
- CategoryTheory.Catstatement and proof · cited by 884
- CategoryTheory.Bundled.αstatement · cited by 736
Cited by37
Results whose statement or proof uses this declaration.
- CategoryTheory.Pseudofunctor.DescentData'.ofDescentDataproof · cited by 5
- CategoryTheory.Pseudofunctor.DescentData.isoMkstatement and proof · cited by 4
- CategoryTheory.Pseudofunctor.DescentData.pullFunctorObjHomproof · cited by 4
- CategoryTheory.Pseudofunctor.DescentData.hom_compstatement · cited by 2
- CategoryTheory.Pseudofunctor.DescentData.hom_selfstatement · cited by 2
- CategoryTheory.Pseudofunctor.DescentData.isoproof · cited by 2
- CategoryTheory.Pseudofunctor.DescentData.Hom.commstatement · cited by 2
- CategoryTheory.Pseudofunctor.DescentData.Hom.extproof · cited by 2
- CategoryTheory.Pseudofunctor.DescentData.Hom.mk.injstatement and proof · cited by 1
- CategoryTheory.Pseudofunctor.DescentData.Hom.mk.noConfusionstatement and proof · cited by 1
- CategoryTheory.Pseudofunctor.DescentData.pullFunctorObjHom_eqstatement and proof · cited by 1
- CategoryTheory.Pseudofunctor.DescentData.pullHom_homstatement · cited by 1