Theorems · Theorem · real analysis
iteratedDerivWithin_smul
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {F : Type u_2} [inst_1 : NormedAddCommGroup F]
[inst_2 : NormedSpace 𝕜 F] {n : ℕ} {x : 𝕜} {s : Set 𝕜},
x ∈ s →
UniqueDiffOn 𝕜 s →
∀ {𝔸 : Type u_5} [inst_3 : NormedRing 𝔸] [inst_4 : NormedAlgebra 𝕜 𝔸] [inst_5 : Module 𝔸 F] [IsBoundedSMul 𝔸 F]
[IsScalarTower 𝕜 𝔸 F] {f : 𝕜 → 𝔸} {g : 𝕜 → F},
ContDiffWithinAt 𝕜 (↑n) f s x →
ContDiffWithinAt 𝕜 (↑n) g s x →
iteratedDerivWithin n (f • g) s x =
∑ i ∈ Finset.range (n + 1), n.choose i • iteratedDerivWithin i f s x • iteratedDerivWithin (n - i) g s x- Cited by
- 1 results in Mathlib
- Foundations
- Depth 207 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites53
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
- Top.topproof · cited by 9,680
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Finset.sumstatement and proof · cited by 5,195
- ENatstatement · cited by 4,985
- IsScalarTowerstatement and proof · cited by 3,896
- WithTopstatement · cited by 3,754
- add_zeroproof · cited by 2,707
- Nat.cast_oneproof · cited by 2,501
Cited by1
Results whose statement or proof uses this declaration.
- iteratedDerivWithin_mulproof · cited by 2