Theorems · Theorem · probability
ProbabilityTheory.lintegral_mul_indicator_eq_lintegral_mul_lintegral_indicator
∀ {Ω : Type u_1} {f : Ω → ENNReal} {Mf mΩ : MeasurableSpace Ω} {μ : MeasureTheory.Measure Ω},
Mf ≤ mΩ →
∀ (c : ENNReal) {T : Set Ω},
MeasurableSet T →
ProbabilityTheory.IndepSets {s | MeasurableSet s} {T} μ →
Measurable f →
∫⁻ (ω : Ω), f ω * T.indicator (fun x => c) ω ∂μ =
(∫⁻ (ω : Ω), f ω ∂μ) * ∫⁻ (ω : Ω), T.indicator (fun x => c) ω ∂μIf a random variable f in ℝ≥0∞ is independent of an event T, then if you restrict the
random variable to T, then E[f * indicator T c 0]=E[f] * E[indicator T c 0]. It is useful for
lintegral_mul_eq_lintegral_mul_lintegral_of_independent_measurableSpace.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 204 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites35
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Set.ofPredstatement and proof · cited by 6,101
- MeasurableSetstatement and proof · cited by 3,075
- iSupproof · cited by 2,415
- Disjointproof · cited by 2,201
- MeasureTheory.Measure.restrictproof · cited by 1,646
- le_rflproof · cited by 1,558
- Measurablestatement and proof · cited by 1,499
Cited by1
Results whose statement or proof uses this declaration.