Mathlib Map

Theorems · Definition · probability

ProbabilityTheory.Kernel.IndepSets

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

Two sets of sets s₁, s₂ are independent with respect to a kernel κ and a measure μ if for any sets t₁ ∈ s₁, t₂ ∈ s₂, then ∀ᵐ a ∂μ, κ a (t₁ ∩ t₂) = κ a (t₁) * κ a (t₂)

Defined in
Mathlib.Probability.Independence.Kernel.Indep
Cited by
27 results in Mathlib
Foundations
Depth 176 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.Indep · cited by 42Kernel.IndepProbabilityTheory.IndepSets · cited by 29ProbabilityTheory.IndepSe…ProbabilityTheory.CondIndepSets · cited by 21ProbabilityTheory.CondInd…ProbabilityTheory.Kernel.IndepSets.indep · cited by 9IndepSets.indepProbabilityTheory.Indep_iff_IndepSets · cited by 6ProbabilityTheory.Indep_i…ProbabilityTheory.Kernel.indep_iSup_of_directed_le · cited by 5Kernel.indep_iSup_of_dire…ProbabilityTheory.Kernel.Indep.indepSets · cited by 5Indep.indepSetsProbabilityTheory.Kernel.indepSets_piiUnionInter_of_disjoint · cited by 4Kernel.indepSets_piiUnion…ProbabilityTheory.Kernel.indepSet_iff_indepSets_singleton · cited by 3Kernel.indepSet_iff_indep…ProbabilityTheory.Kernel.indepSets_of_indepSets_of_le_left · cited by 3Kernel.indepSets_of_indep…ProbabilityTheory.Kernel.iIndepSets.indepSets · cited by 3iIndepSets.indepSetsProbabilityTheory.Kernel.iIndepSets.piiUnionInter_of_notMem · cited by 3iIndepSets.piiUnionInter_…ProbabilityTheory.Kernel.IndepSets.iUnion · cited by 3IndepSets.iUnionProbabilityTheory.Kernel.IndepSets.indep' · cited by 3IndepSets.indep'ProbabilityTheory.Kernel.IndepSets.symm · cited by 3IndepSets.symmDFunLike.coe · cited by 62936DFunLike.coeSet · cited by 53352SetMeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureFilter.Eventually · cited by 3134Filter.EventuallyMeasureTheory.ae · cited by 2352MeasureTheory.aeProbabilityTheory.Kernel · cited by 1281ProbabilityTheory.KernelKernel.IndepSetsCITED BYCITES

Cites7

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

Cited by30

Results whose statement or proof uses this declaration.