Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Presheaf.IsSheaf.amalgamate

{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) →
                    (x : (I : S.Arrow) → E ⟶ P.obj (Opposite.op I.Y)) →
                      (∀ ⦃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)) →
                        (E ⟶ P.obj (Opposite.op X))

This is a wrapper around Presieve.IsSheafFor.amalgamate to be used below. If P is a sheaf, S is a cover of X, and x is a collection of morphisms from E to P evaluated at terms in the cover which are compatible, then we can amalgamate the xs to obtain a single morphism E ⟶ P.obj (op X).

Defined in
Mathlib.CategoryTheory.Sites.Sheaf
Cited by
5 results in Mathlib
Foundations
Depth 38 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 · cited by 23IsDenseSubsite.mapPreimageCategoryTheory.Functor.OneHypercoverDenseData.essSurj.restriction · cited by 12essSurj.restrictionCategoryTheory.Presheaf.IsSheaf.amalgamate_map · cited by 6IsSheaf.amalgamate_mapCategoryTheory.Functor.OneHypercoverDenseData.essSurj.presheafObjObjIso.hom · cited by 4presheafObjObjIso.homCategoryTheory.Presheaf.isLimitOfIsSheaf · cited by 1Presheaf.isLimitOfIsSheafCategoryTheory.Sheaf.isIso_of_coversTop · cited by 1Sheaf.isIso_of_coversTopCategoryTheory.Presheaf.IsSheaf.amalgamate_map_assoc · cited by 1IsSheaf.amalgamate_map_as…CategoryTheory.Presheaf.IsSheaf.amalgamate.congr_simp · cited by 0amalgamate.congr_simpCategoryTheory.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.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.Relation.Z · cited by 32Relation.ZIsSheaf.amalgamateCITED BYCITES

Cites19

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.