Mathlib Map

Theorems · Theorem · complex analysis

DiffContOnCl.deriv_eq_smul_circleIntegral

∀ {E : Type u} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] [CompleteSpace E] {R : ℝ} {f : ℂ → E} {c : ℂ},
  0 < R →
    DiffContOnCl ℂ f (Metric.ball c R) →
      ∮ (z : ℂ) in C(c, R), (1 / (z - c) ^ 2) • f z = (2 * ↑Real.pi * Complex.I) • deriv f c

Cauchy integral formula for the first order derivative, assuming f is continuous on a closed ball and differentiable on its interior.

Defined in
Mathlib.Analysis.Complex.CauchyIntegral
Cited by
0 results in Mathlib
Foundations
Depth 285 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpaceCompleteSpace

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.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.