Documentation

HexResultantMathlib.Sylvester

theorem Hex.SubresultantMinor.sign_eq_pow {R : Type u} [CommRing R] (j : ) :
sign j = (-1) ^ j

The parity sign used by the proof-only Laplace recursion is the usual power of -1.

theorem Hex.SubresultantMinor.det_eq_matrixDet {R : Type u} [CommRing R] {n : } (M : Square R n) :

The dependency-free Laplace determinant used by hex-resultant agrees with Mathlib's determinant on the same finite square matrix.

The zeroth generalized coefficient minor at explicit degree bounds is Mathlib's Sylvester determinant at those same bounds.

The zeroth generalized coefficient minor is Mathlib's Sylvester determinant at the same formal degrees.

The executable and Mathlib resultants agree under dense-polynomial correspondence, with the executable default formal degrees made explicit.