Theorems · Theorem · probability
ProbabilityTheory.iIndepFun_uncurry_infinitePi
∀ {ι : Type u_1} {κ : ι → Type u_4} {𝓧 : (i : ι) → κ i → Type u_5} {m𝓧 : (i : ι) → (j : κ i) → MeasurableSpace (𝓧 i j)}
{Ω : (i : ι) → κ i → Type u_6} {mΩ : (i : ι) → (j : κ i) → MeasurableSpace (Ω i j)}
{X : (i : ι) → (j : κ i) → Ω i j → 𝓧 i j} (μ : (i : ι) → (j : κ i) → MeasureTheory.Measure (Ω i j))
[∀ (i : ι) (j : κ i), MeasureTheory.IsProbabilityMeasure (μ i j)],
(∀ (i : ι) (j : κ i), Measurable (X i j)) →
ProbabilityTheory.iIndepFun (fun p ω => X p.fst p.snd (ω p.fst p.snd))
(MeasureTheory.Measure.infinitePi fun i => MeasureTheory.Measure.infinitePi (μ i))Given random variables X i j : Ω i j → 𝓧 i j, they are independent when viewed as random
variables defined on the product space Π i, Π j, Ω i j.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 286 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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.mapproof · cited by 858
- MeasureTheory.IsProbabilityMeasurestatement and proof · cited by 392
- ProbabilityTheory.iIndepFunstatement · cited by 138
- Measurable.fun_compproof · cited by 95
- measurable_pi_applyproof · cited by 77
- MeasureTheory.Measure.map_mapproof · cited by 67
- MeasureTheory.Measure.infinitePistatement and proof · cited by 48
- measurable_pi_lambdaproof · cited by 27
- ProbabilityTheory.iIndepFun_iff_map_fun_eq_infinitePi_mapproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.iIndepFun_uncurry_infinitePi'proof · cited by 0