Mathlib Map

Theorems · Definition · probability

ProbabilityTheory.CondIndep

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

Two measurable space structures (or σ-algebras) m₁, m₂ are conditionally independent given m' with respect to a measure μ (defined on a third σ-algebra) if for any sets t₁ ∈ m₁, t₂ ∈ m₂, μ⟦t₁ ∩ t₂ | m'⟧ =ᵐ[μ] μ⟦t₁ | m'⟧ * μ⟦t₂ | m'⟧. See ProbabilityTheory.condIndep_iff.

Defined in
Mathlib.Probability.Independence.Conditional
Cited by
30 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.CondIndep.condIndepSet_of_measurableSet · cited by 2CondIndep.condIndepSet_of…ProbabilityTheory.condIndep_limsup_atBot_self · cited by 1ProbabilityTheory.condInd…ProbabilityTheory.condIndepFun_iff_condIndep · cited by 1ProbabilityTheory.condInd…ProbabilityTheory.condIndep_iff · cited by 1ProbabilityTheory.condInd…ProbabilityTheory.condIndep_iff_condIndepSets · cited by 1ProbabilityTheory.condInd…ProbabilityTheory.condIndep_limsup_atTop_self · cited by 1ProbabilityTheory.condInd…ProbabilityTheory.iCondIndepSet.condIndep_generateFrom_le · cited by 0iCondIndepSet.condIndep_g…ProbabilityTheory.iCondIndepSet.condIndep_generateFrom_le_nat · cited by 0iCondIndepSet.condIndep_g…ProbabilityTheory.CondIndep.condIndepSets · cited by 0CondIndep.condIndepSetsProbabilityTheory.iCondIndepSet.condIndep_generateFrom_lt · cited by 0iCondIndepSet.condIndep_g…ProbabilityTheory.CondIndep.symm · cited by 0CondIndep.symmProbabilityTheory.iCondIndepSet.condIndep_generateFrom_of_disjoint · cited by 0iCondIndepSet.condIndep_g…ProbabilityTheory.CondIndepSets.condIndep · cited by 0CondIndepSets.condIndepProbabilityTheory.CondIndepSets.condIndep' · cited by 0CondIndepSets.condIndep'ProbabilityTheory.condIndepSet_iff_condIndep · cited by 0ProbabilityTheory.condInd…MeasurableSpace · 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.Indep · cited by 42Kernel.IndepProbabilityTheory.CondIndepCITED BYCITES

Cites7

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

Cited by30

Results whose statement or proof uses this declaration.