Theorems · Theorem · probability
ProbabilityTheory.IndepFun.integral_mul_eq_mul_integral
∀ {Ω : Type u_1} {𝕜 : Type u_2} [inst : RCLike 𝕜] {mΩ : MeasurableSpace Ω} {μ : MeasureTheory.Measure Ω} {X Y : Ω → 𝕜},
ProbabilityTheory.IndepFun X Y μ →
MeasureTheory.AEStronglyMeasurable X μ →
MeasureTheory.AEStronglyMeasurable Y μ → ∫ (x : Ω), (X * Y) x ∂μ = (∫ (x : Ω), X x ∂μ) * ∫ (x : Ω), Y x ∂μ- Cited by
- 2 results in Mathlib
- Foundations
- Depth 270 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- RCLike
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- RCLikestatement and proof · cited by 2,829
- MeasureTheory.integralstatement · cited by 1,779
- MeasureTheory.AEStronglyMeasurablestatement and proof · cited by 755
- ProbabilityTheory.IndepFunstatement and proof · cited by 192
- ProbabilityTheory.IndepFun.integral_smul_eq_smul_integralproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.IndepFun.covariance_eq_zeroproof · cited by 4
- ProbabilityTheory.IndepFun.mgf_addproof · cited by 4