Theorems · Theorem · measure theory
MeasureTheory.exists_notMem_null_le_average
∀ {α : Type u_1} {m0 : MeasurableSpace α} {μ : MeasureTheory.Measure α} {N : Set α} {f : α → ℝ}
[MeasureTheory.IsFiniteMeasure μ], μ ≠ 0 → MeasureTheory.Integrable f μ → μ N = 0 → ∃ x ∉ N, f x ≤ ⨍ (a : α), f a ∂μFirst moment method. The minimum of an integrable function is smaller than its mean, while avoiding a null set.
- 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.
Cites14
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
- Realstatement and proof · 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
- Set.ofPredproof · cited by 6,101
- LT.lt.ne'proof · cited by 1,417
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- MeasureTheory.averagestatement and proof · cited by 87
- MeasureTheory.nonempty_of_measure_ne_zeroproof · cited by 22
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.exists_notMem_null_average_leproof · cited by 1
- MeasureTheory.exists_notMem_null_le_integralproof · cited by 0