Documentation

Mathlib.AlgebraicGeometry.Morphisms.UnderlyingMap

Properties on the underlying functions of morphisms of schemes. #

This file includes various results on properties of morphisms of schemes that come from properties of the underlying map of topological spaces, including

A morphism of schemes is surjective if the underlying map is.

Instances
    theorem AlgebraicGeometry.mem_range_iff_of_surjective {X Y S : AlgebraicGeometry.Scheme} (f : X S) (g : Y S) (e : X Y) [AlgebraicGeometry.Surjective e] (hge : CategoryTheory.CategoryStruct.comp e g = f) (s : S.toPresheafedSpace) :
    s Set.range f.base s Set.range g.base

    A morphism of schemes is dominant if the underlying map has dense range.

    Instances