Theorems · Theorem · measure theory
MeasureTheory.integrable_norm_rpow_of_le
∀ {α : Type u_1} {β : Type u_2} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} [inst : NormedAddCommGroup β]
[MeasureTheory.IsFiniteMeasure μ] {f : α → β},
MeasureTheory.AEStronglyMeasurable f μ →
∀ {p q : ℝ},
0 ≤ p →
0 ≤ q →
p ≤ q → MeasureTheory.Integrable (fun x => ‖f x‖ ^ q) μ → MeasureTheory.Integrable (fun x => ‖f x‖ ^ p) μ- Cited by
- 1 results in Mathlib
- Foundations
- Depth 214 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- Top.topproof · cited by 9,680
- Norm.normstatement and proof · cited by 5,413
- LT.lt.leproof · cited by 2,189
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- MeasureTheory.AEStronglyMeasurablestatement and proof · cited by 755
- LE.le.eq_or_ltproof · cited by 220
- ENNReal.toReal_ofRealproof · cited by 82
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.integrable_norm_pow_of_leproof · cited by 0