Mathlib Map

Theorems · Definition · probability

ProbabilityTheory.IndepFun

{Ω : Type u_1} →
  {β : Type u_6} →
    {γ : Type u_7} →
      {_mΩ : MeasurableSpace Ω} →
        [MeasurableSpace β] →
          [MeasurableSpace γ] →
            (Ω → β) → (Ω → γ) → autoParam (MeasureTheory.Measure Ω) ProbabilityTheory.IndepFun._auto_1 → Prop

Two functions are independent if the two measurable space structures they generate are independent. For a function f with codomain having measurable space structure m, the generated measurable space structure is MeasurableSpace.comap f m. We use the notation f ⟂ᵢ[μ] g for IndepFun f g μ (scoped in ProbabilityTheory).

Defined in
Mathlib.Probability.Independence.Basic
Cited by
192 results in Mathlib
Foundations
Depth 179 from the axioms, rests on 4,717 definitions · uses propext, Classical.choice, Quot.sound
Assumes
MeasurableSpaceMeasurableSpace

Around this declaration

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

ProbabilityTheory.IndepFun.comp · cited by 13IndepFun.compProbabilityTheory.indepFun_iff_map_prod_eq_prod_map_map · cited by 12ProbabilityTheory.indepFu…ProbabilityTheory.IndepFun.map_add_eq_map_conv_map₀' · cited by 6IndepFun.map_add_eq_map_c…ProbabilityTheory.IndepFun.symm · cited by 6IndepFun.symmMeasureTheory.MemLp.isProbabilityMeasure_of_indepFun · cited by 5MemLp.isProbabilityMeasur…ProbabilityTheory.IndepFun.map_mul_eq_map_mconv_map₀' · cited by 5IndepFun.map_mul_eq_map_m…ProbabilityTheory.IndepFun.map_prod_eq_prod_map_map · cited by 5IndepFun.map_prod_eq_prod…IndepFun.singleton_indepSets_of_indicator · cited by 5IndepFun.singleton_indepS…ProbabilityTheory.iIndepFun.charFunDual_map_finsetSum_eq_prod · cited by 4iIndepFun.charFunDual_map…ProbabilityTheory.iIndepFun.indepFun_finsetSum_of_notMem₀ · cited by 4iIndepFun.indepFun_finset…indicator_indepFun_pi_of_prod_bcf · cited by 4indicator_indepFun_pi_of_…ProbabilityTheory.IndepFun.congr · cited by 4IndepFun.congrProbabilityTheory.IndepFun.covariance_eq_zero · cited by 4IndepFun.covariance_eq_ze…ProbabilityTheory.IndepFun.hasGaussianLaw · cited by 4IndepFun.hasGaussianLawProbabilityTheory.IndepFun.indepFun_process₀ · cited by 4IndepFun.indepFun_process₀MeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureMeasureTheory.Measure.dirac · cited by 210Measure.diracProbabilityTheory.Kernel.const · cited by 93Kernel.constProbabilityTheory.Kernel.IndepFun · cited by 70Kernel.IndepFunProbabilityTheory.IndepFunCITED BYCITES

Cites5

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

Cited by192

Results whose statement or proof uses this declaration.