Mathlib Map

Theorems · Theorem · measure theory

Real.circleAverage_eq_integral_add

∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {f : ℂ → E} {c : ℂ} {R : ℝ} (η : ℝ),
  Real.circleAverage f c R = (2 * Real.pi)⁻¹ • ∫ (θ : ℝ) in 0..2 * Real.pi, f (circleMap c R (θ + η))

Circle averages do not change when shifting the angle.

Defined in
Mathlib.MeasureTheory.Integral.CircleAverage
Cited by
1 results in Mathlib
Foundations
Depth 261 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.

Cites16

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.