Theorems · Theorem · field theory
Polynomial.derivative_prod
∀ {R : Type u} {ι : Type y} [inst : CommSemiring R] [inst_1 : DecidableEq ι] {s : Multiset ι} {f : ι → Polynomial R},
Polynomial.derivative (Multiset.map f s).prod =
(Multiset.map (fun i => (Multiset.map f (s.erase i)).prod * Polynomial.derivative (f i)) s).sum- Defined in
- Mathlib.Algebra.Polynomial.Derivative
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 109 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiringDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
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
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement · cited by 10,215
- Polynomialstatement and proof · cited by 5,681
- one_mulproof · cited by 2,841
- Multisetstatement and proof · cited by 2,627
- mul_commproof · cited by 2,262
- mul_assocproof · cited by 1,667
- Multiset.mapstatement and proof · cited by 876
- Multiset.prodstatement and proof · cited by 528
- Multiset.sumstatement and proof · cited by 388
Cited by3
Results whose statement or proof uses this declaration.
- exists_derivative_mul_eq_and_isIntegral_coeffproof · cited by 1
- Polynomial.derivative_prod_finsetproof · cited by 1
- Polynomial.Splits.eval_derivativeproof · cited by 1