Theorems · Theorem · complex analysis
Complex.tendsto_tsum_powerSeries_nhdsWithin_stolzSet
∀ {f : ℕ → ℂ} {l : ℂ},
Filter.Tendsto (fun n => ∑ i ∈ Finset.range n, f i) Filter.atTop (nhds l) →
∀ {M : ℝ}, Filter.Tendsto (fun z => ∑' (n : ℕ), f n * z ^ n) (nhdsWithin 1 (Complex.stolzSet M)) (nhds l)Abel's limit theorem. Given a power series converging at 1, the corresponding function is continuous at 1 when approaching 1 within a fixed Stolz set.
- Defined in
- Mathlib.Analysis.Complex.AbelLimit
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 170 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites66
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
- Complexstatement and proof · cited by 5,565
- nhdsstatement and proof · cited by 5,554
- Norm.normproof · cited by 5,413
- Finset.sumstatement and proof · cited by 5,195
- mul_oneproof · cited by 3,885
- Filter.Tendstostatement and proof · cited by 3,814
- Nat.cast_oneproof · cited by 2,501
- Filter.atTopstatement and proof · cited by 2,405
- Finset.sum_congrproof · cited by 2,323
- LT.lt.leproof · cited by 2,189
- SummationFilter.unconditionalstatement and proof · cited by 2,068
Cited by2
Results whose statement or proof uses this declaration.
- Complex.tendsto_tsum_powerSeries_nhdsWithin_ltproof · cited by 1
- Complex.tendsto_tsum_powerSeries_nhdsWithin_stolzConeproof · cited by 0