Theorems · Theorem · global analysis
HasStrictFDerivAt.inner
∀ (𝕜 : 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}
{f' g' : G →L[ℝ] E} {x : G},
HasStrictFDerivAt f f' x →
HasStrictFDerivAt g g' x →
HasStrictFDerivAt (fun t => inner 𝕜 (f t) (g t)) (fderivInnerCLM 𝕜 (f x, g x) ∘SL f'.prod g') x- Cited by
- 2 results in Mathlib
- Foundations
- Depth 181 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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 · cited by 1,089
- ContinuousLinearMap.compstatement · cited by 709
- HasStrictFDerivAtstatement and proof · cited by 261
- ContinuousLinearMap.prodstatement · cited by 56
- HasStrictFDerivAt.compproof · cited by 37
Cited by2
Results whose statement or proof uses this declaration.
- hasStrictFDerivAt_norm_sqproof · cited by 6
- LinearMap.IsSymmetric.hasStrictFDerivAt_reApplyInnerSelfproof · cited by 1