Theorems · Theorem · complex analysis
Complex.circleIntegral_eq_of_differentiable_on_annulus_off_countable
∀ {E : Type u} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] {c : ℂ} {r R : ℝ},
0 < r →
r ≤ R →
∀ {f : ℂ → E} {s : Set ℂ},
s.Countable →
ContinuousOn f (Metric.closedBall c R \ Metric.ball c r) →
(∀ z ∈ (Metric.ball c R \ Metric.closedBall c r) \ s, DifferentiableAt ℂ f z) →
∮ (z : ℂ) in C(c, R), f z = ∮ (z : ℂ) in C(c, r), f zCauchy-Goursat theorem for an annulus. If f : ℂ → E is continuous on the closed annulus
r ≤ ‖z - c‖ ≤ R, 0 < r ≤ R, and is complex differentiable at all but countably many points of
its interior, then the integrals of f over the circles ‖z - c‖ = r and ‖z - c‖ = R are equal
to each other.
- Defined in
- Mathlib.Analysis.Complex.CauchyIntegral
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 270 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- ContinuousOnstatement and proof · cited by 1,411
- Metric.ballstatement and proof · cited by 735
- Metric.closedBallstatement and proof · cited by 704
- DifferentiableAtstatement and proof · cited by 617
- Set.Countablestatement and proof · cited by 545
- continuousOn_constproof · cited by 96
- differentiableAt_idproof · cited by 63
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.