We list some simple constructors for simple toric varieties. There are more general constructors for toric varieties (either from their fans or their Cox rings) in other sections.
Projective n-space Pn defined over the field k as a toric variety.
The (weighted) projective space P(Z) defined over the field k with weights the positive integer sequence Z as a toric variety.
The fake weighted projective space defined over the field k with weights the positive integer sequence Z and a single sequence of quotient weights the sequence Q of rational numbers.
The n-dimensional toric variety n≥2 defined over the field k with weights begin the two sequences of integers (of the same length n + 2) that comprise M and linearisation the length 2 integer sequence v. (This toric variety is the GIT quotient of kn + 2 by a 2-dimensional torus acting with weights M and linearisation v. To get a toric variety of the right dimension, v must lie in the mobile cone implicit in the notation. In practice, this means that the columns of M must generate a cone with vertex in a 2-dimensional toric lattice and v must lie in the `very-interior' of that cone, in the sense that it must lie in the strict interior of C and in the subcone generated by all columns of M except the two most extreme.)
> X<u,v,x,y> := ToricVariety(Rationals(),[[1,1,0,-1],[0,0,1,1]],[1,1]); > X; Toric variety of dimension 2 Variables: u, v, x, y The components of the irrelevant ideal are: (y, x), (v, u) The 2 gradings are: 1, 1, 0, -1, 0, 0, 1, 1The polarisation (1, 1) that we used is forgotten---all that is left is X.
The zero-dimensional point over the field k defined as a toric variety.
Projective n-space Pn defined over the field k.
The (fake) weighted projective space over the field k with weights the sequence of integers W (and quotient weights the sequence of sequences of rational numbers Q, if provided).
Given a sequence of weights S=(s1, ..., sn) of length n, creates the n-dimensional rational scroll over k with gradings (1, 1, - s1, ..., - sn), (0, 0, 1, ..., 1).
The fibre bundle of projective r-spaces over projective s-space, where A = [a0, ..., ar] is a sequence of non-negative integers of length at least 2, that is (Proj)(O(a0) direct-sum ... direct-sum O(ar)).
The rational ruled Hirzebruck surface of degree n ≥0 over k. This is the rational ruled surface with special section of self-intersection -n. It is the toric variety having the gradings (1, 1, - n, 0) and (0, 0, 1, 1) on four variables.
The rational ruled surface with gradings (1, 1, - a1, - a2) and (0, 0, 1, 1) on four variables. This is the ruled surface P(O( - a1) direct-sum O( - a2)) in Hartshorne's notation (Section 2, Chapter V of [Har77]). It is abstractly isomorphic to the Hirzebruch surface of degree |a1 - a2|.
The same as RuledSurface(k,n) except that the last two variables are swapped, ie the gradings are (1, 1, 0, - n) and (0, 0, 1, 1).
The big torus T associated with a toric lattice N.
The big torus T of the toric variety X, together with its embedding into X and the rational map from X to T.
The restriction of Z to the largest subtorus of the ambient containing Z.
The toric variety (defined over the field k) corresponding to the toric fan F.
The toric fan corresponding to the toric variety X.
The rays of the fan of the toric variety X.
The lattice of weights of the toric variety X; this is the lattice which supports the toric fan of X.
The monomial lattice of the toric variety X, namely the toric lattice dual to that containing the fan of X.
The lattice whose elements represent Weil divisors on the toric variety X; it is dual to ray lattice of X.
The lattice whose integral elements correspond to Cartier divisors up to linear equivalence and modulo torsion.
The divisor class lattice of the toric variety X.
A sequence of ideals that are the components of the irrelevant ideal of the toric variety X.
A sequence of sequences representing all of the gradings to be applied to the indeterminates of the coordinate ring of the ambient of X.
The number of gradings to be applied to the indeterminates of the coordinate ring of the ambient of X.
A sequence of sequences of rational numbers describing the quotients by finite cyclic groups that arise in the construction of the toric variety X.
The number of sequences the generate the quotient gradings of the toric variety X.
Return false if and only if the toric variety X is nonsingular.
Return true if and only if the toric variety X is nonsingular.
Return true if and only if the toric variety X is Gorenstein.
Return true if and only if the toric variety X is Q-Gorenstein.
Return true if and only if the toric variety X is Q-factorial.
Return true if and only if the toric variety X has only isolated singularities.
Return true if and only if the toric variety X has (at worst) terminal singularities.
Return true if and only if the toric variety X has (at worst) canonical singularities.
Return true if and only if the toric variety X is complete.
Return true if and only if the toric variety X is projective.
Return true if and only if the anticanonical divisor of the toric variety X is ample.
Return true if and only if the toric variety X is a weak Fano variety.
Return true if and only if the toric variety X has exactly one Z-grading.
Return true if and only if the toric variety X has exactly one Z-grading and no quotient gradings.
The affine patch corresponding to i-th cone of fan of the toric variety X together with the inclusion map.
The toric variety, obtained from the toric variety X by set the monomials of the sequence S set to be non-zero (or alternatively the variables of X with indices from the sequence of integers S set non-zero). The inclusion map is returned as a second value.