Theorems · Theorem · global analysis
ContDiffAt.deriv_fderiv_add_smul
∀ {𝕜 : Type u_1} {E : Type u_2} {F : Type u_3} [inst : NormedAddCommGroup E] [inst_1 : NormedAddCommGroup F]
[inst_2 : NontriviallyNormedField 𝕜] [inst_3 : NormedSpace 𝕜 E] [inst_4 : NormedSpace 𝕜 F] {f : E → F} {x y : E}
{t : 𝕜} {n : ℕ},
ContDiffAt 𝕜 (↑n + 1) f (x + t • y) →
deriv (fun s => (iteratedFDeriv 𝕜 n f (x + s • y)) fun x => y) t =
(iteratedFDeriv 𝕜 (n + 1) f (x + t • y)) fun x => y- Defined in
- Mathlib.Analysis.Calculus.TaylorIntegral
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 188 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ENatstatement · cited by 4,985
- WithTopstatement · cited by 3,754
- Nat.cast_oneproof · cited by 2,501
- ContinuousMultilinearMapstatement · cited by 1,016
- derivstatement and proof · cited by 676
- DifferentiableAtproof · cited by 617
- fderivproof · cited by 398
- ContDiffAtstatement and proof · cited by 262
Cited by1
Results whose statement or proof uses this declaration.
- map_add_eq_sum_add_integral_iteratedFDerivproof · cited by 0