Documentation

Toric.ToricVariety.Defs

Toric varieties #

This file defines a toric variety with torus T over a scheme S as a scheme X with an dominant open embedding T → X over S and an action T × X → X extending the multiplication on T.

class AlgebraicGeometry.ToricVariety (𝕜 : Type u) [Field 𝕜] (X : Scheme) extends CategoryTheory.OverClass X (AlgebraicGeometry.Spec { carrier := 𝕜, commRing := Field.toEuclideanDomain.toCommRing }) :
Type (u + 1)

A toric variety over a scheme S is a scheme X equipped with a torus T, a dense embedding T → X and an action T × X → X extending the standard action T × T → T.

Instances
    noncomputable instance AlgebraicGeometry.ToricVariety.inst {𝕜 : Type u} [Field 𝕜] {T : Scheme} [T.Over (Spec { carrier := 𝕜, commRing := Field.toEuclideanDomain.toCommRing })] [CategoryTheory.GrpObj (T.asOver (Spec { carrier := 𝕜, commRing := Field.toEuclideanDomain.toCommRing }))] [Scheme.IsTorusOver 𝕜 T] :

    A torus T is a toric variety over itself.

    Equations
    • One or more equations did not get rendered due to their size.