Theorems · Theorem · probability
ProbabilityTheory.iIndepFun_uncurry
∀ {ι : Type u_1} {Ω : Type u_2} {mΩ : MeasurableSpace Ω} {P : MeasureTheory.Measure Ω} {κ : ι → Type u_4}
{𝓧 : (i : ι) → κ i → Type u_5} {m𝓧 : (i : ι) → (j : κ i) → MeasurableSpace (𝓧 i j)}
{X : (i : ι) → (j : κ i) → Ω → 𝓧 i j},
(∀ (i : ι) (j : κ i), Measurable (X i j)) →
ProbabilityTheory.iIndepFun (fun i ω x => X i x ω) P →
(∀ (i : ι), ProbabilityTheory.iIndepFun (X i) P) → ProbabilityTheory.iIndepFun (fun p ω => X p.fst p.snd ω) PConsider ((Xᵢⱼ)ⱼ)ᵢ a family of families of random variables.
Assume that for any i, the random variables (Xᵢⱼ)ⱼ are independent.
Assume furthermore that the random variables ((Xᵢⱼ)ⱼ)ᵢ are independent.
Then the random variables (Xᵢⱼ) indexed by pairs (i, j) are independent.
This is a dependent version of iIndepFun_uncurry'.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 285 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Measurablestatement and proof · cited by 1,499
- MeasureTheory.Measure.mapproof · cited by 858
- MeasureTheory.IsProbabilityMeasureproof · cited by 392
- Measurable.aemeasurableproof · cited by 304
- ProbabilityTheory.iIndepFunstatement and proof · cited by 138
- MeasureTheory.Measure.map_mapproof · cited by 67
- MeasurableEquiv.measurableproof · cited by 57
- MeasureTheory.Measure.infinitePiproof · cited by 48
- measurable_pi_lambdaproof · cited by 27
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.iIndepFun_uncurry_infinitePiproof · cited by 1
- ProbabilityTheory.iIndepFun_uncurry'proof · cited by 0