Theorems · Theorem · probability
ProbabilityTheory.Indep.setIntegral_eq_mul
∀ {Ω : Type u_5} {𝓧 : Type u_6} {m mΩ : MeasurableSpace Ω} {P : MeasureTheory.Measure Ω} [m𝓧 : MeasurableSpace 𝓧]
{X : Ω → 𝓧} {A : Set Ω},
m ≤ mΩ →
∀ {f : 𝓧 → ℝ},
ProbabilityTheory.Indep m (MeasurableSpace.comap X m𝓧) P →
AEMeasurable X P →
MeasurableSet A →
MeasureTheory.AEStronglyMeasurable f (MeasureTheory.Measure.map X P) →
∫ (ω : Ω) in A, f (X ω) ∂P = P.real A * ∫ (ω : Ω), f (X ω) ∂PIf a random variable X is independent of a sigma-algebra m and A is a set in m
then ∫ ω in A, f (X ω) ∂P = P.real A * ∫ ω, f (X ω) ∂P for a measurable function f : 𝓧 → ℝ.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 270 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MeasurableSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- MeasurableSetstatement and proof · cited by 3,075
- MeasureTheory.integralstatement · cited by 1,779
- MeasureTheory.Measure.restrictstatement · cited by 1,646
- MeasureTheory.Measure.mapstatement and proof · cited by 858
- AEMeasurablestatement and proof · cited by 840
- MeasureTheory.AEStronglyMeasurablestatement and proof · cited by 755
- MeasureTheory.Measure.realstatement · cited by 530
- MeasurableSpace.comapstatement and proof · cited by 124
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.