Mathlib Map

Theorems · Definition · probability

ProbabilityTheory.Kernel.iIndepFun

{α : Type u_1} →
  {Ω : Type u_2} →
    {ι : Type u_3} →
      {mα : MeasurableSpace α} →
        {mΩ : MeasurableSpace Ω} →
          {β : ι → Type u_8} →
            [m : (x : ι) → MeasurableSpace (β x)] →
              ((x : ι) → Ω → β x) →
                ProbabilityTheory.Kernel α Ω →
                  autoParam (MeasureTheory.Measure α) ProbabilityTheory.Kernel.iIndepFun._auto_1 → Prop

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

Defined in
Mathlib.Probability.Independence.Kernel.IndepFun
Cited by
65 results in Mathlib
Foundations
Depth 178 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MeasurableSpace

Around this declaration

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

ProbabilityTheory.iIndepFun · cited by 138ProbabilityTheory.iIndepF…ProbabilityTheory.iCondIndepFun · cited by 28ProbabilityTheory.iCondIn…ProbabilityTheory.Kernel.iIndepFun.indepFun_finset · cited by 8iIndepFun.indepFun_finsetProbabilityTheory.Kernel.iIndepFun.congr' · cited by 7iIndepFun.congr'ProbabilityTheory.Kernel.iIndepFun.indepFun_prodMk · cited by 7iIndepFun.indepFun_prodMkProbabilityTheory.Kernel.iIndepFun.indepFun_prodMk_prodMk · cited by 6iIndepFun.indepFun_prodMk…ProbabilityTheory.Kernel.iIndepFun_iff_measure_inter_preimage_eq_mul · cited by 5Kernel.iIndepFun_iff_meas…ProbabilityTheory.Kernel.iIndepFun.indepFun_finsetProd_of_notMem · cited by 5iIndepFun.indepFun_finset…ProbabilityTheory.Kernel.iIndepFun.indepFun_finsetSum_of_notMem · cited by 5iIndepFun.indepFun_finset…ProbabilityTheory.Kernel.iIndepFun.indepFun_prodMk_prodMk₀ · cited by 5iIndepFun.indepFun_prodMk…ProbabilityTheory.Kernel.iIndepFun.indepFun_prodMk₀ · cited by 5iIndepFun.indepFun_prodMk₀ProbabilityTheory.Kernel.iIndepFun.ae_isProbabilityMeasure · cited by 3iIndepFun.ae_isProbabilit…ProbabilityTheory.Kernel.iIndepFun.iIndep · cited by 3iIndepFun.iIndepProbabilityTheory.Kernel.iIndepFun.indepFun_add_left · cited by 3iIndepFun.indepFun_add_le…ProbabilityTheory.Kernel.iIndepFun.indepFun_finsetProd_of_notMem₀ · cited by 3iIndepFun.indepFun_finset…MeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureProbabilityTheory.Kernel · cited by 1281ProbabilityTheory.KernelMeasurableSpace.comap · cited by 124MeasurableSpace.comapProbabilityTheory.Kernel.iIndep · cited by 33Kernel.iIndepKernel.iIndepFunCITED BYCITES

Cites5

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

Cited by67

Results whose statement or proof uses this declaration.