Documentation

Mathlib.AlgebraicGeometry.Birational.Dominant

Dominant rational maps #

This file defines RationalMap.IsDominant and establishes its connection to IsDominant on the underlying partial maps.

Main definition #

theorem AlgebraicGeometry.Scheme.PartialMap.isDominant_restrict_hom {X Y : Scheme} (f : X.PartialMap Y) [IsDominant f.hom] (U : X.Opens) (hU : Dense U) (hU' : U f.domain) :
IsDominant (f.restrict U hU hU').hom

Restricting a dominant partial map to a dense open yields a dominant partial map.

If a restriction of f is dominant, then f is dominant.

f.hom is dominant iff any restriction of f is.

Dominance of the underlying morphism is invariant under equivalence of partial maps.

A rational map is dominant if some (equivalently, any) representative partial map has dominant underlying morphism.

Instances