Theorems · Theorem · global analysis
fderiv_inner_apply
∀ (𝕜 : Type u_1) {E : Type u_2} [inst : RCLike 𝕜] [inst_1 : NormedAddCommGroup E] [inst_2 : InnerProductSpace 𝕜 E]
[inst_3 : NormedSpace ℝ E] {G : Type u_4} [inst_4 : NormedAddCommGroup G] [inst_5 : NormedSpace ℝ G] {f g : G → E}
{x : G},
DifferentiableAt ℝ f x →
DifferentiableAt ℝ g x →
∀ (y : G),
(fderiv ℝ (fun t => inner 𝕜 (f t) (g t)) x) y =
inner 𝕜 (f x) ((fderiv ℝ g x) y) + inner 𝕜 ((fderiv ℝ f x) y) (g x)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 183 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- Realstatement and proof · cited by 25,697
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- ContinuousLinearMapstatement and proof · cited by 5,352
- InnerProductSpacestatement and proof · cited by 3,523
- RCLikestatement and proof · cited by 2,829
- Inner.innerstatement and proof · cited by 1,089
- ContinuousLinearMap.compproof · cited by 709
- DifferentiableAtstatement and proof · cited by 617
- fderivstatement and proof · cited by 398
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.