projectiveDegrees phi
Let $\phi:K[y_0,\ldots,y_m]/J \to K[x_0,\ldots,x_n]/I$ be a ring map representing a rational map $\Phi: V(I) \subseteq \mathbb{P}^n=Proj(K[x_0,\ldots,x_n]) \dashrightarrow V(J) \subseteq \mathbb{P}^m=Proj(K[y_0,\ldots,y_m])$. The $i$-th projective degree of $\Phi$ is defined in terms of dimension and degree of the closure of $\Phi^{-1}(L)$, where $L$ is a general linear subspace of $\mathbb{P}^m$ of a certain dimension; for the precise definition, see Harris's book (Algebraic geometry: A first course - Vol. 133 of Grad. Texts in Math., p. 240). If $\Phi$ is defined by elements $F_0(x_0,\ldots,x_n),\ldots,F_m(x_0,\ldots,x_n)$ and $I_L$ denotes the ideal of the subspace $L\subseteq \mathbb{P}^m$, then the ideal of the closure of $\Phi^{-1}(L) $ is nothing but the saturation of the ideal $(\phi(I_L))$ by $(F_0,....,F_m)$ in the ring $K[x_0,\ldots,x_n]/I$. So, replacing in the definition, general linear subspace by random linear subspace, we get a probabilistic algorithm to compute all projective degrees. Furthermore, we can considerably speed up this algorithm by taking into account two simple remarks: 1) the saturation $(\phi(I_L)):{(F_0,\ldots,F_m)}^{\infty}$ is the same as $(\phi(I_L)):{(\lambda_0 F_0+\cdots+\lambda_m F_m)}^{\infty}$, where $\lambda_0,\ldots,\lambda_m\in\mathbb{K}$ are general scalars; 2) the $i$-th projective degree of $\Phi$ coincides with the $(i-1)$-th projective degree of the restriction of $\Phi$ to a general hyperplane section of $X$ (see loc. cit.). This is what the method uses if Certify is set to false. If instead Certify is set to true, then the method simply computes the multidegree of the graph.
|
|
|
|
|
|
|
Another way to use this method is by passing an integer i as second argument. However, this is equivalent to first projectiveDegrees(phi,NumDegrees=>i) and generally it is not faster.
The object projectiveDegrees is a method function with options.
The source of this document is in Cremona/documentation.m2:77:0.