Theorems · Theorem · real analysis
contDiff_tsum
∀ {α : Type u_1} {𝕜 : Type u_3} {E : Type u_4} {F : Type u_5} [inst : NontriviallyNormedField 𝕜] [IsRCLikeNormedField 𝕜]
[inst_2 : NormedAddCommGroup E] [inst_3 : NormedSpace 𝕜 E] [inst_4 : NormedAddCommGroup F] [CompleteSpace F]
[inst_6 : NormedSpace 𝕜 F] {f : α → E → F} {v : ℕ → α → ℝ} {N : ℕ∞},
(∀ (i : α), ContDiff 𝕜 (↑N) (f i)) →
(∀ (k : ℕ), ↑k ≤ N → Summable (v k)) →
(∀ (k : ℕ) (i : α) (x : E), ↑k ≤ N → ‖iteratedFDeriv 𝕜 k (f i) x‖ ≤ v k i) →
ContDiff 𝕜 ↑N fun x => ∑' (i : α), f i xConsider a series of functions ∑' i, f i x. Assume that each individual function f i is of
class C^N, and moreover there is a uniform summable upper bound on the k-th derivative
for each k ≤ N. Then the series is also C^N.
- Defined in
- Mathlib.Analysis.Calculus.SmoothSeries
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 201 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites34
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
- RingHom.idproof · cited by 18,349
- 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
- ContinuousLinearMapproof · cited by 5,352
- ENatstatement and proof · cited by 4,985
- Continuousproof · cited by 2,592
- CompleteSpacestatement and proof · cited by 2,532
- LT.lt.leproof · cited by 2,189
- SummationFilter.unconditionalstatement and proof · cited by 2,068
Cited by1
Results whose statement or proof uses this declaration.
- contDiff_tsum_of_eventuallyproof · cited by 1