Theorems · Theorem · commutative algebra
Differential.deriv_aeval_eq
∀ {A : Type u_1} [inst : CommRing A] [inst_1 : Differential A] {R : Type u_2} [inst_2 : CommRing R]
[inst_3 : Differential R] [inst_4 : Algebra A R] [DifferentialAlgebra A R] (x : R) (p : Polynomial A),
((Polynomial.aeval x) p)′ =
(Polynomial.aeval x) (Differential.mapCoeffs p) + (Polynomial.aeval x) (Polynomial.derivative p) * x′- Defined in
- Mathlib.RingTheory.Derivation.MapCoeffs
- Cited by
- 2 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.
Cites22
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
- Algebrastatement and proof · cited by 11,388
- LinearMapstatement · cited by 10,215
- Polynomialstatement and proof · cited by 5,681
- Algebra.algebraMapproof · cited by 4,706
- AlgHomstatement · cited by 3,236
- Polynomial.aevalstatement and proof · cited by 615
- Polynomial.derivativestatement and proof · cited by 331
- Derivationstatement · cited by 293
- Algebra.linearMapproof · cited by 157
Cited by2
Results whose statement or proof uses this declaration.
- Differential.algHom_derivproof · cited by 2
- Differential.deriv_aeval_eq_implicitDerivproof · cited by 0