Documentation

Mathlib.AlgebraicGeometry.Sites.Pretopology

Grothendieck topology defined by a morphism property #

Given a multiplicative morphism property P that is stable under base change, we define the associated (pre)topology on the category of schemes, where coverings are given by jointly surjective families of morphisms satisfying P.

Implementation details #

The pretopology is obtained from the precoverage AlgebraicGeometry.Scheme.precoverage defined in Mathlib.AlgebraicGeometry.Sites.MorphismProperty. The definition is postponed to this file, because the former does not have HasPullbacks Scheme.

@[reducible, inline]

The Grothendieck topology on the category of schemes induced by the pretopology defined by P-covers.

Equations
Instances For
    @[deprecated AlgebraicGeometry.Scheme.Cover.mem_pretopology (since := "2025-08-28")]

    Alias of AlgebraicGeometry.Scheme.Cover.mem_pretopology.

    @[deprecated AlgebraicGeometry.Scheme.Cover.mem_grothendieckTopology (since := "2025-08-28")]

    Alias of AlgebraicGeometry.Scheme.Cover.mem_grothendieckTopology.

    @[deprecated AlgebraicGeometry.Scheme.jointlySurjectivePretopology (since := "2025-08-18")]

    Alias of AlgebraicGeometry.Scheme.jointlySurjectivePretopology.


    The pretopology on the category of schemes defined by jointly surjective families.

    Equations
    Instances For

      The jointly surjective topology on Scheme is defined by the same condition as the jointly surjective pretopology.

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

        The pretopology defined by P-covers agrees with the the intersection of the pretopology of surjective families with the pretopology defined by P.

        @[deprecated AlgebraicGeometry.Scheme.pretopology_eq_inf (since := "2025-08-28")]

        Alias of AlgebraicGeometry.Scheme.pretopology_eq_inf.


        The pretopology defined by P-covers agrees with the the intersection of the pretopology of surjective families with the pretopology defined by P.

        The Grothendieck topology defined by P-covers agrees with the Grothendieck topology induced by the intersection of the pretopology of surjective families with the pretopology defined by P.