Theorems · Theorem · probability
ProbabilityTheory.IdentDistrib.prodMk
∀ {Ω : Type u_1} {Ω' : Type u_2} {E : Type u_4} {F : Type u_5} {mΩ : MeasurableSpace Ω} {mΩ' : MeasurableSpace Ω'}
{mE : MeasurableSpace E} {mF : MeasurableSpace F} {μ : MeasureTheory.Measure Ω} {ν : MeasureTheory.Measure Ω'}
[MeasureTheory.IsFiniteMeasure μ] {X : Ω → E} {Y : Ω → F} {Z : Ω' → E} {W : Ω' → F},
ProbabilityTheory.IdentDistrib X Z μ ν →
ProbabilityTheory.IdentDistrib Y W μ ν →
ProbabilityTheory.IndepFun X Y μ →
ProbabilityTheory.IndepFun Z W ν →
ProbabilityTheory.IdentDistrib (fun ω => (X ω, Y ω)) (fun ω' => (Z ω', W ω')) μ νIf X and Y are independent random variables on Ω, Z and W are independent random
variables on Ω', such that X and Z are identically distributed and Y and W are identically
distributed, then the pairs (X, Y) and (Z, W) are identically distributed.
- Defined in
- Mathlib.Probability.IdentDistribIndep
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 225 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- MeasureTheory.Measure.mapproof · cited by 858
- MeasureTheory.Measure.prodproof · cited by 353
- ProbabilityTheory.IndepFunstatement and proof · cited by 192
- ProbabilityTheory.IdentDistribstatement and proof · cited by 74
- AEMeasurable.prodMkproof · cited by 54
- ProbabilityTheory.IdentDistrib.aemeasurable_fstproof · cited by 18
- ProbabilityTheory.IdentDistrib.map_eqproof · cited by 18
- ProbabilityTheory.IdentDistrib.aemeasurable_sndproof · cited by 16
- ProbabilityTheory.IndepFun.map_prod_eq_prod_map_mapproof · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.