Theorems · Theorem · complex analysis
hasFPowerSeriesOn_cauchy_integral
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] {f : ℂ → E} {c : ℂ} {R : NNReal},
CircleIntegrable f c ↑R →
0 < R →
HasFPowerSeriesOnBall (fun w => (2 * ↑Real.pi * Complex.I)⁻¹ • ∮ (z : ℂ) in C(c, ↑R), (z - w)⁻¹ • f z)
(cauchyPowerSeries f c ↑R) c ↑RFor any circle integrable function f, the power series cauchyPowerSeries f c R, R > 0,
converges to the Cauchy integral (2 * π * I : ℂ)⁻¹ • ∮ z in C(c, R), (z - w)⁻¹ • f z on the open
disc Metric.ball c R.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 259 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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
- Real.pistatement · cited by 1,774
- Complex.ofRealstatement · cited by 1,654
- ENNReal.ofNNRealstatement and proof · cited by 1,279
- NNReal.toRealstatement and proof · cited by 1,260
- Complex.Istatement · cited by 866
- Metric.eballproof · cited by 294
- dist_zero_rightproof · cited by 172
- HasFPowerSeriesOnBallstatement · cited by 131
Cited by2
Results whose statement or proof uses this declaration.