Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.hom

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {F :
        CategoryTheory.Pseudofunctor (CategoryTheory.LocallyDiscrete Cᵒᵖ)
          (CategoryTheory.Bicategory.Adj CategoryTheory.Cat)} →
      {ι : Type t} →
        {S : C} →
          {X : ι → C} →
            {f : (i : ι) → X i ⟶ S} →
              (self : F.DescentDataAsCoalgebra f) →
                (i₁ i₂ : ι) →
                  self.obj i₁ ⟶
                    (F.map (f i₁).op.toLoc).l.toFunctor.obj ((F.map (f i₂).op.toLoc).r.toFunctor.obj (self.obj i₂))

The compatibility morphisms.

Defined in
Mathlib.CategoryTheory.Sites.Descent.DescentDataAsCoalgebra
Cited by
22 results in Mathlib
Foundations
Depth 44 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.DescentDataAsCoalgebra.coalgebraEquivalence · cited by 13DescentDataAsCoalgebra.co…CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.isoMk · cited by 3DescentDataAsCoalgebra.is…CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.Hom.ext · cited by 2Hom.extCategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.Hom.comm · cited by 1Hom.commCategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.coassoc · cited by 1DescentDataAsCoalgebra.co…CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.counit · cited by 1DescentDataAsCoalgebra.co…CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.Hom.mk.inj · cited by 1mk.injCategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.Hom.mk.noConfusion · cited by 1mk.noConfusionCategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.Hom.casesOn · cited by 0Hom.casesOnCategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.Hom.comm_assoc · cited by 0Hom.comm_assocCategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.Hom.noConfusion · cited by 0Hom.noConfusionCategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.Hom.noConfusionType · cited by 0Hom.noConfusionTypeCategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.Hom.recOn · cited by 0Hom.recOnCategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.isoMk.congr_simp · cited by 0isoMk.congr_simpCategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.coalgebraEquivalence_counitIso_hom_app_f · cited by 0DescentDataAsCoalgebra.co…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objOpposite · 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.toFunctorCategoryTheory.LocallyDiscrete · cited by 318CategoryTheory.LocallyDis…DescentDataAsCoalgebra.homCITED BYCITES

Cites22

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

Cited by29

Results whose statement or proof uses this declaration.