Mathlib Map

Theorems · Definition · probability

ProbabilityTheory.iCondIndepFun

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

A family of functions defined on the same space Ω and taking values in possibly different spaces, each with a measurable space structure, is conditionally independent if the family of measurable space structures they generate on Ω is conditionally independent. For a function g with codomain having measurable space structure m, the generated measurable space structure is m.comap g. See ProbabilityTheory.iCondIndepFun_iff.

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

Around this declaration

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

ProbabilityTheory.iCondIndepFun_iff · cited by 1ProbabilityTheory.iCondIn…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…ProbabilityTheory.iCondIndepFun.indepFun_div_left · cited by 0iCondIndepFun.indepFun_di…ProbabilityTheory.iCondIndepFun.indepFun_div_right · cited by 0iCondIndepFun.indepFun_di…ProbabilityTheory.iCondIndepFun.indepFun_mul_left · cited by 0iCondIndepFun.indepFun_mu…ProbabilityTheory.iCondIndepFun.indepFun_mul_mul · cited by 0iCondIndepFun.indepFun_mu…ProbabilityTheory.iCondIndepFun.indepFun_mul_right · cited by 0iCondIndepFun.indepFun_mu…ProbabilityTheory.iCondIndepFun.indepFun_sub_left · cited by 0iCondIndepFun.indepFun_su…ProbabilityTheory.iCondIndepFun.indepFun_sub_right · cited by 0iCondIndepFun.indepFun_su…ProbabilityTheory.iCondIndepFun.indepFun_sub_sub · cited by 0iCondIndepFun.indepFun_su…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.iIndepFun · cited by 65Kernel.iIndepFunProbabilityTheory.condExpKernel · cited by 49ProbabilityTheory.condExp…ProbabilityTheory.iCondIndepF…CITED BYCITES

Cites7

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

Cited by28

Results whose statement or proof uses this declaration.