Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    CategoryTheory.Pseudofunctor (CategoryTheory.LocallyDiscrete Cᵒᵖ)
        (CategoryTheory.Bicategory.Adj CategoryTheory.Cat) →
      {ι : Type t} → {S : C} → {X : ι → C} → ((i : ι) → X i ⟶ S) → Type (max (max t u') v')

Given a pseudofunctor F : LocallyDiscrete Cᵒᵖ ⥤ᵖ Adj Cat and a family of morphisms f i : X i ⟶ S in C, this is the category of descent data for F relative to the morphisms f i where the objects are defined as coalgebras: the morphisms relating the various objects obj i over X i are of the form obj i₁ ⟶ (f i₁)^* (f i₂)_* (obj i₂). This category can be compared to the corresponding category DescentData when suitable pullbacks exist and certain base change morphisms are isomorphisms (TODO).

Defined in
Mathlib.CategoryTheory.Sites.Descent.DescentDataAsCoalgebra
Cited by
39 results in Mathlib
Foundations
Depth 42 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.obj · cited by 29DescentDataAsCoalgebra.objCategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.hom · cited by 22DescentDataAsCoalgebra.homCategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.Hom.hom · cited by 18Hom.homCategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.coalgebraEquivalence · cited by 13DescentDataAsCoalgebra.co…CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.Hom · cited by 8DescentDataAsCoalgebra.HomCategoryTheory.Pseudofunctor.toDescentDataAsCoalgebra · cited by 6Pseudofunctor.toDescentDa…CategoryTheory.Pseudofunctor.toDescentDataAsCoalgebraCompCoalgebraEquivalenceFunctorIso · cited by 3Pseudofunctor.toDescentDa…CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.isoMk · cited by 3DescentDataAsCoalgebra.is…CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.Hom.ext · cited by 2Hom.extCategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.Hom.mk.inj · cited by 1mk.injCategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.Hom.mk.noConfusion · cited by 1mk.noConfusionCategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.Hom.comm · cited by 1Hom.commCategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.mk.inj · cited by 1mk.injCategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.coassoc · cited by 1DescentDataAsCoalgebra.co…CategoryTheory.Pseudofunctor.DescentDataAsCoalgebra.comp_hom · cited by 1DescentDataAsCoalgebra.co…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomOpposite · cited by 8081OppositeCategoryTheory.Cat · cited by 884CategoryTheory.CatCategoryTheory.Pseudofunctor · cited by 571CategoryTheory.Pseudofunc…CategoryTheory.LocallyDiscrete · cited by 318CategoryTheory.LocallyDis…CategoryTheory.Bicategory.Adj · cited by 131Bicategory.AdjPseudofunctor.DescentDataAsCo…CITED BYCITES

Cites7

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

Cited by59

Results whose statement or proof uses this declaration.