Theorems · Theorem · measure theory
MeasureTheory.exists_setLAverage_le
∀ {α : Type u_1} {m0 : MeasurableSpace α} {μ : MeasureTheory.Measure α} {s : Set α} {f : α → ENNReal},
μ s ≠ 0 → MeasureTheory.NullMeasurableSet s μ → ∫⁻ (a : α) in s, f a ∂μ ≠ ⊤ → ∃ x ∈ s, ⨍⁻ (a : α) in s, f a ∂μ ≤ f xFirst moment method. The maximum of a measurable function is greater than its mean.
- Defined in
- Mathlib.MeasureTheory.Integral.Average
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 260 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- 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.ofPredproof · cited by 6,101
- Set.Nonemptyproof · cited by 2,627
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- LT.lt.ne'proof · cited by 1,417
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- MeasureTheory.NullMeasurableSetstatement and proof · cited by 337
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.