Mathlib Map

Theorems · Theorem · probability

ProbabilityTheory.exists_hasLaw_indepFun

∀ {ι : Type v} (𝓧 : ι → Type u) {m𝓧 : (i : ι) → MeasurableSpace (𝓧 i)} (μ : (i : ι) → MeasureTheory.Measure (𝓧 i))
  [hμ : ∀ (i : ι), MeasureTheory.IsProbabilityMeasure (μ i)],
  ∃ Ω x P X,
    (∀ (i : ι), Measurable (X i)) ∧
      (∀ (i : ι), ProbabilityTheory.HasLaw (X i) (μ i) P) ∧
        ProbabilityTheory.iIndepFun X P ∧ MeasureTheory.IsProbabilityMeasure P
Defined in
Mathlib.Probability.HasLawExists
Cited by
1 results in Mathlib
Foundations
Depth 285 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MeasureTheory.IsProbabilityMeasure

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites15

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.