Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Presheaf.IsSheaf.amalgamate_map

∀ {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}
  (hP : CategoryTheory.Presheaf.IsSheaf J P) (S : J.Cover X) (x : (I : S.Arrow) → E ⟶ P.obj (Opposite.op I.Y))
  (hx :
    ∀ ⦃I₁ I₂ : S.Arrow⦄ (r : I₁.Relation I₂),
      CategoryTheory.CategoryStruct.comp (x I₁) (P.map r.g₁.op) =
        CategoryTheory.CategoryStruct.comp (x I₂) (P.map r.g₂.op))
  (I : S.Arrow), CategoryTheory.CategoryStruct.comp (hP.amalgamate S x hx) (P.map I.f.op) = x I
Defined in
Mathlib.CategoryTheory.Sites.Sheaf
Cited by
6 results in Mathlib
Foundations
Depth 39 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_map_of_fac · cited by 4IsDenseSubsite.mapPreimag…CategoryTheory.Functor.OneHypercoverDenseData.essSurj.restriction_map · cited by 3essSurj.restriction_mapCategoryTheory.Functor.OneHypercoverDenseData.essSurj.presheafObjObjIso.hom_map · cited by 2presheafObjObjIso.hom_mapCategoryTheory.Sheaf.isIso_of_coversTop · cited by 1Sheaf.isIso_of_coversTopCategoryTheory.Presheaf.IsSheaf.amalgamate_map_assoc · cited by 1IsSheaf.amalgamate_map_as…CategoryTheory.Functor.IsDenseSubsite.isIso_ranCounit_app_of_isDenseSubsite · cited by 0IsDenseSubsite.isIso_ranC…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.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.fCategoryTheory.GrothendieckTopology.Cover.Arrow.Relation.Z · cited by 32Relation.ZIsSheaf.amalgamate_mapCITED BYCITES

Cites22

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.