Theorems · Theorem · real analysis
HasStrictDerivAt.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 (c • f) (c x • f' + c' • f x) x- Defined in
- Mathlib.Analysis.Calculus.Deriv.Mul
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 182 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
- Modulestatement and proof · cited by 20,661
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- IsScalarTowerstatement and proof · cited by 3,896
- one_smulproof · cited by 1,374
- NormedAlgebrastatement and proof · cited by 1,165
- NormedRingstatement and proof · cited by 924
- IsBoundedSMulstatement and proof · cited by 329
- smul_applyproof · cited by 229
- HasStrictDerivAtstatement and proof · cited by 163
Cited by2
Results whose statement or proof uses this declaration.
- HasStrictDerivAt.fun_smulproof · cited by 0
- HasStrictDerivAt.smul_constproof · cited by 0