Theorems · Theorem · field theory
Polynomial.eval_iterate_derivative_rootMultiplicity
∀ {R : Type u} [inst : CommRing R] {p : Polynomial R} {t : R},
Polynomial.eval t ((⇑Polynomial.derivative)^[Polynomial.rootMultiplicity t p] p) =
(Polynomial.rootMultiplicity t p).factorial •
Polynomial.eval t (p /ₘ (Polynomial.X - Polynomial.C t) ^ Polynomial.rootMultiplicity t p)- Defined in
- Mathlib.Algebra.Polynomial.FieldDivision
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 121 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites39
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
- CommRingstatement and proof · cited by 17,173
- LinearMapstatement · cited by 10,215
- RingHomstatement · cited by 10,189
- Polynomialstatement and proof · cited by 5,681
- Polynomial.Xstatement and proof · cited by 1,639
- MulZeroClass.zero_mulproof · cited by 1,625
- Polynomial.Cstatement and proof · cited by 1,598
- one_smulproof · cited by 1,374
- Finset.rangeproof · cited by 1,341
- sub_selfproof · cited by 996
Cited by1
Results whose statement or proof uses this declaration.