Theorems · Theorem · probability
ProbabilityTheory.IndepFun.integrable_left_of_integrable_mul
Deprecated since 2026-04-30Use ProbabilityTheory.IndepFun.integrable_left_of_integrable_op instead.
∀ {Ω : Type u_1} {mΩ : MeasurableSpace Ω} {μ : MeasureTheory.Measure Ω} {E : Type u_5} {F : Type u_6} {G : Type u_7}
[inst : TopologicalSpace E] [inst_1 : ContinuousENorm E] [inst_2 : MeasurableSpace E] [OpensMeasurableSpace E]
[inst_4 : NormedAddGroup F] [inst_5 : MeasurableSpace F] [OpensMeasurableSpace F] [inst_7 : TopologicalSpace G]
[inst_8 : ContinuousENorm G] {X : Ω → E} {Y : Ω → F},
ProbabilityTheory.IndepFun X Y μ →
∀ (B : E → F → G) (c : NNReal),
c ≠ 0 →
(∀ (x : E) (y : F), ↑c * ‖x‖ₑ * ‖y‖ₑ ≤ ‖B x y‖ₑ) →
MeasureTheory.Integrable (fun ω => B (X ω) (Y ω)) μ →
MeasureTheory.AEStronglyMeasurable X μ →
MeasureTheory.AEStronglyMeasurable Y μ → ¬Y =ᵐ[μ] 0 → MeasureTheory.Integrable X μAlias of ProbabilityTheory.IndepFun.integrable_left_of_integrable_op.
If X and Y are two independent random variables, B X Y is integrable, Y is not
almost-surely 0 and c * ‖x‖ₑ * ‖y‖ₑ ≤ ‖B x y‖ₑ, then X is integrable.
This is useful for the case where B is scalar multiplication, as it will allow to drop
integrability hypotheses.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 210 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement · cited by 24,529
- MeasurableSpacestatement · cited by 13,106
- MeasureTheory.Measurestatement · cited by 10,939
- ENNRealstatement · cited by 9,879
- NNRealstatement · cited by 4,310
- MeasureTheory.aestatement · cited by 2,352
- Filter.EventuallyEqstatement · cited by 1,912
- MeasureTheory.Integrablestatement · cited by 1,367
- ENNReal.ofNNRealstatement · cited by 1,279
- MeasureTheory.AEStronglyMeasurablestatement · cited by 755
- ENorm.enormstatement · cited by 715
- OpensMeasurableSpacestatement · cited by 636
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.