Theorems · Theorem · global analysis
HasDerivWithinAt.inner
∀ (𝕜 : Type u_1) {E : Type u_2} [inst : RCLike 𝕜] [inst_1 : NormedAddCommGroup E] [inst_2 : InnerProductSpace 𝕜 E]
[inst_3 : NormedSpace ℝ E] {f g : ℝ → E} {f' g' : E} {s : Set ℝ} {x : ℝ},
HasDerivWithinAt f f' s x →
HasDerivWithinAt g g' s x →
HasDerivWithinAt (fun t => inner 𝕜 (f t) (g t)) (inner 𝕜 (f x) g' + inner 𝕜 f' (g x)) s x- Cited by
- 1 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.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- InnerProductSpacestatement and proof · cited by 3,523
- RCLikestatement and proof · cited by 2,829
- one_smulproof · cited by 1,374
- Inner.innerstatement and proof · cited by 1,089
- ContinuousLinearMap.compproof · cited by 709
- HasDerivWithinAtstatement and proof · cited by 333
- ContinuousLinearMap.toSpanSingletonproof · cited by 133
Cited by1
Results whose statement or proof uses this declaration.
- HasDerivAt.innerproof · cited by 1