Theorems · Theorem · complex analysis
Complex.differentiableOn_tsum_of_summable_norm
∀ {E : Type u_1} {ι : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] {U : Set ℂ} {F : ι → ℂ → E}
[CompleteSpace E] {u : ι → ℝ},
Summable u →
(∀ (i : ι), DifferentiableOn ℂ (F i) U) →
IsOpen U → (∀ (i : ι), ∀ w ∈ U, ‖F i w‖ ≤ u i) → DifferentiableOn ℂ (fun w => ∑' (i : ι), F i w) UIf the terms in the sum ∑' (i : ι), F i are uniformly bounded on U by a
summable function, and each term in the sum is differentiable on U, then so is the sum.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 291 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- Finsetproof · cited by 13,712
- NormedSpacestatement and proof · cited by 12,499
- Complexstatement and proof · cited by 5,565
- Norm.normstatement and proof · cited by 5,413
- Finset.sumproof · cited by 5,195
- CompleteSpacestatement and proof · cited by 2,532
- Filter.atTopproof · cited by 2,405
- IsOpenstatement and proof · cited by 2,400
- SummationFilter.unconditionalstatement and proof · cited by 2,068
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.