Mathlib Map

Theorems · Definition · probability

ProbabilityTheory.CondIndepSets

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

Two sets of sets s₁, s₂ are conditionally independent given m' with respect to a measure μ if for any sets t₁ ∈ s₁, t₂ ∈ s₂, then μ⟦t₁ ∩ t₂ | m'⟧ =ᵐ[μ] μ⟦t₁ | m'⟧ * μ⟦t₂ | m'⟧. See ProbabilityTheory.condIndepSets_iff.

Defined in
Mathlib.Probability.Independence.Conditional
Cited by
21 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.condIndepSets_iff · cited by 2ProbabilityTheory.condInd…ProbabilityTheory.CondIndepSets.symm · cited by 1CondIndepSets.symmProbabilityTheory.condIndepSet_iff_condIndepSets_singleton · cited by 1ProbabilityTheory.condInd…ProbabilityTheory.condIndepSets_singleton_iff · cited by 1ProbabilityTheory.condInd…ProbabilityTheory.condIndep_iff_condIndepSets · cited by 1ProbabilityTheory.condInd…ProbabilityTheory.CondIndep.condIndepSets · cited by 0CondIndep.condIndepSetsProbabilityTheory.iCondIndepSets.condIndepSets · cited by 0iCondIndepSets.condIndepS…ProbabilityTheory.iCondIndepSets.piiUnionInter_of_notMem · cited by 0iCondIndepSets.piiUnionIn…ProbabilityTheory.CondIndepSets.bInter · cited by 0CondIndepSets.bInterProbabilityTheory.CondIndepSets.biUnion · cited by 0CondIndepSets.biUnionProbabilityTheory.CondIndepSets.condIndep · cited by 0CondIndepSets.condIndepProbabilityTheory.CondIndepSets.condIndep' · cited by 0CondIndepSets.condIndep'ProbabilityTheory.CondIndepSets.condIndepSet_of_mem · cited by 0CondIndepSets.condIndepSe…ProbabilityTheory.CondIndepSets.iInter · cited by 0CondIndepSets.iInterProbabilityTheory.CondIndepSets.iUnion · cited by 0CondIndepSets.iUnionSet · cited by 53352SetMeasurableSpace · 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.IndepSets · cited by 27Kernel.IndepSetsProbabilityTheory.CondIndepSe…CITED BYCITES

Cites8

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

Cited by21

Results whose statement or proof uses this declaration.