Theorems · Theorem · real analysis
derivWithin_mul
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {x : 𝕜} {s : Set 𝕜} {𝔸 : Type u_3} [inst_1 : NormedRing 𝔸]
[inst_2 : NormedAlgebra 𝕜 𝔸] {c d : 𝕜 → 𝔸},
DifferentiableWithinAt 𝕜 c s x →
DifferentiableWithinAt 𝕜 d s x → derivWithin (c * d) s x = derivWithin c s x * d x + c x * derivWithin d s x- Defined in
- Mathlib.Analysis.Calculus.Deriv.Mul
- Cited by
- 0 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.
Cites7
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
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- NormedAlgebrastatement and proof · cited by 1,165
- NormedRingstatement and proof · cited by 924
- DifferentiableWithinAtstatement and proof · cited by 453
- derivWithinstatement · cited by 258
- derivWithin_fun_mulproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.