Mathlib Map

Theorems · Theorem · measure theory

Real.circleAverage_eq_circleIntegral

∀ {c : ℂ} {R : ℝ} {F : Type u_4} [inst : NormedAddCommGroup F] [inst_1 : NormedSpace ℂ F] {f : ℂ → F},
  R ≠ 0 → Real.circleAverage f c R = (2 * ↑Real.pi * Complex.I)⁻¹ • ∮ (z : ℂ) in C(c, R), (z - c)⁻¹ • f z

Expression of the circleAverage in terms of a circleIntegral.

Defined in
Mathlib.MeasureTheory.Integral.CircleAverage
Cited by
1 results in Mathlib
Foundations
Depth 254 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites30

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.