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.

Instances For
    @[reducible, inline]
    noncomputable abbrev AlgebraicGeometry.Scheme.germToFunctionField (X : Scheme) [IrreducibleSpace X] (U : X.Opens) [h : Nonempty U] :

    The restriction map from a component to the function field.

    Instances For
      @[implicit_reducible]
      theorem AlgebraicGeometry.germ_injective_of_isIntegral (X : Scheme) [IsIntegral X] {U : X.Opens} (x : X) (hx : x U) :
      Function.Injective (CategoryTheory.ConcreteCategory.hom (X.presheaf.germ U x hx))
      @[implicit_reducible]
      noncomputable instance AlgebraicGeometry.stalkFunctionFieldAlgebra (X : Scheme) [IrreducibleSpace X] (x : X) :
      @[implicit_reducible]