Documentation

Mathlib.CategoryTheory.Sites.Coherent.RegularSheaves

Sheaves for the regular topology #

This file characterises sheaves for the regular topology.

Main results #

A presieve is regular if it consists of a single effective epimorphism.

Instances
    def CategoryTheory.regularCoverage.MapToEqualizer {C : Type u_1} [CategoryTheory.Category.{u_3, u_1} C] (P : CategoryTheory.Functor Cᵒᵖ (Type u_2)) {W : C} {X : C} {B : C} (f : X B) (g₁ : W X) (g₂ : W X) (w : CategoryTheory.CategoryStruct.comp g₁ f = CategoryTheory.CategoryStruct.comp g₂ f) :
    P.obj (Opposite.op B){x : P.obj (Opposite.op X) | P.map g₁.op x = P.map g₂.op x}

    The map to the explicit equalizer used in the sheaf condition.

    Equations
    Instances For

      The sheaf condition with respect to regular presieves, given the existence of the relavant pullback.

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