Theorems · Theorem · probability
indicator_indepFun_of_bcf
∀ {Ω : Type u_1} {mΩ : MeasurableSpace Ω} {P : MeasureTheory.Measure Ω} {G : Type u_6} [inst : TopologicalSpace G]
[inst_1 : MeasurableSpace G] [BorelSpace G] [HasOuterApproxClosed G] {Z : Ω → G}
[MeasureTheory.IsProbabilityMeasure P] {A : Set Ω},
MeasureTheory.NullMeasurableSet A P →
AEMeasurable Z P →
(∀ (f : BoundedContinuousFunction G ℝ), ∫ (ω : Ω) in A, f (Z ω) ∂P = P.real A * ∫ (ω : Ω), f (Z ω) ∂P) →
ProbabilityTheory.IndepFun (A.indicator 1) Z PThe indicator of a set $A$ and a random variable $X$ are independent if for all real bounded continuous function $f$, $$P[\mathbb{I}_A f(X)] = P(A) P[f(X)].$$
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 270 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- NormedAddCommGroupproof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpaceproof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Finset.univproof · cited by 3,473
- Finset.prodproof · cited by 2,356
- MeasureTheory.integralstatement and proof · cited by 1,779
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
Cited by1
Results whose statement or proof uses this declaration.
- indepSets_comap_of_bcfproof · cited by 1