Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Pseudofunctor.toDescentDataAsCoalgebra

{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) →
              CategoryTheory.Functor (↑(F.obj { as := Opposite.op S }).obj) (F.DescentDataAsCoalgebra f)

The functor (F.obj (.mk (op S))).obj ⥤ F.DescentDataAsCoalgebra f when f i : X i ⟶ S is a family of morphisms.

Defined in
Mathlib.CategoryTheory.Sites.Descent.DescentDataAsCoalgebra
Cited by
6 results in Mathlib
Foundations
Depth 51 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.toDescentDataAsCoalgebraCompCoalgebraEquivalenceFunctorIso · cited by 3Pseudofunctor.toDescentDa…CategoryTheory.Pseudofunctor.toDescentDataAsCoalgebraCompCoalgebraEquivalenceFunctorIso_hom_app_f · cited by 0Pseudofunctor.toDescentDa…CategoryTheory.Pseudofunctor.toDescentDataAsCoalgebraCompCoalgebraEquivalenceFunctorIso_inv_app_f · cited by 0Pseudofunctor.toDescentDa…CategoryTheory.Pseudofunctor.toDescentDataAsCoalgebra_map_hom · cited by 0Pseudofunctor.toDescentDa…CategoryTheory.Pseudofunctor.toDescentDataAsCoalgebra_obj_hom · cited by 0Pseudofunctor.toDescentDa…CategoryTheory.Pseudofunctor.toDescentDataAsCoalgebra_obj_obj · cited by 0Pseudofunctor.toDescentDa…CategoryTheory.Pseudofunctor.isEquivalence_toDescentDataAsCoalgebra_iff_isEquivalence_comonadComparison · cited by 0Pseudofunctor.isEquivalen…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapOpposite · cited by 8081OppositeCategoryTheory.NatTrans.app · cited by 7406NatTrans.appQuiver.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…Pseudofunctor.toDescentDataAs…CITED BYCITES

Cites26

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

Cited by7

Results whose statement or proof uses this declaration.