Documentation

Mathlib.CategoryTheory.Sites.LeftExact

Left exactness of sheafification #

In this file we show that sheafification commutes with finite limits.

An auxiliary definition to be used in the proof of the fact that J.diagramFunctor D X preserves limits.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Auxiliary definition for liftToDiagramLimitObj.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      @[reducible, inline]
      abbrev CategoryTheory.GrothendieckTopology.liftToDiagramLimitObj {C : Type u} [Category.{v, u} C] {J : GrothendieckTopology C} {D : Type w} [Category.{max v u, w} D] [∀ (P : Functor Cᵒᵖ D) (X : C) (S : J.Cover X), Limits.HasMultiequalizer (S.index P)] {X : C} {K : Type (max v u)} [SmallCategory K] [Limits.HasLimitsOfShape K D] {W : (J.Cover X)ᵒᵖ} (F : Functor K (Functor Cᵒᵖ D)) (E : Limits.Cone (F.comp ((J.diagramFunctor D X).comp ((evaluation (J.Cover X)ᵒᵖ D).obj W)))) :
      E.pt (J.diagram (Limits.limit F) X).obj W

      An auxiliary definition to be used in the proof of the fact that J.diagramFunctor D X preserves limits.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        An auxiliary definition to be used in the proof that J.plusFunctor D commutes with finite limits.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For