Specializing fixed-degree resultants #
This file packages the algebraic specialization argument for resultants of polynomial families with analytic coefficients. The fixed Sylvester sizes are part of every definition, so specialization remains valid even when a fiber drops degree.
Fixed-degree polynomial families #
Assemble coefficients indexed by Fin (d + 1) into a polynomial of
degree at most d.
Equations
- LocalComplexGeometry.fixedDegreePolynomial c = ∑ i : Fin (d + 1), Polynomial.C (c i) * Polynomial.X ^ ↑i
Instances For
Specialize a fixed-degree polynomial family at a parameter.
Equations
- LocalComplexGeometry.fixedDegreePolynomialAt c x = LocalComplexGeometry.fixedDegreePolynomial fun (i : Fin (d + 1)) => c i x
Instances For
Reassembling all coefficients up to a valid fixed bound recovers the polynomial.
A fixed-degree polynomial whose displayed top coefficient is one is monic.
Specializing the coefficient-function polynomial agrees with assembling the specialized coefficients.
Algebraic specialization of resultants #
Two finite analytic coefficient families have an analytic representative of their fixed-size resultant. Its equality with the pointwise complex resultant is a germ equality, hence holds on a neighborhood of the origin.
Arbitrary-base-point form of analytic resultant specialization.
Nonvanishing derivative resultants and simple fibers #
A complex polynomial of known positive degree is separable when its fixed-size resultant with its derivative is nonzero. No monicity assumption is needed.
Nonmonic coefficient-family criterion. A nonzero displayed top coefficient prevents degree drop, so the fixed-size resultant detects separability of the specialized fiber.
For a positive-degree monic complex polynomial, nonvanishing of the fixed-size resultant with its derivative implies separability.
Coefficient-family form of the preceding separability criterion.
Eventual simple-fiber package: wherever an eventual representative of the derivative resultant is nonzero, the specialized fixed-degree fiber is separable. This is the form consumed by polynomial-fiber rigidity.
Eventual nonmonic simple-fiber criterion, retaining the useful pointwise implication from nonvanishing of the resultant representative.
If both the displayed top coefficient and the derivative-resultant representative are eventually nonzero, all nearby specialized fibers are eventually separable.
Analytic derivative-resultant representatives #
Derivative coefficients of an analytic positive-degree family are analytic.
A positive-degree analytic coefficient family admits an analytic representative of its fixed-size resultant with its derivative.
End-to-end analytic resultant package for a locally nonmonic family whose displayed leading coefficient does not vanish.
End-to-end local simple-fiber package for a monic analytic family.
Prepared-polynomial specialization #
Complete the d lower coefficients of a prepared polynomial by its
constant leading coefficient one.
Equations
- LocalComplexGeometry.monicCoefficientCompletion a i x = if h : ↑i < d then a ⟨↑i, h⟩ x else 1
Instances For
Completing analytic lower coefficients by one preserves analyticity.
The completed fixed-degree polynomial is the prepared monic polynomial used by the finite-fiber API.
Direct resultant/simple-root package for prepared polynomial fibers.