Theorems · Theorem · complex analysis
Complex.circleIntegral_sub_center_inv_smul_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), (z - c)⁻¹ • f z = ∮ (z : ℂ) in C(c, r), (z - c)⁻¹ • f zIf 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 z / (z - c) (formally, (z - c)⁻¹ • f z)
over the circles ‖z - c‖ = r and ‖z - c‖ = R are equal to each other.
- Defined in
- Mathlib.Analysis.Complex.CauchyIntegral
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 269 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites60
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
- Set.preimageproof · cited by 4,946
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- Real.piproof · cited by 1,774
- Complex.ofRealproof · cited by 1,654
- MulZeroClass.zero_mulproof · cited by 1,625
- LT.lt.ne'proof · cited by 1,417
Cited by2
Results whose statement or proof uses this declaration.