Theorems · Theorem · real analysis
hasDerivAt_tsum
∀ {α : Type u_1} {𝕜 : Type u_3} {F : Type u_5} [inst : NontriviallyNormedField 𝕜] [IsRCLikeNormedField 𝕜]
[inst_2 : NormedAddCommGroup F] [CompleteSpace F] {u : α → ℝ} [inst_4 : NormedSpace 𝕜 F] {g g' : α → 𝕜 → F} {y₀ : 𝕜},
Summable u →
(∀ (n : α) (y : 𝕜), HasDerivAt (g n) (g' n y) y) →
(∀ (n : α) (y : 𝕜), ‖g' n y‖ ≤ u n) →
(Summable fun n => g n y₀) → ∀ (y : 𝕜), HasDerivAt (fun z => ∑' (n : α), g n z) (∑' (n : α), g' n y) yConsider a series of functions ∑' n, f n x. If the series converges at a
point, and all functions in the series are differentiable with a summable bound on the derivatives,
then the series is differentiable and its derivative is the sum of the derivatives.
- Defined in
- Mathlib.Analysis.Calculus.SmoothSeries
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 198 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Norm.normstatement and proof · cited by 5,413
- Set.univproof · cited by 3,945
- CompleteSpacestatement and proof · cited by 2,532
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- tsumstatement · cited by 1,148
- Summablestatement and proof · cited by 778
- HasDerivAtstatement and proof · cited by 493
- Set.mem_univproof · cited by 416
Cited by1
Results whose statement or proof uses this declaration.
- deriv_tsum_applyproof · cited by 1