Documentation

MIPRE.Background.LIDT.MIPStarRE.LDT.Basic.LinePolynomialEmbedding

Axis-line to global polynomial lifts #

Utility lemmas for substituting a univariate axis-line polynomial into a chosen ambient coordinate.

Substituting a univariate polynomial into one multivariate variable preserves its degree bound in that variable and gives degree zero in all other variables.

noncomputable def MIPStarRE.LDT.axisLinePolynomialToPolynomial (params : Parameters) [FieldModel params.q] (i : Fin params.m) (f : AxisLinePolynomial params) :
Polynomial params

Extend an axis-line answer to a global polynomial by substituting the ambient coordinate X i for the formal line parameter. Away from direction i, the result is constant, so in the m = 1 base case this identifies the unique axis-parallel line polynomial with an ambient low-degree polynomial.

Equations
Instances For
    @[simp]
    theorem MIPStarRE.LDT.axisLinePolynomialToPolynomial_apply (params : Parameters) [FieldModel params.q] (i : Fin params.m) (f : AxisLinePolynomial params) (u : Point params) :

    Evaluating the lifted polynomial at a point u recovers the original line polynomial at the ith coordinate u i.