Theorems · Theorem · measure theory
MeasureTheory.AECover.integrable_of_integral_bounded_of_nonneg_ae
∀ {α : Type u_1} {ι : Type u_2} [inst : MeasurableSpace α] {μ : MeasureTheory.Measure α} {l : Filter ι} [l.NeBot]
[l.IsCountablyGenerated] {φ : ι → Set α},
MeasureTheory.AECover μ l φ →
∀ {f : α → ℝ} (I : ℝ),
(∀ (i : ι), MeasureTheory.IntegrableOn f (φ i) μ) →
(∀ᵐ (x : α) ∂μ, 0 ≤ f x) → (∀ᶠ (i : ι) in l, ∫ (x : α) in φ i, f x ∂μ ≤ I) → MeasureTheory.Integrable f μ- Cited by
- 1 results in Mathlib
- Foundations
- Depth 255 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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
- Filterstatement and proof · cited by 8,121
- LE.le.transproof · cited by 3,151
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasureTheory.aestatement and proof · cited by 2,352
- MeasureTheory.integralstatement and proof · cited by 1,779
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- MeasureTheory.Integrablestatement · cited by 1,367
- Filter.NeBotstatement and proof · cited by 853
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.AECover.integrable_of_integral_tendsto_of_nonneg_aeproof · cited by 1