Theorems · Theorem · probability
indicator_indepFun_pi_of_bcf
∀ {Ω : Type u_1} {S : Type u_2} {mΩ : MeasurableSpace Ω} {P : MeasureTheory.Measure Ω} {E : S → Type u_4}
[inst : (s : S) → TopologicalSpace (E s)] [inst_1 : (s : S) → MeasurableSpace (E s)] [∀ (s : S), BorelSpace (E s)]
[∀ (s : S), HasOuterApproxClosed (E s)] {X : (s : S) → Ω → E s} [MeasureTheory.IsProbabilityMeasure P] [Finite S]
{A : Set Ω},
MeasureTheory.NullMeasurableSet A P →
(∀ (s : S), AEMeasurable (X s) P) →
(∀ (f : BoundedContinuousFunction ((s : S) → E s) ℝ),
∫ (ω : Ω) in A, f fun x => X x ω ∂P = P.real A * ∫ (ω : Ω), f fun x => X x ω ∂P) →
ProbabilityTheory.IndepFun (A.indicator 1) (fun ω s => X s ω) PThe indicator of a set $A$ and a family of random variables $(X_1, ..., X_p)$ are independent if for all real bounded continuous function $f$, $$P[\mathbb{I}_A f(X_1, ..., X_p)] = P(A) P[f(X_1, ..., X_p)].$$
- Cited by
- 2 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.
Cites31
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
- Fintypeproof · cited by 7,736
- Finset.univproof · cited by 3,473
- Finitestatement and proof · cited by 3,029
- Finset.prodproof · cited by 2,356
Cited by2
Results whose statement or proof uses this declaration.
- indicator_indepFun_process_of_bcfproof · cited by 1
- indepSets_comap_pi_of_bcfproof · cited by 1