Theorems · Theorem · complex analysis
Complex.hasSum_deriv_of_summable_norm
∀ {E : Type u_1} {ι : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] {U : Set ℂ} {z : ℂ}
{F : ι → ℂ → E} [CompleteSpace E] {u : ι → ℝ},
Summable u →
(∀ (i : ι), DifferentiableOn ℂ (F i) U) →
IsOpen U →
(∀ (i : ι), ∀ w ∈ U, ‖F i w‖ ≤ u i) →
z ∈ U → HasSum (fun i => deriv (F i) z) (deriv (fun w => ∑' (i : ι), F i w) z)If the terms in the sum ∑' (i : ι), F i are uniformly bounded on U by a
summable function, then the sum of deriv F i at a point in U is the derivative of the
sum.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 292 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
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
- Filterproof · cited by 8,121
- Complexstatement and proof · cited by 5,565
- nhdsproof · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- Finset.sumproof · cited by 5,195
- Filter.Tendstoproof · cited by 3,814
- CompleteSpacestatement and proof · cited by 2,532
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.