Theorems · Theorem · probability
ProbabilityTheory.IndepFun.integrable_op
∀ {Ω : 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 : TopologicalSpace F] [inst_5 : ContinuousENorm F] [inst_6 : MeasurableSpace F] [OpensMeasurableSpace F]
[inst_8 : TopologicalSpace G] [inst_9 : ContinuousENorm G] {X : Ω → E} {Y : Ω → F},
ProbabilityTheory.IndepFun X Y μ →
MeasureTheory.Integrable X μ →
MeasureTheory.Integrable Y μ →
∀ (B : E → F → G),
Continuous (Function.uncurry B) →
∀ (C : NNReal),
(∀ (x : E) (y : F), ‖B x y‖ₑ ≤ ↑C * ‖x‖ₑ * ‖y‖ₑ) → MeasureTheory.Integrable (fun ω => B (X ω) (Y ω)) μIf X and Y are two independent and integrable random variables, and B is a function of
two variables such that ‖B x y‖ₑ ≤ C * ‖x‖ₑ * ‖y‖ₑ, then B X Y is integrable.
This is useful in particular if B is a continuous bilinear map.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 209 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- NNRealstatement and proof · cited by 4,310
- Continuousstatement and proof · cited by 2,592
- le_reflproof · cited by 2,061
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- ENNReal.ofNNRealstatement and proof · cited by 1,279
- MeasureTheory.lintegralproof · cited by 1,152
- ENorm.enormstatement and proof · cited by 715
- OpensMeasurableSpacestatement and proof · cited by 636
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.IndepFun.integrable_smulproof · cited by 1
- ProbabilityTheory.IndepFun.integrable_bilinproof · cited by 1