Mathlib Map

Theorems · Definition · category theory

CategoryTheory.GrothendieckTopology.diagramPullback

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    (J : CategoryTheory.GrothendieckTopology C) →
      {D : Type w} →
        [inst_1 : CategoryTheory.Category.{w', w} D] →
          [inst_2 :
              ∀ (P : CategoryTheory.Functor Cᵒᵖ D) (X : C) (S : J.Cover X),
                CategoryTheory.Limits.HasMultiequalizer (S.index P)] →
            (P : CategoryTheory.Functor Cᵒᵖ D) →
              {X Y : C} → (f : X ⟶ Y) → J.diagram P Y ⟶ (J.pullback f).op.comp (J.diagram P X)

A helper definition used to define the morphisms for plus.

Defined in
Mathlib.CategoryTheory.Sites.Plus
Cited by
5 results in Mathlib
Foundations
Depth 45 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasMultiequalizer

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.GrothendieckTopology.plusObj · cited by 56GrothendieckTopology.plus…CategoryTheory.GrothendieckTopology.plusMap_toPlus · cited by 5GrothendieckTopology.plus…CategoryTheory.GrothendieckTopology.Plus.res_mk_eq_mk_pullback · cited by 2Plus.res_mk_eq_mk_pullbackCategoryTheory.GrothendieckTopology.plusMap_id · cited by 1GrothendieckTopology.plus…CategoryTheory.GrothendieckTopology.Plus.toPlus_apply · cited by 1Plus.toPlus_applyCategoryTheory.GrothendieckTopology.diagramPullback_app · cited by 1GrothendieckTopology.diag…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeCategoryTheory.Functor.comp · cited by 6529Functor.compOpposite.unop · cited by 2231Opposite.unopCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…CategoryTheory.Functor.op · cited by 997Functor.opCategoryTheory.GrothendieckTopology.Cover · cited by 211GrothendieckTopology.CoverCategoryTheory.GrothendieckTopology.Cover.shape · cited by 147Cover.shapeCategoryTheory.GrothendieckTopology.Cover.index · cited by 142Cover.indexCategoryTheory.Limits.MulticospanShape.L · cited by 135MulticospanShape.LCategoryTheory.Limits.HasMultiequalizer · cited by 88Limits.HasMultiequalizerCategoryTheory.Limits.Multiequalizer.ι · cited by 37Multiequalizer.ιGrothendieckTopology.diagramP…CITED BYCITES

Cites19

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

Cited by6

Results whose statement or proof uses this declaration.