Theorems · Theorem · global analysis
DifferentiableAt.deriv_comp_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 : 𝕜}, DifferentiableAt 𝕜 f (x + t • y) → deriv (fun s => f (x + s • y)) t = (fderiv 𝕜 f (x + t • y)) y- Defined in
- Mathlib.Analysis.Calculus.TaylorIntegral
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 187 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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
- TopologicalSpaceproof · cited by 24,529
- Moduleproof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- AddCommGroupproof · cited by 12,871
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ContinuousLinearMapstatement and proof · cited by 5,352
- zero_addproof · cited by 2,366
- one_smulproof · cited by 1,374
- derivstatement and proof · cited by 676
Cited by2
Results whose statement or proof uses this declaration.
- ContDiffAt.deriv_fderiv_add_smulproof · cited by 1
- map_add_eq_sum_add_integral_iteratedFDerivproof · cited by 0