Mathlib Map

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.

Defined in
Mathlib.CategoryTheory.Sites.Descent.DescentData
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.

CategoryTheory.Pseudofunctor.DescentData'.ofDescentData · cited by 5DescentData'.ofDescentDataCategoryTheory.Pseudofunctor.DescentData.isoMk · cited by 4DescentData.isoMkCategoryTheory.Pseudofunctor.DescentData.pullFunctorObjHom · cited by 4DescentData.pullFunctorOb…CategoryTheory.Pseudofunctor.DescentData.hom_comp · cited by 2DescentData.hom_compCategoryTheory.Pseudofunctor.DescentData.hom_self · cited by 2DescentData.hom_selfCategoryTheory.Pseudofunctor.DescentData.iso · cited by 2DescentData.isoCategoryTheory.Pseudofunctor.DescentData.Hom.comm · cited by 2Hom.commCategoryTheory.Pseudofunctor.DescentData.Hom.ext · cited by 2Hom.extCategoryTheory.Pseudofunctor.DescentData.Hom.mk.inj · cited by 1mk.injCategoryTheory.Pseudofunctor.DescentData.Hom.mk.noConfusion · cited by 1mk.noConfusionCategoryTheory.Pseudofunctor.DescentData.pullFunctorObjHom_eq · cited by 1DescentData.pullFunctorOb…CategoryTheory.Pseudofunctor.DescentData.pullHom_hom · cited by 1DescentData.pullHom_homCategoryTheory.Pseudofunctor.DescentData'.descentData_hom · cited by 0DescentData'.descentData_…CategoryTheory.Pseudofunctor.DescentData'.ofDescentData_hom · cited by 0DescentData'.ofDescentDat…CategoryTheory.Pseudofunctor.DescentData'.pullHom'_ofDescentData_hom · cited by 0DescentData'.pullHom'_ofD…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compOpposite · cited by 8081OppositeQuiver.Hom.op · cited by 1948Hom.opPrefunctor.obj · cited by 1241Prefunctor.objCategoryTheory.PrelaxFunctor.toPrelaxFunctorStruct · cited by 1154PrelaxFunctor.toPrelaxFun…CategoryTheory.PrelaxFunctorStruct.toPrefunctor · cited by 1142PrelaxFunctorStruct.toPre…Prefunctor.map · cited by 952Prefunctor.mapCategoryTheory.Cat · cited by 884CategoryTheory.CatCategoryTheory.Bundled.α · cited by 736Bundled.αCategoryTheory.Pseudofunctor.toPrelaxFunctor · cited by 640Pseudofunctor.toPrelaxFun…CategoryTheory.Pseudofunctor · cited by 571CategoryTheory.Pseudofunc…CategoryTheory.Cat.Hom.toFunctor · cited by 531Hom.toFunctorDescentData.homCITED BYCITES

Cites19

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by37

Results whose statement or proof uses this declaration.