Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Presheaf.IsSheaf.hom_ext

∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {J : CategoryTheory.GrothendieckTopology C} {A : Type u₂}
  [inst_1 : CategoryTheory.Category.{v₂, u₂} A] {E : A} {X : C} {P : CategoryTheory.Functor Cᵒᵖ A},
  CategoryTheory.Presheaf.IsSheaf J P →
    ∀ (S : J.Cover X) (e₁ e₂ : E ⟶ P.obj (Opposite.op X)),
      (∀ (I : S.Arrow),
          CategoryTheory.CategoryStruct.comp e₁ (P.map I.f.op) = CategoryTheory.CategoryStruct.comp e₂ (P.map I.f.op)) →
        e₁ = e₂
Defined in
Mathlib.CategoryTheory.Sites.Sheaf
Cited by
14 results in Mathlib
Foundations
Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Functor.IsDenseSubsite.mapPreimage_comp · cited by 4IsDenseSubsite.mapPreimag…CategoryTheory.Functor.IsDenseSubsite.mapPreimage_map_of_fac · cited by 4IsDenseSubsite.mapPreimag…CategoryTheory.Functor.OneHypercoverDenseData.essSurj.presheafObj_mapPreimage_condition · cited by 3essSurj.presheafObj_mapPr…CategoryTheory.Functor.OneHypercoverDenseData.essSurj.presheafMap_restriction · cited by 2essSurj.presheafMap_restr…CategoryTheory.Functor.OneHypercoverDenseData.essSurj.presheafObjObjIso.inv_restriction · cited by 2presheafObjObjIso.inv_res…CategoryTheory.Sheaf.isIso_of_coversTop · cited by 1Sheaf.isIso_of_coversTopCategoryTheory.Functor.OneHypercoverDenseData.essSurj.presheafObjObjIso.hom_mapPreimage · cited by 1presheafObjObjIso.hom_map…CategoryTheory.Functor.IsDenseSubsite.map_eq_of_eq · cited by 1IsDenseSubsite.map_eq_of_…CategoryTheory.Functor.OneHypercoverDenseData.essSurj.restriction.res_eq_res · cited by 0restriction.res_eq_resCategoryTheory.Presheaf.IsSheaf.hom_ext_ofArrows · cited by 0IsSheaf.hom_ext_ofArrowsCategoryTheory.Functor.IsDenseSubsite.isIso_ranCounit_app_of_isDenseSubsite · cited by 0IsDenseSubsite.isIso_ranC…CategoryTheory.RanIsSheafOfIsCocontinuous.hom_ext · cited by 0RanIsSheafOfIsCocontinuou…CategoryTheory.GrothendieckTopology.CoversTop.ext · cited by 0CoversTop.extCategoryTheory.RanIsSheafOfIsCocontinuous.liftAux_map' · cited by 0RanIsSheafOfIsCocontinuou…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapOpposite · cited by 8081OppositeQuiver.Hom.op · cited by 1948Hom.opCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…CategoryTheory.Presheaf.IsSheaf · cited by 991Presheaf.IsSheafCategoryTheory.Sieve.arrows · cited by 446Sieve.arrowsCategoryTheory.GrothendieckTopology.Cover · cited by 211GrothendieckTopology.CoverCategoryTheory.GrothendieckTopology.Cover.Arrow · cited by 99Cover.ArrowCategoryTheory.GrothendieckTopology.Cover.Arrow.Y · cited by 78Arrow.YCategoryTheory.GrothendieckTopology.Cover.Arrow.f · cited by 45Arrow.fIsSheaf.hom_extCITED BYCITES

Cites18

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

Cited by14

Results whose statement or proof uses this declaration.