Theorems · Theorem · field theory
Polynomial.aeval_add_of_sq_eq_zero
∀ {R : Type u_1} [inst : CommSemiring R] {S : Type u_2} [inst_1 : CommRing S] [inst_2 : Algebra R S] (p : Polynomial R)
(x y : S),
y ^ 2 = 0 → (Polynomial.aeval (x + y)) p = (Polynomial.aeval x) p + (Polynomial.aeval x) (Polynomial.derivative p) * y- Defined in
- Mathlib.Algebra.Polynomial.Taylor
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 116 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiringCommRingAlgebra
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement · cited by 10,215
- Polynomialstatement and proof · cited by 5,681
- Algebra.algebraMapproof · cited by 4,706
- AlgHomstatement · cited by 3,236
- Polynomial.mapproof · cited by 806
- Polynomial.evalproof · cited by 796
- Polynomial.aevalstatement · cited by 615
Cited by1
Results whose statement or proof uses this declaration.
- StandardEtalePair.existsUnique_hasMap_of_hasMap_quotient_of_sq_eq_botproof · cited by 0