Theorems · Theorem · probability
indepFun_of_bcf
∀ {Ω : Type u_1} {mΩ : MeasurableSpace Ω} {P : MeasureTheory.Measure Ω} {G : Type u_6} {H : Type u_7}
[inst : TopologicalSpace G] [inst_1 : MeasurableSpace G] [BorelSpace G] [HasOuterApproxClosed G]
[inst_4 : TopologicalSpace H] [inst_5 : MeasurableSpace H] [BorelSpace H] [HasOuterApproxClosed H] {Z : Ω → G}
{U : Ω → H} [MeasureTheory.IsFiniteMeasure P],
AEMeasurable Z P →
AEMeasurable U P →
(∀ (f : BoundedContinuousFunction G ℝ) (g : BoundedContinuousFunction H ℝ),
∫ (x : Ω), (⇑f ∘ Z * ⇑g ∘ U) x ∂P = (∫ (x : Ω), (⇑f ∘ Z) x ∂P) * ∫ (x : Ω), (⇑g ∘ U) x ∂P) →
ProbabilityTheory.IndepFun Z U PTwo random variables $X$ and $Y$ are independent if for all real bounded continuous functions $f$ and $g$, $$P[f(X) g(Y)] = P[f(X)] * P[g(Y)].$$
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 268 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- MeasureTheory.integralstatement and proof · cited by 1,779
- BorelSpacestatement and proof · cited by 1,602
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- MeasureTheory.Measure.mapproof · cited by 858
- AEMeasurablestatement and proof · cited by 840
- BoundedContinuousFunctionstatement and proof · cited by 511
- ProbabilityTheory.IndepFunstatement · cited by 192
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.