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

    The single object covering by one surjective morphism satisfying P.

    Equations
    Instances For
      @[simp]
      theorem AlgebraicGeometry.Scheme.Hom.cover_X {P : CategoryTheory.MorphismProperty Scheme} {X S : Scheme} (f : X S) (hf : P f) [Surjective f] (x✝ : PUnit.{v + 1}) :
      (cover f hf).X x✝ = X
      @[simp]
      theorem AlgebraicGeometry.Scheme.Hom.cover_f {P : CategoryTheory.MorphismProperty Scheme} {X S : Scheme} (f : X S) (hf : P f) [Surjective f] (x✝ : PUnit.{v + 1}) :
      (cover f hf).f x✝ = f
      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]