Documentation

Mathlib.AlgebraicGeometry.FunctionField

Function field of integral schemes #

We define the function field of an irreducible scheme as the stalk of the generic point. This is a field when the scheme is integral.

Main definition #

@[reducible, inline]

The function field of an irreducible scheme is the local ring at its generic point. Despite the name, this is a field only when the scheme is integral.

Equations
Instances For
    @[reducible, inline]

    The restriction map from a component to the function field.

    Equations
    Instances For
      theorem AlgebraicGeometry.exists_isUnit_germ_eq (X : Scheme) [IsIntegral X] (f : X.functionField) (hf : f 0) :
      UX.affineOpens, ∃ (f' : (X.presheaf.obj (Opposite.op U))) (x : Nonempty U), (CategoryTheory.ConcreteCategory.hom (X.germToFunctionField U)) f' = f IsUnit f'

      For f an element of the function field of X, there exists some open set U ⊆ X such that f is a unit in Γ(X, U).