Documentation

Atlas.AlgebraicGeometryI.code.SheafDef

def TopCat.Presheaf.SatisfiesGluing {C : Type u_1} [CategoryTheory.Category.{u_4, u_1} C] {FC : CCType u_2} {CC : CType u_3} [(X Y : C) → FunLike (FC X Y) (CC X) (CC Y)] [CategoryTheory.ConcreteCategory C FC] {X : TopCat} (F : Presheaf C X) :

Gluing axiom: every compatible family (sᵢ ∈ F(Uᵢ)) of local sections admits a section on the union ⋃ Uᵢ whose restrictions agree with sᵢ.

Instances For
    def TopCat.Presheaf.SatisfiesLocality {C : Type u_1} [CategoryTheory.Category.{u_4, u_1} C] {FC : CCType u_2} {CC : CType u_3} [(X Y : C) → FunLike (FC X Y) (CC X) (CC Y)] [CategoryTheory.ConcreteCategory C FC] {X : TopCat} (F : Presheaf C X) :

    Locality axiom: two sections of F over ⋃ Uᵢ that agree on every Uᵢ are equal.

    Instances For
      theorem TopCat.Presheaf.isSheafUniqueGluing_iff_gluing_and_locality {C : Type u_1} [CategoryTheory.Category.{u_4, u_1} C] {FC : CCType u_2} {CC : CType u_3} [(X Y : C) → FunLike (FC X Y) (CC X) (CC Y)] [CategoryTheory.ConcreteCategory C FC] {X : TopCat} (F : Presheaf C X) :

      The "unique gluing" sheaf condition is equivalent to the conjunction of the gluing and locality axioms.

      The standard IsSheaf condition (limit-based) is equivalent to gluing + locality in concrete categories with the appropriate limits.