Theorems · Theorem · complex analysis
Complex.abel_aux
∀ {f : ℕ → ℂ} {l : ℂ},
Filter.Tendsto (fun n => ∑ i ∈ Finset.range n, f i) Filter.atTop (nhds l) →
∀ {z : ℂ},
‖z‖ < 1 →
Filter.Tendsto (fun n => (1 - z) * ∑ i ∈ Finset.range n, (l - ∑ j ∈ Finset.range (i + 1), f j) * z ^ i)
Filter.atTop (nhds (l - ∑' (n : ℕ), f n * z ^ n))Auxiliary lemma for Abel's limit theorem. The difference between the sum l at 1 and the
power series's value at a point z away from 1 can be rewritten as 1 - z times a power series
whose coefficients are tail sums of l.
- Defined in
- Mathlib.Analysis.Complex.AbelLimit
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 169 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites46
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement · cited by 25,697
- Finsetproof · cited by 13,712
- Filterproof · cited by 8,121
- Complexstatement and proof · cited by 5,565
- nhdsstatement and proof · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- Finset.sumstatement and proof · cited by 5,195
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.atTopstatement and proof · cited by 2,405
- zero_addproof · cited by 2,366
- Finset.sum_congrproof · cited by 2,323
- mul_commproof · cited by 2,262
Cited by1
Results whose statement or proof uses this declaration.
- Complex.tendsto_tsum_powerSeries_nhdsWithin_stolzSetproof · cited by 2