Theorems · Theorem · measure theory
MeasureTheory.measure_setLAverage_le_pos
∀ {α : Type u_1} {m0 : MeasurableSpace α} {μ : MeasureTheory.Measure α} {s : Set α} {f : α → ENNReal},
μ s ≠ 0 →
MeasureTheory.NullMeasurableSet s μ →
∫⁻ (a : α) in s, f a ∂μ ≠ ⊤ → 0 < μ {x | x ∈ s ∧ ⨍⁻ (a : α) in s, f a ∂μ ≤ f x}First moment method. A measurable function is greater than its mean on a set of positive measure.
- Defined in
- Mathlib.MeasureTheory.Integral.Average
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 259 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites35
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realproof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- Set.ofPredstatement and proof · cited by 6,101
- Set.univproof · cited by 3,945
- LE.le.transproof · cited by 3,151
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- Measurableproof · cited by 1,499
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.measure_laverage_le_posproof · cited by 3
- MeasureTheory.exists_setLAverage_leproof · cited by 0