Theorems · Theorem · real analysis
HasStrictDerivAt.fun_smul
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {F : Type v} [inst_1 : NormedAddCommGroup F]
[inst_2 : NormedSpace 𝕜 F] {f : 𝕜 → F} {f' : F} {x : 𝕜} {𝕜' : Type u_2} [inst_3 : NormedRing 𝕜']
[inst_4 : NormedAlgebra 𝕜 𝕜'] [inst_5 : Module 𝕜' F] [IsBoundedSMul 𝕜' F] [IsScalarTower 𝕜 𝕜' F] {c : 𝕜 → 𝕜'}
{c' : 𝕜'},
HasStrictDerivAt c c' x → HasStrictDerivAt f f' x → HasStrictDerivAt (fun i => c i • f i) (c x • f' + c' • f x) xEta-expanded form of HasStrictDerivAt.smul
- Defined in
- Mathlib.Analysis.Calculus.Deriv.Mul
- 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.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement · cited by 20,661
- NormedAddCommGroupstatement · cited by 15,752
- NormedSpacestatement · cited by 12,499
- NontriviallyNormedFieldstatement · cited by 8,742
- IsScalarTowerstatement · cited by 3,896
- NormedAlgebrastatement · cited by 1,165
- NormedRingstatement · cited by 924
- IsBoundedSMulstatement · cited by 329
- HasStrictDerivAtstatement · cited by 163
- HasStrictDerivAt.smulproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.