Mathlib Map

Theorems · Theorem · probability

ProbabilityTheory.condIndep_iSup_of_antitone

∀ {Ω : Type u_1} {ι : Type u_2} {m' m₁ mΩ : MeasurableSpace Ω} [inst : StandardBorelSpace Ω] {hm' : m' ≤ mΩ}
  {μ : MeasureTheory.Measure Ω} [inst_1 : MeasureTheory.IsFiniteMeasure μ] [inst_2 : SemilatticeInf ι]
  {m : ι → MeasurableSpace Ω},
  (∀ (i : ι), ProbabilityTheory.CondIndep m' (m i) m₁ hm' μ) →
    (∀ (i : ι), m i ≤ mΩ) → m₁ ≤ mΩ → Antitone m → ProbabilityTheory.CondIndep m' (⨆ i, m i) m₁ hm' μ
Defined in
Mathlib.Probability.Independence.Conditional
Cited by
0 results in Mathlib
Foundations
Depth 285 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
StandardBorelSpaceMeasureTheory.IsFiniteMeasureSemilatticeInf

Around this declaration

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

Cites9

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.