Theorems · Theorem · probability
ProbabilityTheory.iIndepFun_iff_map_fun_eq_infinitePi_map
∀ {ι : Type u_1} {Ω : Type u_2} {mΩ : MeasurableSpace Ω} {P : MeasureTheory.Measure Ω} {𝓧 : ι → Type u_3}
{m𝓧 : (i : ι) → MeasurableSpace (𝓧 i)} {X : (i : ι) → Ω → 𝓧 i} [MeasureTheory.IsProbabilityMeasure P],
(∀ (i : ι), Measurable (X i)) →
(ProbabilityTheory.iIndepFun X P ↔
MeasureTheory.Measure.map (fun ω i => X i ω) P =
MeasureTheory.Measure.infinitePi fun i => MeasureTheory.Measure.map (X i) P)Random variables are independent iff their joint distribution is the product measure.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 284 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Measurablestatement and proof · cited by 1,499
- MeasureTheory.Measure.mapstatement · cited by 858
- MeasureTheory.IsProbabilityMeasurestatement and proof · cited by 392
- Measurable.aemeasurableproof · cited by 304
- ProbabilityTheory.iIndepFunstatement · cited by 138
- MeasureTheory.Measure.infinitePistatement · cited by 48
- measurable_pi_iffproof · cited by 21
- ProbabilityTheory.iIndepFun_iff_map_fun_eq_infinitePi_map₀proof · cited by 4
Cited by5
Results whose statement or proof uses this declaration.
- ProbabilityTheory.iIndepFun_infinitePiproof · cited by 3
- ProbabilityTheory.iIndepFun_uncurryproof · cited by 2
- ProbabilityTheory.iIndepFun_uncurry_infinitePiproof · cited by 1
- ProbabilityTheory.exists_hasLaw_indepFunproof · cited by 1
- MeasureTheory.Measure.map_infinitePi_infinitePi_of_injproof · cited by 0