Mathlib Map

Theorems · Definition · probability

ProbabilityTheory.iCondIndep

{Ω : Type u_1} →
  {ι : Type u_2} →
    (m' : MeasurableSpace Ω) →
      {mΩ : MeasurableSpace Ω} →
        [StandardBorelSpace Ω] →
          m' ≤ mΩ →
            (ι → MeasurableSpace Ω) →
              (μ : autoParam (MeasureTheory.Measure Ω) ProbabilityTheory.iCondIndep._auto_1) →
                [MeasureTheory.IsFiniteMeasure μ] → Prop

A family of measurable space structures (i.e. of σ-algebras) is conditionally independent given m' with respect to a measure μ (typically defined on a finer σ-algebra) if the family of sets of measurable sets they define is independent. m : ι → MeasurableSpace Ω is conditionally independent given m' with respect to measure μ if for any finite set of indices s = {i_1, ..., i_n}, for any sets f i_1 ∈ m i_1, ..., f i_n ∈ m i_n, then μ⟦⋂ i in s, f i | m'⟧ =ᵐ[μ] ∏ i ∈ s, μ⟦f i | m'⟧ . See ProbabilityTheory.iCondIndep_iff.

Defined in
Mathlib.Probability.Independence.Conditional
Cited by
19 results in Mathlib
Foundations
Depth 283 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
StandardBorelSpaceMeasureTheory.IsFiniteMeasure

Around this declaration

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

ProbabilityTheory.iCondIndep_iff · cited by 1ProbabilityTheory.iCondIn…ProbabilityTheory.iCondIndep_iff_iCondIndepSets · cited by 1ProbabilityTheory.iCondIn…ProbabilityTheory.condIndep_limsup_atBot_self · cited by 1ProbabilityTheory.condInd…ProbabilityTheory.condIndep_limsup_atTop_self · cited by 1ProbabilityTheory.condInd…ProbabilityTheory.condExp_zero_or_one_of_measurableSet_limsup · cited by 0ProbabilityTheory.condExp…ProbabilityTheory.condExp_zero_or_one_of_measurableSet_limsup_atBot · cited by 0ProbabilityTheory.condExp…ProbabilityTheory.condExp_zero_or_one_of_measurableSet_limsup_atTop · cited by 0ProbabilityTheory.condExp…ProbabilityTheory.iCondIndepFun_iff_iCondIndep · cited by 0ProbabilityTheory.iCondIn…ProbabilityTheory.iCondIndepSet_iff_iCondIndep · cited by 0ProbabilityTheory.iCondIn…ProbabilityTheory.iCondIndepSets.iCondIndep · cited by 0iCondIndepSets.iCondIndepProbabilityTheory.condIndep_biSup_compl · cited by 0ProbabilityTheory.condInd…ProbabilityTheory.condIndep_biSup_limsup · cited by 0ProbabilityTheory.condInd…ProbabilityTheory.condIndep_iSup_directed_limsup · cited by 0ProbabilityTheory.condInd…ProbabilityTheory.condIndep_iSup_limsup · cited by 0ProbabilityTheory.condInd…ProbabilityTheory.iCondIndep.condIndep · cited by 0iCondIndep.condIndepMeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureMeasureTheory.IsFiniteMeasure · cited by 1078MeasureTheory.IsFiniteMea…StandardBorelSpace · cited by 304StandardBorelSpaceMeasureTheory.Measure.trim · cited by 286Measure.trimProbabilityTheory.condExpKernel · cited by 49ProbabilityTheory.condExp…ProbabilityTheory.Kernel.iIndep · cited by 33Kernel.iIndepProbabilityTheory.iCondIndepCITED BYCITES

Cites7

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

Cited by19

Results whose statement or proof uses this declaration.