Theorems · Definition · commutative algebra
Polynomial.sylvesterDeriv
{R : Type u_1} →
[inst : Semiring R] →
(f : Polynomial R) → Matrix (Fin (f.natDegree - 1 + f.natDegree)) (Fin (f.natDegree - 1 + f.natDegree)) RThe Sylvester matrix for f and f.derivative, modified by dividing the bottom row by
the leading coefficient of f. Important because its determinant is (up to a sign) the
discriminant of f.
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 106 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Semiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- Polynomialstatement and proof · cited by 5,681
- Matrixstatement · cited by 4,303
- Polynomial.natDegreestatement and proof · cited by 1,105
- Polynomial.derivativeproof · cited by 331
- Matrix.updateRowproof · cited by 63
- Polynomial.sylvesterproof · cited by 18
Cited by7
Results whose statement or proof uses this declaration.
- Polynomial.discrproof · cited by 7
- Polynomial.sylvesterDeriv_updateRowstatement · cited by 1
- Polynomial.discr_of_degree_eq_twoproof · cited by 1
- Polynomial.discr_Cproof · cited by 0
- Polynomial.discr_of_degree_eq_oneproof · cited by 0
- Polynomial.discr_of_degree_eq_threeproof · cited by 0
- Polynomial.resultant_derivproof · cited by 0