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

class AlgebraicGeometry.Surjective {X Y : Scheme} (f : X Y) :

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

Instances
    class AlgebraicGeometry.IsDominant {X Y : Scheme} (f : X Y) :

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

    Instances
      @[instance 100]