Theorems · Theorem · field theory
Polynomial.Splits.eval_derivative
∀ {R : Type u_1} [inst : CommRing R] {f : Polynomial R} [inst_1 : IsDomain R] [inst_2 : DecidableEq R],
f.Splits →
∀ (x : R),
Polynomial.eval x (Polynomial.derivative f) =
f.leadingCoeff *
(Multiset.map (fun a => (Multiset.map (fun x_1 => x - x_1) (f.roots.erase a)).prod) f.roots).sum- Defined in
- Mathlib.Algebra.Polynomial.Splits
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 138 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingIsDomainDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites35
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
- Polynomialstatement and proof · cited by 5,681
- mul_oneproof · cited by 3,885
- zero_addproof · cited by 2,366
- IsDomainstatement and proof · cited by 2,196
- Polynomial.Xproof · cited by 1,639
- MulZeroClass.zero_mulproof · cited by 1,625
- Polynomial.Cproof · cited by 1,598
- sub_zeroproof · cited by 938
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.Splits.eval_derivative_eq_eval_mul_sumproof · cited by 1