Theorems · Theorem · probability
ProbabilityTheory.iIndepFun.hasLaw_pi
∀ {Ω : Type u_1} {mΩ : MeasurableSpace Ω} {P : MeasureTheory.Measure Ω} {ι : Type u_3} [inst : Fintype ι]
{𝓧 : ι → Type u_4} {m𝓧 : (i : ι) → MeasurableSpace (𝓧 i)} {μ : (i : ι) → MeasureTheory.Measure (𝓧 i)}
{X : (i : ι) → Ω → 𝓧 i},
(∀ (i : ι), ProbabilityTheory.HasLaw (X i) (μ i) P) →
ProbabilityTheory.iIndepFun X P → ProbabilityTheory.HasLaw (fun ω i => X i ω) (MeasureTheory.Measure.pi μ) P- Defined in
- Mathlib.Probability.HasLaw
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 230 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Fintype
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- ProbabilityTheory.iIndepFunstatement and proof · cited by 138
- MeasureTheory.Measure.pistatement and proof · cited by 130
- ProbabilityTheory.HasLawstatement and proof · cited by 69
- ProbabilityTheory.HasLaw.map_eqproof · cited by 31
- ProbabilityTheory.HasLaw.aemeasurableproof · cited by 24
- aemeasurable_pi_lambdaproof · cited by 15
- ProbabilityTheory.iIndepFun.map_fun_eq_pi_mapproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.iIndepFun_iff_hasLaw_pi_piproof · cited by 0