Theorems · Theorem · probability
ProbabilityTheory.iIndepFun_pi
∀ {ι : Type u_11} [inst : Fintype ι] {Ω : ι → Type u_12} {mΩ : (i : ι) → MeasurableSpace (Ω i)}
{μ : (i : ι) → MeasureTheory.Measure (Ω i)} [∀ (i : ι), MeasureTheory.IsProbabilityMeasure (μ i)] {𝓧 : ι → Type u_13}
[inst_2 : (i : ι) → MeasurableSpace (𝓧 i)] {X : (i : ι) → Ω i → 𝓧 i},
(∀ (i : ι), AEMeasurable (X i) (μ i)) →
ProbabilityTheory.iIndepFun (fun i ω => X i (ω i)) (MeasureTheory.Measure.pi μ)Given random variables X i : Ω i → 𝓧 i, they are independent when viewed as random
variables defined on the product space Π i, Ω i.
- Defined in
- Mathlib.Probability.Independence.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 234 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- Fintypestatement and proof · cited by 7,736
- MeasureTheory.Measure.mapproof · cited by 858
- AEMeasurablestatement and proof · cited by 840
- MeasureTheory.IsProbabilityMeasurestatement and proof · cited by 392
- Measurable.aemeasurableproof · cited by 304
- Function.evalproof · cited by 140
- ProbabilityTheory.iIndepFunstatement · cited by 138
- MeasureTheory.Measure.pistatement and proof · cited by 130
- measurable_pi_applyproof · cited by 77
- MeasureTheory.MeasurePreserving.map_eqproof · cited by 72
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.charFunDual_map_sum_pi_eq_prodproof · cited by 1
- ProbabilityTheory.variance_sum_piproof · cited by 1