Mathlib Map

Theorems · Definition · category theory

CategoryTheory.GrothendieckTopology.isoToPlus

{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) →
              [inst_3 : ∀ (X : C), CategoryTheory.Limits.HasColimitsOfShape (J.Cover X)ᵒᵖ D] →
                CategoryTheory.Presheaf.IsSheaf J P → (P ≅ J.plusObj P)

The natural isomorphism between P and P⁺ when P is a sheaf.

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

Around this declaration

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

CategoryTheory.GrothendieckTopology.plusLift · cited by 10GrothendieckTopology.plus…CategoryTheory.GrothendieckTopology.plusLift_unique · cited by 5GrothendieckTopology.plus…CategoryTheory.GrothendieckTopology.toPlus_plusLift · cited by 3GrothendieckTopology.toPl…CategoryTheory.GrothendieckTopology.isoToPlus_hom · cited by 0GrothendieckTopology.isoT…CategoryTheory.GrothendieckTopology.isoToPlus_inv · cited by 0GrothendieckTopology.isoT…CategoryTheory.GrothendieckTopology.isoToPlus.congr_simp · cited by 0isoToPlus.congr_simpCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…CategoryTheory.Presheaf.IsSheaf · cited by 991Presheaf.IsSheafCategoryTheory.Limits.HasColimitsOfShape · cited by 308Limits.HasColimitsOfShapeCategoryTheory.GrothendieckTopology.Cover · cited by 211GrothendieckTopology.CoverCategoryTheory.asIso · cited by 177CategoryTheory.asIsoCategoryTheory.GrothendieckTopology.Cover.shape · cited by 147Cover.shapeCategoryTheory.GrothendieckTopology.Cover.index · cited by 142Cover.indexCategoryTheory.Limits.HasMultiequalizer · cited by 88Limits.HasMultiequalizerCategoryTheory.GrothendieckTopology.plusObj · cited by 56GrothendieckTopology.plus…CategoryTheory.GrothendieckTopology.toPlus · cited by 28GrothendieckTopology.toPl…GrothendieckTopology.isoToPlusCITED BYCITES

Cites14

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.