Theorems · Theorem · complex analysis
Complex.circleIntegral_sub_center_inv_smul_of_differentiable_on_off_countable
∀ {E : Type u} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] [CompleteSpace E] {R : ℝ},
0 < R →
∀ {f : ℂ → E} {c : ℂ} {s : Set ℂ},
s.Countable →
ContinuousOn f (Metric.closedBall c R) →
(∀ z ∈ Metric.ball c R \ s, DifferentiableAt ℂ f z) →
∮ (z : ℂ) in C(c, R), (z - c)⁻¹ • f z = (2 * ↑Real.pi * Complex.I) • f cCauchy integral formula for the value at the center of a disc. If f : ℂ → E is continuous on a
closed disc of radius R and center c, and is complex differentiable at all but countably many
points of its interior, then the integral $\oint_{|z-c|=R} \frac{f(z)}{z-c}\,dz$ is equal to
2πi • f c.
- Defined in
- Mathlib.Analysis.Complex.CauchyIntegral
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 271 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Complexstatement and proof · cited by 5,565
- CompleteSpacestatement and proof · cited by 2,532
- Real.pistatement · cited by 1,774
- Complex.ofRealstatement · cited by 1,654
- ContinuousOnstatement and proof · cited by 1,411
- Complex.Istatement · cited by 866
- Metric.ballstatement and proof · cited by 735
- Metric.closedBallstatement and proof · cited by 704
Cited by1
Results whose statement or proof uses this declaration.
- Complex.circleIntegral_eq_zero_of_differentiable_on_off_countableproof · cited by 2