Mathlib Map

Theorems · Definition · probability

ProbabilityTheory.Indep

{Ω : Type u_1} →
  MeasurableSpace Ω →
    MeasurableSpace Ω →
      {_mΩ : MeasurableSpace Ω} → autoParam (MeasureTheory.Measure Ω) ProbabilityTheory.Indep._auto_1 → Prop

Two measurable space structures (or σ-algebras) m₁, m₂ are independent with respect to a measure μ (defined on a third σ-algebra) if for any sets t₁ ∈ m₁, t₂ ∈ m₂, μ (t₁ ∩ t₂) = μ (t₁) * μ (t₂)

Defined in
Mathlib.Probability.Independence.Basic
Cited by
43 results in Mathlib
Foundations
Depth 178 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

ProbabilityTheory.Indep_iff_IndepSets · cited by 6ProbabilityTheory.Indep_i…ProbabilityTheory.Indep_iff · cited by 2ProbabilityTheory.Indep_i…ProbabilityTheory.Indep.indicator_indepFun · cited by 1Indep.indicator_indepFunProbabilityTheory.Indep.setIntegral_eq_smul · cited by 1Indep.setIntegral_eq_smulProbabilityTheory.Indep.symm · cited by 1Indep.symmProbabilityTheory.lintegral_mul_eq_lintegral_mul_lintegral_of_independent_measurableSpace · cited by 1ProbabilityTheory.lintegr…ProbabilityTheory.indep_bot_right · cited by 1ProbabilityTheory.indep_b…ProbabilityTheory.indep_iSup_of_disjoint · cited by 1ProbabilityTheory.indep_i…ProbabilityTheory.iIndepFun.indep_comap_natural_of_lt · cited by 1iIndepFun.indep_comap_nat…MeasureTheory.condExp_indep_eq · cited by 1MeasureTheory.condExp_ind…ProbabilityTheory.IndepFun_iff_Indep · cited by 1ProbabilityTheory.IndepFu…ProbabilityTheory.IndepSet_iff_Indep · cited by 0ProbabilityTheory.IndepSe…ProbabilityTheory.Indep.indepSet_of_measurableSet · cited by 0Indep.indepSet_of_measura…ProbabilityTheory.Indep.indepSets · cited by 0Indep.indepSetsProbabilityTheory.Indep.setIntegral_eq_mul · cited by 0Indep.setIntegral_eq_mulMeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureMeasureTheory.Measure.dirac · cited by 210Measure.diracProbabilityTheory.Kernel.const · cited by 93Kernel.constProbabilityTheory.Kernel.Indep · cited by 42Kernel.IndepProbabilityTheory.IndepCITED BYCITES

Cites5

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

Cited by43

Results whose statement or proof uses this declaration.