Theorems · Theorem · complex analysis
hasSum_two_pi_I_cauchyPowerSeries_integral
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] {f : ℂ → E} {c : ℂ} {R : ℝ} {w : ℂ},
CircleIntegrable f c R →
‖w‖ < R →
HasSum (fun n => ∮ (z : ℂ) in C(c, R), (w / (z - c)) ^ n • (z - c)⁻¹ • f z)
(∮ (z : ℂ) in C(c, R), (z - (c + w))⁻¹ • f z)For any circle integrable function f, the power series cauchyPowerSeries f c R multiplied
by 2πI converges to the integral ∮ 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 257 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites72
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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.normstatement and proof · cited by 5,413
- mul_oneproof · cited by 3,885
- Filter.Eventuallyproof · cited by 3,134
- one_mulproof · cited by 2,841
- MeasureTheory.aeproof · cited by 2,352
- mul_commproof · cited by 2,262
Cited by2
Results whose statement or proof uses this declaration.
- hasSum_cauchyPowerSeries_integralproof · cited by 2
- circleIntegral.integral_sub_inv_of_mem_ballproof · cited by 1