Theorems · Theorem · measure theory
MeasureTheory.UniformIntegrable.spec
∀ {α : Type u_1} {β : Type u_2} {ι : Type u_3} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α}
[inst : NormedAddCommGroup β] {p : ENNReal} {f : ι → α → β},
p ≠ 0 →
p ≠ ⊤ →
MeasureTheory.UniformIntegrable f p μ →
∀ {ε : ℝ},
0 < ε → ∃ C, ∀ (i : ι), MeasureTheory.eLpNorm ({x | C ≤ ‖f i x‖₊}.indicator (f i)) p μ ≤ ENNReal.ofReal ε- Cited by
- 1 results in Mathlib
- Foundations
- Depth 212 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NormedAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- 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
- NNRealstatement and proof · cited by 4,310
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- le_transproof · cited by 985
- NNNorm.nnnormstatement and proof · cited by 952
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.uniformIntegrable_iffproof · cited by 0