Documentation

Mathlib.CategoryTheory.Sites.Coherent.SheafComparison

Categories of coherent sheaves #

Given a fully faithful functor F : C ⥤ D into a precoherent category, which preserves and reflects finite effective epi families, and satisfies the property F.EffectivelyEnough (meaning that to every object in C there is an effective epi from an object in the image of F), the categories of coherent sheaves on C and D are equivalent (see CategoryTheory.coherentTopology.equivalence).

The main application of this equivalence is the characterisation of condensed sets as coherent sheaves on either CompHaus, Profinite or Stonean. See the file Condensed/Equivalence.lean

We give the corresponding result for the regular topology as well (see CategoryTheory.regularTopology.equivalence).

The equivalence from coherent sheaves on C to coherent sheaves on D, given a fully faithful functor F : C ⥤ D to a precoherent category, which preserves and reflects effective epimorphic families, and satisfies F.EffectivelyEnough.

Equations
Instances For

    The equivalence from coherent sheaves on C to coherent sheaves on D, given a fully faithful functor F : C ⥤ D to an extensive preregular category, which preserves and reflects effective epimorphisms and satisfies F.EffectivelyEnough.

    Equations
    Instances For

      The equivalence from regular sheaves on C to regular sheaves on D, given a fully faithful functor F : C ⥤ D to a preregular category, which preserves and reflects effective epimorphisms and satisfies F.EffectivelyEnough.

      Equations
      Instances For

        The categories of coherent sheaves and extensive sheaves on C are equivalent if C is preregular, finitary extensive, and every object is projective.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          @[simp]
          theorem CategoryTheory.Presheaf.coherentExtensiveEquivalence_counitIso {C : Type u_1} [Category.{u_3, u_1} C] {A : Type u₃} [Category.{v₃, u₃} A] [Preregular C] [FinitaryExtensive C] [∀ (X : C), Projective X] :
          coherentExtensiveEquivalence.counitIso = Iso.refl ({ obj := fun (F : Sheaf (extensiveTopology C) A) => { val := F.val, cond := }, map := fun {X Y : Sheaf (extensiveTopology C) A} (f : X Y) => { val := f.val }, map_id := , map_comp := }.comp { obj := fun (F : Sheaf (coherentTopology C) A) => { val := F.val, cond := }, map := fun {X Y : Sheaf (coherentTopology C) A} (f : X Y) => { val := f.val }, map_id := , map_comp := })