A proof-only square coefficient family.
Equations
- Hex.SubresultantMinor.Square R n = (Fin n → Fin n → R)
Instances For
Remove the first row and one selected column.
Equations
- Hex.SubresultantMinor.deleteFirst M j i k = M i.succ (Hex.SubresultantMinor.skipIndex j k)
Instances For
Local proof-only determinant, defined by first-row Laplace expansion. Its factorial recursion is not an executable resultant algorithm.
Equations
- One or more equations did not get rendered due to their size.
- Hex.SubresultantMinor.det x_2 = 1
Instances For
The coefficient embedding commutes with the local determinant.
Read a coefficient at an integer index, returning zero below index zero.
Instances For
A nonnegative integer-indexed lookup is the ordinary natural-indexed
coefficient lookup. This explicit Int.ofNat form is useful for rewriting
matrix indices before coercions have been normalized.
Coercion notation for the nonnegative integer-indexed coefficient law.
Integer-indexed coefficient lookup distributes over polynomial addition.
Default formal degree: zero and nonzero constants both have degree zero.
Equations
Instances For
Scalar coefficient matrix at explicit formal degrees. Keeping the degree parameters separate makes coefficient embeddings definitionally dimension-preserving.
Equations
- One or more equations did not get rendered due to their size.
Instances For
One scalar coefficient minor at explicit formal degrees.
Equations
- Hex.DensePoly.Subresultant.coeffMinorAt df dg J l f g = Hex.SubresultantMinor.det (Hex.DensePoly.Subresultant.coeffMatrixAt df dg J l f g)
Instances For
One scalar coefficient minor of the J-th generalized subresultant.
Equations
Instances For
Generalized Sylvester subresultant, assembled coefficientwise from scalar
minors. Its degree is at most J.
Equations
- Hex.DensePoly.Subresultant.poly J f g = Hex.DensePoly.ofList (List.map (fun (l : Nat) => Hex.DensePoly.Subresultant.coeffMinor J l f g) (List.range (J + 1)))
Instances For
Integer-indexed coefficient lookup commutes with the fraction embedding.
The fraction embedding preserves the default formal degree.
A coefficient minor at fixed formal degrees is preserved by the fraction embedding.
Every generalized subresultant coefficient is preserved by the fraction embedding.
Generalized Sylvester subresultants commute with the polynomial coefficient embedding. In particular, every coefficient of the fraction construction has an explicit base-ring image witness.
Coefficients of mapped generalized subresultants lie in the coefficient embedding image.