Theorems · Theorem · field theory
Polynomial.iterate_derivative_X_sub_pow
∀ {R : Type u} [inst : CommRing R] (n k : ℕ) (c : R),
(⇑Polynomial.derivative)^[k] ((Polynomial.X - Polynomial.C c) ^ n) =
n.descFactorial k • (Polynomial.X - Polynomial.C c) ^ (n - k)- Defined in
- Mathlib.Algebra.Polynomial.Derivative
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 113 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.
Cites14
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
- Polynomial.Cstatement and proof · cited by 1,598
- sub_eq_add_negproof · cited by 1,023
- Nat.iteratestatement and proof · cited by 740
- Polynomial.derivativestatement and proof · cited by 331
- Nat.descFactorialstatement and proof · cited by 68
Cited by4
Results whose statement or proof uses this declaration.
- Polynomial.aeval_iterate_derivative_of_ltproof · cited by 2
- Polynomial.eval_iterate_derivative_rootMultiplicityproof · cited by 1
- Polynomial.iterate_derivative_X_sub_pow_selfproof · cited by 1
- Polynomial.aeval_iterate_derivative_selfproof · cited by 1