Theorems · Theorem · complex analysis
Complex.hasFPowerSeriesOnBall_of_differentiable_off_countable
∀ {E : Type u} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] [CompleteSpace E] {R : NNReal} {c : ℂ}
{f : ℂ → E} {s : Set ℂ},
s.Countable →
ContinuousOn f (Metric.closedBall c ↑R) →
(∀ z ∈ Metric.ball c ↑R \ s, DifferentiableAt ℂ f z) →
0 < R → HasFPowerSeriesOnBall f (cauchyPowerSeries f c ↑R) c ↑RIf f : ℂ → E is continuous on a closed ball of positive radius and is differentiable at all
but countably many points of the corresponding open ball, then it is analytic on the open ball with
coefficients of the power series given by Cauchy integral formulas.
- Defined in
- Mathlib.Analysis.Complex.CauchyIntegral
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 282 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Complexstatement and proof · cited by 5,565
- NNRealstatement and proof · cited by 4,310
- CompleteSpacestatement and proof · cited by 2,532
- SummationFilter.unconditionalproof · cited by 2,068
- ContinuousOnstatement and proof · cited by 1,411
- ENNReal.ofNNRealstatement and proof · cited by 1,279
- NNReal.toRealstatement and proof · cited by 1,260
- Metric.ballstatement and proof · cited by 735
Cited by3
Results whose statement or proof uses this declaration.
- DiffContOnCl.hasFPowerSeriesOnBallproof · cited by 1
- Complex.analyticAt_of_differentiable_on_punctured_nhds_of_continuousAtproof · cited by 1