Theorems · Theorem · probability
ProbabilityTheory.IdentDistrib.pi
∀ {Ω : Type u_1} {Ω' : Type u_2} {ι : Type u_3} {mΩ : MeasurableSpace Ω} {mΩ' : MeasurableSpace Ω'}
{μ : MeasureTheory.Measure Ω} {ν : MeasureTheory.Measure Ω'} [Countable ι] {E : ι → Type u_6}
{mE : (i : ι) → MeasurableSpace (E i)} {X : (i : ι) → Ω → E i} {Y : (i : ι) → Ω' → E i},
(∀ (i : ι), ProbabilityTheory.IdentDistrib (X i) (Y i) μ ν) →
ProbabilityTheory.iIndepFun X μ →
ProbabilityTheory.iIndepFun Y ν → ProbabilityTheory.IdentDistrib (fun ω x => X x ω) (fun ω x => Y x ω) μ νIf (X i) and (Y i) are families of independent random variables indexed by a countable
type ι, such that for each i, X i and Y i are identically distributed, then the products
X and Y are identically distributed.
- Defined in
- Mathlib.Probability.IdentDistribIndep
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 285 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Countable
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.
- DFunLike.coeproof · cited by 62,936
- Setproof · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- MeasurableSetproof · cited by 3,075
- MeasureTheory.Measure.mapproof · cited by 858
- Countablestatement and proof · cited by 633
- MeasureTheory.IsProbabilityMeasureproof · cited by 392
- MeasureTheory.Measure.extproof · cited by 308
- ProbabilityTheory.iIndepFunstatement and proof · cited by 138
- ProbabilityTheory.IdentDistribstatement and proof · cited by 74
- MeasureTheory.Measure.infinitePiproof · cited by 48
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.