Theorems · Theorem · commutative algebra
Polynomial.sylvesterDeriv_updateRow
∀ {R : Type u_1} [inst : Semiring R] (f : Polynomial R) (hf : 0 < f.natDegree),
f.sylvesterDeriv.updateRow ⟨2 * f.natDegree - 2, ⋯⟩ (f.leadingCoeff • f.sylvesterDeriv ⟨2 * f.natDegree - 2, ⋯⟩) =
(Polynomial.derivative f).sylvester f (f.natDegree - 1) f.natDegreeWe can get the usual Sylvester matrix of f and f.derivative back from the modified one
by multiplying the last row by the leading coefficient of f.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 108 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.
Cites29
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- RingHom.idstatement · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- LinearMapstatement · cited by 10,215
- Polynomialstatement and proof · cited by 5,681
- Matrixstatement and proof · cited by 4,303
- mul_oneproof · cited by 3,885
- Nat.cast_oneproof · cited by 2,501
- zero_addproof · cited by 2,366
- MulZeroClass.mul_zeroproof · cited by 2,091
- Polynomial.natDegreestatement and proof · cited by 1,105
- Polynomial.coeffproof · cited by 1,045
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.resultant_derivproof · cited by 0