The Mathlib support is exactly the image of the executable canonical support.
Executable per-variable degree agrees with Mathlib's degreeOf.
Each executable coordinate degree is Mathlib's corresponding per-variable degree.
The executable variable list contains exactly the variables of nonzero Mathlib degree.
Executable total degree agrees with Mathlib's totalDegree.
Fixed-order Horner evaluation has the same Mathlib interpretation as direct algebra-hom evaluation.
Increasing one executable exponent corresponds to adding the Mathlib single-variable exponent.
Executable formal differentiation agrees with Mathlib's partial derivative.
Executable homogeneous projection agrees with Mathlib's homogeneous component.
Executable substitution is its algebra-hom evaluation specialization.
Executable substitution agrees with Mathlib's variable bind.
Executable partial evaluation agrees with binding assigned variables to constants and leaving the other variables unchanged.
The compatibility spelling bind₁ has the same Mathlib correspondence
as substitution.
Changing the executable storage order does not change the corresponding Mathlib polynomial.
Executable variable renaming agrees with Mathlib's rename.
The inverse executable recursive view agrees with the inverse Mathlib
finSuccEquiv.