Documentation

Mathlib.AlgebraicGeometry.Morphisms.FlatRank

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 #

Main results #

TODO #

noncomputable def AlgebraicGeometry.Scheme.Hom.finrank {X S : Scheme} (f : X S) (s : S) :

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
    theorem AlgebraicGeometry.Scheme.Hom.finrank_of_isPullback {P X Y Z : Scheme} (fst : P X) (snd : P Y) (f : X Z) (g : Y Z) (h : CategoryTheory.IsPullback fst snd f g) [Flat f] [IsFinite f] (y : Y) :
    finrank snd y = finrank f (g y)
    theorem AlgebraicGeometry.Scheme.Hom.one_le_finrank_map {X Y : Scheme} (f : X Y) [Flat f] [IsFinite f] (x : X) :
    1 finrank f (f x)

    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.