Mathlib Map

Theorems · Definition · category theory

CategoryTheory.GrothendieckTopology.diagramCompIso

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    (J : CategoryTheory.GrothendieckTopology C) →
      {D : Type u_1} →
        [inst_1 : CategoryTheory.Category.{v_1, u_1} D] →
          {E : Type u_2} →
            [inst_2 : CategoryTheory.Category.{v_2, u_2} E] →
              (F : CategoryTheory.Functor D E) →
                [inst_3 :
                    ∀ (J : CategoryTheory.Limits.MulticospanShape),
                      CategoryTheory.Limits.HasLimitsOfShape (CategoryTheory.Limits.WalkingMulticospan J) D] →
                  [inst_4 :
                      ∀ (J : CategoryTheory.Limits.MulticospanShape),
                        CategoryTheory.Limits.HasLimitsOfShape (CategoryTheory.Limits.WalkingMulticospan J) E] →
                    [∀ (X : C) (W : J.Cover X) (P : CategoryTheory.Functor Cᵒᵖ D),
                          CategoryTheory.Limits.PreservesLimit (W.index P).multicospan F] →
                      (P : CategoryTheory.Functor Cᵒᵖ D) → (X : C) → (J.diagram P X).comp F ≅ J.diagram (P.comp F) X

The diagram used to define P⁺, composed with F, is isomorphic to the diagram used to define P ⋙ F.

Defined in
Mathlib.CategoryTheory.Sites.CompatiblePlus
Cited by
8 results in Mathlib
Foundations
Depth 43 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasLimitsOfShapeCategoryTheory.Limits.HasLimitsOfShapeCategoryTheory.Limits.PreservesLimit

Around this declaration

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

CategoryTheory.GrothendieckTopology.plusCompIso · cited by 20GrothendieckTopology.plus…CategoryTheory.GrothendieckTopology.ι_plusCompIso_hom · cited by 4GrothendieckTopology.ι_pl…CategoryTheory.GrothendieckTopology.diagramCompIso_hom_ι · cited by 4GrothendieckTopology.diag…CategoryTheory.GrothendieckTopology.whiskerRight_toPlus_comp_plusCompIso_hom · cited by 3GrothendieckTopology.whis…CategoryTheory.GrothendieckTopology.diagramCompIso_hom_ι_assoc · cited by 2GrothendieckTopology.diag…CategoryTheory.GrothendieckTopology.plusCompIso_whiskerRight · cited by 2GrothendieckTopology.plus…CategoryTheory.GrothendieckTopology.ι_plusCompIso_hom_assoc · cited by 2GrothendieckTopology.ι_pl…CategoryTheory.GrothendieckTopology.plusCompIso_whiskerLeft · cited by 1GrothendieckTopology.plus…CategoryTheory.GrothendieckTopology.diagramCompIso.congr_simp · cited by 0diagramCompIso.congr_simpCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoOpposite.unop · cited by 2231Opposite.unopCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…CategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Limits.PreservesLimit · cited by 293Limits.PreservesLimitCategoryTheory.Limits.HasLimitsOfShape · cited by 223Limits.HasLimitsOfShapeCategoryTheory.GrothendieckTopology.Cover · cited by 211GrothendieckTopology.CoverCategoryTheory.Limits.WalkingMulticospan · cited by 199Limits.WalkingMulticospanCategoryTheory.NatIso.ofComponents · cited by 178NatIso.ofComponentsCategoryTheory.Limits.MulticospanIndex.multicospan · cited by 167MulticospanIndex.multicos…GrothendieckTopology.diagramC…CITED BYCITES

Cites24

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

Cited by9

Results whose statement or proof uses this declaration.