Rank of a finite flat morphism of schemes #
In this file we define the rank AlgebraicGeometry.Scheme.Hom.finrank of a finite flat morphism of
schemes f : X ⟶ Y. It is locally constant and is characterized by the condition that the rank of
Spec S ⟶ Spec R at some prime p of R is the rank of S as an R-algebra at p.
Main definitions #
AlgebraicGeometry.Scheme.Hom.finrank: For a morphismf : X ⟶ Yof schemes, the functionY → ℕsendingyto the rank off_* 𝒪_Xover𝒪_Yaty. Instead of talking about sheaves, we define it by choosing an open neighbourhood ofy. This is sometimes also called the degree of a morphism in the literature.
Main results #
AlgebraicGeometry.Scheme.Hom.isLocallyConstant_finrank: The rank function of a finite flat locally finitely presented morphism is locally constant.AlgebraicGeometry.Scheme.Hom.one_le_finrank_iff_surjective: The rank function is at least1everywhere if and only if the morphism is surjective.AlgebraicGeometry.Scheme.Hom.isIso_iff_finrank_eq: A finite flat locally finitely presented morphism is an isomorphism if and only if its rank is constant equal to1.
TODO #
- Relate
Hom.finrank f yto the rank off_* 𝒪_Xover𝒪_Yatywhen the API for locally free sheaves of modules is developed.
The rank of a morphism f : X ⟶ S of schemes at a point s : S. When f is finite,
flat and locally of finite presentation, this is a locally constant function (see
AlgebraicGeometry.isLocallyConstant_finrank).
Equations
Instances For
A finite flat locally finitely presented morphism is surjective if and only if its rank
function is at least 1 everywhere.
The rank of a finite flat locally finitely presented morphism is locally constant.
The rank of an isomorphism is 1.
A finite flat locally finitely presented morphism is an isomorphism if and only if
its rank is constant equal to 1.