Theorems · Theorem · complex analysis
Complex.hasSum_taylorSeries_on_ball
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] [CompleteSpace E] ⦃f : ℂ → E⦄ ⦃c : ℂ⦄ ⦃r : ℝ⦄,
DifferentiableOn ℂ f (Metric.ball c r) →
∀ ⦃z : ℂ⦄, z ∈ Metric.ball 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 285 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites38
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpaceproof · cited by 24,529
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- AddCommMonoidproof · cited by 12,281
- Complexstatement and proof · cited by 5,565
- Norm.normproof · cited by 5,413
- NNRealproof · cited by 4,310
- mul_oneproof · cited by 3,885
- CompleteSpacestatement and proof · cited by 2,532
Cited by3
Results whose statement or proof uses this declaration.
- Complex.hasSum_taylorSeries_on_eballproof · cited by 3
- UpperHalfPlane.hasSum_qExpansion_of_norm_ltproof · cited by 2
- Complex.taylorSeries_eq_on_ballproof · cited by 1