Theorems · Theorem · complex analysis
DiffContOnCl.circleIntegral_sub_inv_smul
∀ {E : Type u} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] [CompleteSpace E] {R : ℝ} {c w : ℂ} {f : ℂ → E},
DiffContOnCl ℂ f (Metric.ball c R) →
w ∈ Metric.ball c R → ∮ (z : ℂ) in C(c, R), (z - w)⁻¹ • f z = (2 * ↑Real.pi * Complex.I) • f wCauchy integral formula: if f : ℂ → E is complex differentiable on an open disc and is
continuous on its closure, then for any w in this open ball we have
$\oint_{|z-c|=R}(z-w)^{-1}f(z)\,dz=2πif(w)$.
- Defined in
- Mathlib.Analysis.Complex.CauchyIntegral
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 283 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · 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
- Complex.Istatement · cited by 866
- Metric.ballstatement and proof · cited by 735
- DiffContOnClstatement and proof · cited by 92
- Metric.isOpen_ballproof · cited by 63
Cited by2
Results whose statement or proof uses this declaration.
- Complex.norm_max_aux₁proof · cited by 1
- DifferentiableOn.circleIntegral_sub_inv_smulproof · cited by 0