Theorems · Definition · measure theory
MeasureTheory.average
{α : Type u_1} →
{E : Type u_2} →
{m0 : MeasurableSpace α} → [inst : NormedAddCommGroup E] → [NormedSpace ℝ E] → MeasureTheory.Measure α → (α → E) → EAverage value of a function f w.r.t. a measure μ, denoted ⨍ x, f x ∂μ.
It is equal to (μ.real univ)⁻¹ • ∫ x, f x ∂μ, so it takes value zero if f is not integrable or
if μ is an infinite measure. If μ is a probability measure, then the average of any function is
equal to its integral.
For the average on a set, use ⨍ x in s, f x ∂μ, defined as ⨍ x, f x ∂(μ.restrict s). For the
average w.r.t. the volume, one can omit ∂volume.
- Defined in
- Mathlib.MeasureTheory.Integral.Average
- Cited by
- 87 results in Mathlib
- Foundations
- Depth 250 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Set.univproof · cited by 3,945
- MeasureTheory.integralproof · cited by 1,779
Cited by87
Results whose statement or proof uses this declaration.
- MeasureTheory.average_eq_integralstatement · cited by 11
- MeasureTheory.average_eqstatement · cited by 10
- MeasureTheory.setAverage_eqstatement · cited by 5
- MeasureTheory.measure_le_setAverage_posstatement and proof · cited by 5
- MeasureTheory.average_negstatement · cited by 5
- MeasureTheory.measure_setAverage_le_posstatement · cited by 4
- MeasureTheory.measure_smul_averagestatement and proof · cited by 4
- ConvexOn.map_average_lestatement · cited by 4
- MeasureTheory.average_mem_openSegment_compl_selfstatement and proof · cited by 4
- MeasureTheory.exists_eq_setAveragestatement and proof · cited by 3
- ConvexOn.set_average_mem_epigraphstatement · cited by 3
- MeasureTheory.integral_averagestatement and proof · cited by 3