Theorems · Theorem · real analysis
derivWithin_fun_smul
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {F : Type v} [inst_1 : NormedAddCommGroup F]
[inst_2 : NormedSpace 𝕜 F] {f : 𝕜 → F} {x : 𝕜} {s : Set 𝕜} {𝕜' : Type u_2} [inst_3 : NormedRing 𝕜']
[inst_4 : NormedAlgebra 𝕜 𝕜'] [inst_5 : Module 𝕜' F] [IsBoundedSMul 𝕜' F] [IsScalarTower 𝕜 𝕜' F] {c : 𝕜 → 𝕜'},
DifferentiableWithinAt 𝕜 c s x →
DifferentiableWithinAt 𝕜 f s x →
derivWithin (fun y => c y • f y) s x = c x • derivWithin f s x + derivWithin c s x • f x- Defined in
- Mathlib.Analysis.Calculus.Deriv.Mul
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 184 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- 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
- add_zeroproof · cited by 2,707
- NormedAlgebrastatement and proof · cited by 1,165
- NormedRingstatement and proof · cited by 924
- zero_smulproof · cited by 716
- smul_zeroproof · cited by 665
- DifferentiableWithinAtstatement and proof · cited by 453
Cited by1
Results whose statement or proof uses this declaration.
- derivWithin_smulproof · cited by 1