Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.average_eq_integral

∀ {α : Type u_1} {E : Type u_2} {m0 : MeasurableSpace α} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E]
  (μ : MeasureTheory.Measure α) [MeasureTheory.IsProbabilityMeasure μ] (f : α → E),
  ⨍ (x : α), f x ∂μ = ∫ (x : α), f x ∂μ
Defined in
Mathlib.MeasureTheory.Integral.Average
Cited by
11 results in Mathlib
Foundations
Depth 252 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpaceMeasureTheory.IsProbabilityMeasure

Around this declaration

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

Cites12

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

Cited by11

Results whose statement or proof uses this declaration.