Theorems · Theorem · complex analysis
Complex.hasSum_taylorSeries_on_eball
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] [CompleteSpace E] ⦃f : ℂ → E⦄ ⦃c : ℂ⦄
⦃r : ENNReal⦄,
DifferentiableOn ℂ f (Metric.eball c r) →
∀ ⦃z : ℂ⦄, z ∈ Metric.eball c r → HasSum (fun n => (↑n.factorial)⁻¹ • (z - c) ^ n • iteratedDeriv n f c) (f z)A function that is complex differentiable on the open ball of radius r ≤ ∞ around c
is given by evaluating its Taylor series at c on this open ball.
- Defined in
- Mathlib.Analysis.Complex.TaylorSeries
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 286 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- ENNRealstatement and proof · cited by 9,879
- Complexstatement and proof · cited by 5,565
- NNRealproof · cited by 4,310
- CompleteSpacestatement and proof · cited by 2,532
- LT.lt.leproof · cited by 2,189
- SummationFilter.unconditionalstatement · cited by 2,068
- ENNReal.ofNNRealproof · cited by 1,279
- EDist.edistproof · cited by 735
- Nat.factorialstatement · cited by 616
Cited by3
Results whose statement or proof uses this declaration.
- Complex.taylorSeries_eq_on_eballproof · cited by 2
- Complex.hasSum_taylorSeries_of_entireproof · cited by 1
- Complex.hasSum_taylorSeries_on_emetric_ballproof · cited by 0