Mathlib Map

Theorems · Definition · probability

ProbabilityTheory.CondIndepFun

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

Two functions are conditionally independent if the two measurable space structures they generate are conditionally independent. For a function f with codomain having measurable space structure m, the generated measurable space structure is m.comap f. See ProbabilityTheory.condIndepFun_iff. We use the notation X ⟂ᵢ[Z, hZ; μ] Y to write that X and Y are conditionally independent given (the σ-algebra generated by) Z (scoped in ProbabilityTheory).

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

Around this declaration

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

ProbabilityTheory.CondIndepFun.comp · cited by 2CondIndepFun.compProbabilityTheory.condIndepFun_iff · cited by 2ProbabilityTheory.condInd…ProbabilityTheory.condIndepFun_iff_compProd_map_prod_eq_compProd_prod_map_map · cited by 2ProbabilityTheory.condInd…ProbabilityTheory.condIndepFun_of_measurable_left · cited by 2ProbabilityTheory.condInd…ProbabilityTheory.CondIndepFun.symm · cited by 1CondIndepFun.symmProbabilityTheory.condIndepFun_iff_condIndep · cited by 1ProbabilityTheory.condInd…ProbabilityTheory.condIndepFun_iff_map_prod_eq_prod_comp_trim · cited by 1ProbabilityTheory.condInd…ProbabilityTheory.condIndepFun_iff_map_prod_eq_prod_condDistrib_prod_condDistrib · cited by 1ProbabilityTheory.condInd…ProbabilityTheory.condIndepFun_of_measurable_right · cited by 1ProbabilityTheory.condInd…ProbabilityTheory.iCondIndepFun.condIndepFun_finsetProd_of_notMem · cited by 1iCondIndepFun.condIndepFu…ProbabilityTheory.iCondIndepFun.condIndepFun_finsetSum_of_notMem · cited by 1iCondIndepFun.condIndepFu…ProbabilityTheory.iCondIndepFun.indepFun_add_add · cited by 0iCondIndepFun.indepFun_ad…ProbabilityTheory.iCondIndepFun.indepFun_add_left · cited by 0iCondIndepFun.indepFun_ad…ProbabilityTheory.iCondIndepFun.indepFun_add_right · cited by 0iCondIndepFun.indepFun_ad…ProbabilityTheory.iCondIndepFun.indepFun_div_div · cited by 0iCondIndepFun.indepFun_di…MeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureMeasureTheory.IsFiniteMeasure · cited by 1078MeasureTheory.IsFiniteMea…StandardBorelSpace · cited by 304StandardBorelSpaceMeasureTheory.Measure.trim · cited by 286Measure.trimProbabilityTheory.Kernel.IndepFun · cited by 70Kernel.IndepFunProbabilityTheory.condExpKernel · cited by 49ProbabilityTheory.condExp…ProbabilityTheory.CondIndepFunCITED BYCITES

Cites7

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

Cited by41

Results whose statement or proof uses this declaration.