Mathlib Map

Theorems · Definition · probability

ProbabilityTheory.Kernel.Indep

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

Two measurable space structures (or σ-algebras) m₁, m₂ are independent with respect to a kernel κ and a measure μ if for any sets t₁ ∈ m₁, t₂ ∈ m₂, ∀ᵐ a ∂μ, κ a (t₁ ∩ t₂) = κ a (t₁) * κ a (t₂)

Defined in
Mathlib.Probability.Independence.Kernel.Indep
Cited by
42 results in Mathlib
Foundations
Depth 177 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

ProbabilityTheory.Kernel.IndepFun · cited by 70Kernel.IndepFunProbabilityTheory.Indep · cited by 43ProbabilityTheory.IndepProbabilityTheory.CondIndep · cited by 30ProbabilityTheory.CondInd…ProbabilityTheory.Kernel.IndepSet · cited by 18Kernel.IndepSetProbabilityTheory.Kernel.IndepSets.indep · cited by 9IndepSets.indepProbabilityTheory.Kernel.Indep.indepSet_of_measurableSet · cited by 6Indep.indepSet_of_measura…ProbabilityTheory.Kernel.indep_bot_right · cited by 5Kernel.indep_bot_rightProbabilityTheory.Kernel.indep_iSup_of_directed_le · cited by 5Kernel.indep_iSup_of_dire…ProbabilityTheory.Kernel.indep_limsup_self · cited by 5Kernel.indep_limsup_selfProbabilityTheory.Kernel.indep_of_indep_of_le_left · cited by 5Kernel.indep_of_indep_of_…ProbabilityTheory.Kernel.Indep.indepSets · cited by 5Indep.indepSetsProbabilityTheory.Kernel.Indep.symm · cited by 5Indep.symmProbabilityTheory.Kernel.indep_of_indep_of_le_right · cited by 4Kernel.indep_of_indep_of_…ProbabilityTheory.Kernel.iIndepSet.indep_generateFrom_of_disjoint · cited by 4iIndepSet.indep_generateF…ProbabilityTheory.Kernel.iIndepSets.iIndep · cited by 4iIndepSets.iIndepSet · cited by 53352SetMeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureSet.ofPred · cited by 6101Set.ofPredMeasurableSet · cited by 3075MeasurableSetProbabilityTheory.Kernel · cited by 1281ProbabilityTheory.KernelProbabilityTheory.Kernel.IndepSets · cited by 27Kernel.IndepSetsKernel.IndepCITED BYCITES

Cites7

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

Cited by46

Results whose statement or proof uses this declaration.