Theorems · Theorem · field theory
Polynomial.aeval_sumIDeriv_of_pos
∀ {R : Type u_1} [inst : CommSemiring R] (A : Type u_3) [inst_1 : CommRing A] [inst_2 : Algebra R A] [Nontrivial A]
[NoZeroDivisors A] (p : Polynomial R) {q : ℕ},
0 < q →
Function.Injective ⇑(algebraMap R A) →
∃ gp,
gp.natDegree ≤ p.natDegree - q ∧
∀ (r : A) {p' : Polynomial A},
Polynomial.map (algebraMap R A) p = (Polynomial.X - Polynomial.C r) ^ (q - 1) * p' →
(Polynomial.aeval r) (Polynomial.sumIDeriv p) =
(q - 1).factorial • Polynomial.eval r p' + q.factorial • (Polynomial.aeval r) gp- Cited by
- 1 results in Mathlib
- Foundations
- Depth 118 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites72
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
- Finsetproof · cited by 13,712
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement · cited by 10,215
- RingHomstatement · cited by 10,189
- Polynomialstatement and proof · cited by 5,681
- Finset.sumproof · cited by 5,195
- Algebra.algebraMapstatement and proof · cited by 4,706
- mul_oneproof · cited by 3,885
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.eval_sumIDeriv_of_posproof · cited by 1