Theorems · Theorem · real analysis
Polynomial.hasStrictDerivAt
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] (p : Polynomial 𝕜) (x : 𝕜),
HasStrictDerivAt (fun x => Polynomial.eval x p) (Polynomial.eval x (Polynomial.derivative p)) xThe derivative (in the analysis sense) of a polynomial p is given by p.derivative.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 188 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NontriviallyNormedField
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- LinearMapstatement · cited by 10,215
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Polynomialstatement and proof · cited by 5,681
- mul_assocproof · cited by 1,667
- Polynomial.evalstatement and proof · cited by 796
- Polynomial.derivativestatement and proof · cited by 331
- Polynomial.monomialproof · cited by 256
- HasStrictDerivAtstatement and proof · cited by 163
- Polynomial.eval_addproof · cited by 84
- Polynomial.induction_on'proof · cited by 50
Cited by3
Results whose statement or proof uses this declaration.
- Polynomial.hasDerivAtproof · cited by 7
- Polynomial.hasStrictDerivAt_aevalproof · cited by 1
- Polynomial.isCoveringMapOn_evalproof · cited by 1