Definition
A monomial ordering (often a block order or a lex order with a chosen variable precedence) engineered so that monomials involving certain 'elimination' variables are larger than any monomial in the remaining variables. Such an order makes elimination of those variables via polynomial basis computations (e.g., Gröbner bases) possible by ensuring leading terms encode eliminated-variable information.
Principle
Principle
Partition variables into blocks or set a precedence so that monomials containing variables from higher blocks exceed all monomials purely in lower blocks; compute bases with this order so that intersection with subrings yields elimination ideals.
Demonstration
Demonstration
To eliminate x from k[x,y,z], use a block order with x in a higher block (or lex with x>y>z). A Gröbner basis computed with that order has generators whose components without x generate the elimination ideal in k[y,z].
Misapplication
Misapplication
Choosing an elimination order without verifying its block structure or using a non-elimination-friendly order (e.g., Grevlex without block setup) and then expecting direct elimination; this leads to incorrect assumptions about which generators produce the elimination ideal.
Consequence
Consequence
A correct elimination order allows algorithmic reduction of multivariate problems: computing a Gröbner basis and then taking its intersection with the subring of remaining variables yields the eliminated relations, enabling subsequent solving or analysis in fewer variables.
Reversal
Reversal
Using a uniform monomial order that does not privilege elimination blocks: there is then no guarantee that a Gröbner basis will reveal elimination ideals by simple restriction, and one must resort to other techniques (resultants, projection methods, numerical elimination).
Boundary
Boundary
Elimination orders are defined within polynomial rings with a clear variable partition; they do not automatically apply to systems where variables cannot be cleanly partitioned into eliminated vs. retained roles, nor to non-polynomial constraints.
Semantic Tension
Semantic Tension
Tension with resultant-based elimination and numerical methods: elimination orders facilitate symbolic elimination via bases, while resultants or numerical projection may be preferable for particular structures or stability concerns.
Synthesis
Synthesis
An elimination order is a purpose-built monomial order that prioritizes specified variables (via blocks or precedence) so that polynomial-basis computations yield generators whose restrictions produce the ideal of eliminated-variable relations.