RegularChains[ChainTools]
ChangeOfOrder
change of order for a regular chain
Calling Sequence
Parameters
Description
Examples
References
ChangeOfOrder(rc, R, R2)
rc
-
regular chain of R
R
polynomial ring
R2
The command ChangeOfOrder returns a regular chain rc2 of R2 which has the same saturated ideal as rc.
The saturated ideal of the regular chain rc must be universally characterizable; in particular, the algorithm applies if the saturated ideal of rc is a prime ideal.
The key point of this approach is to reduce to the dimension zero case, that is, isolating this particular case as the central one. In order to achieve this reduction, the input regular chain is transformed by a sequence of elementary changes of variable orders in dimension zero. Matroid theory is used to compute this sequence of intermediate variable orders. Several known techniques, notably lifting techniques and rational reconstruction, play important roles here.
This command is part of the ChainTools package, so it can be used in the form ChangeOfOrder(..) only after executing the command with(RegularChains[ChainTools]). However, it can always be accessed through the long form of the command by using RegularChains[ChainTools][ChangeOfOrder](..).
with⁡RegularChains:with⁡ChainTools:
R≔PolynomialRing⁡P1,P2,S,X2,X1
R≔polynomial_ring
R2≔PolynomialRing⁡X1,X2,S,P2,P1
R2≔polynomial_ring
F≔P1−X12,P2−X22,S−X1⁢X2
F≔−X12+P1,−X22+P2,−X1⁢X2+S
rc≔Triangularize⁡F,R,normalized=yes1
rc≔regular_chain
rc2≔ChangeOfOrder⁡rc,R,R2
rc2≔regular_chain
Equations⁡rc2,R2
X2⁢X1−S,X22−P2,S2−P2⁢P1
rc1≔ChangeOfOrder⁡rc2,R2,R
rc1≔regular_chain
Equations⁡rc1,R
P1−X12,P2−X22,S−X2⁢X1
EqualSaturatedIdeals⁡rc,rc1,R
true
Dahan, X.; Jin, X.; Moreno Maza, M. and Schost, E. "Change of Ordering for Regular Chains in Positive Dimension." Proc. Maple Conference, Waterloo, 2006.
See Also
ChainTools
EqualSaturatedIdeals
Equations
PolynomialRing
RegularChains
Triangularize
Download Help Document