Theorems · Theorem · real analysis
derivWithin_mul_const
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {x : 𝕜} {s : Set 𝕜} {𝔸 : Type u_3} [inst_1 : NormedRing 𝔸]
[inst_2 : NormedAlgebra 𝕜 𝔸] {c : 𝕜 → 𝔸},
DifferentiableWithinAt 𝕜 c s x → ∀ (d : 𝔸), derivWithin (fun y => c y * d) s x = derivWithin c s x * d- Defined in
- Mathlib.Analysis.Calculus.Deriv.Mul
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 185 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- NormedAddCommGroupproof · cited by 15,752
- NormedSpaceproof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- MulZeroClass.zero_mulproof · cited by 1,625
- NormedAlgebrastatement and proof · cited by 1,165
- NormedRingstatement and proof · cited by 924
- DifferentiableWithinAtstatement and proof · cited by 453
- derivWithinstatement · cited by 258
- UniqueDiffWithinAtproof · cited by 252
- DifferentiableWithinAt.hasDerivWithinAtproof · cited by 85
- HasDerivWithinAt.derivWithinproof · cited by 62
Cited by1
Results whose statement or proof uses this declaration.
- derivWithin_mul_const_fieldproof · cited by 2