Theorems · Theorem · real analysis
HasDerivWithinAt.smul
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {F : Type v} [inst_1 : NormedAddCommGroup F]
[inst_2 : NormedSpace 𝕜 F] {f : 𝕜 → F} {f' : F} {x : 𝕜} {s : Set 𝕜} {𝕜' : Type u_2} [inst_3 : NormedRing 𝕜']
[inst_4 : NormedAlgebra 𝕜 𝕜'] [inst_5 : Module 𝕜' F] [IsBoundedSMul 𝕜' F] [IsScalarTower 𝕜 𝕜' F] {c : 𝕜 → 𝕜'}
{c' : 𝕜'}, HasDerivWithinAt c c' s x → HasDerivWithinAt f f' s x → HasDerivWithinAt (c • f) (c x • f' + c' • f x) s x- Defined in
- Mathlib.Analysis.Calculus.Deriv.Mul
- Cited by
- 6 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.
Cites19
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
- 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
- HasDerivWithinAtstatement and proof · cited by 333
- IsBoundedSMulstatement and proof · cited by 329
Cited by6
Results whose statement or proof uses this declaration.
- HasDerivAt.smulproof · cited by 4
- HasDerivWithinAt.smul_constproof · cited by 2
- hasDerivWithinAt_taylor_coeff_withinproof · cited by 1
- intervalIntegral.integral_deriv_smul_eq_sub_of_hasDeriv_rightproof · cited by 1
- derivWithin_fun_smulproof · cited by 1
- HasDerivWithinAt.fun_smulproof · cited by 0