Documentation

Mathlib.CategoryTheory.Sites.RegularExtensive

The Regular and Extensive Coverages #

This file defines two coverages on a category C.

The first one is called the regular coverage and for that to exist, the category C must satisfy a condition called Preregular C. This means that effective epimorphisms can be "pulled back". The covering sieves of this coverage are generated by presieves consisting of a single effective epimorphism.

The second one is called the extensive coverage and for that to exist, the category C must satisfy a condition called Extensive C. This means C has finite coproducts and that those are preserved by pullbacks. The covering sieves of this coverage are generated by presieves consisting finitely many arrows that together induce an isomorphism from the coproduct to the target.

In extensive_union_regular_generates_coherent, we prove that the union of these two coverages generates the coherent topology on C if C is precoherent, extensive and regular.

TODO: figure out under what conditions Preregular and Extensive are implied by Precoherent and vice versa.

The condition Preregular C is property that effective epis can be "pulled back" along any morphism. This is satisfied e.g. by categories that have pullbacks that preserve effective epimorphisms (like Profinite and CompHaus), and categories where every object is projective (like Stonean).

Instances

    Describes the property of having pullbacks of morphsims into a finite coproduct, where one of the morphisms is an inclusion map into the coproduct (up to isomorphism).

    Instances

      A category is extensive if it has all finite coproducts and those coproducts are preserved by pullbacks (we only require the relevant pullbacks to exist, via HasPullbacksOfInclusions).

      TODO: relate this to the class FinitaryExtensive

      Instances

        The regular coverage on a regular category C.

        Instances For

          The extensive coverage on an extensive category C

          Instances For