Mathlib Map

Theorems · Definition · probability

ProbabilityTheory.Kernel.iIndepSets

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

A family of sets of sets π : ι → Set (Set Ω) is independent with respect to a kernel κ and a measure μ if for any finite set of indices s = {i_1, ..., i_n}, for any sets f i_1 ∈ π i_1, ..., f i_n ∈ π i_n, then ∀ᵐ a ∂μ, κ a (⋂ i in s, f i) = ∏ i ∈ s, κ a (f i). It will be used for families of π-systems.

Defined in
Mathlib.Probability.Independence.Kernel.Indep
Cited by
21 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.iIndep · cited by 33Kernel.iIndepProbabilityTheory.iIndepSets · cited by 18ProbabilityTheory.iIndepS…ProbabilityTheory.iCondIndepSets · cited by 9ProbabilityTheory.iCondIn…ProbabilityTheory.Kernel.iIndep.iIndepSets · cited by 5iIndep.iIndepSetsProbabilityTheory.Kernel.iIndepSets.precomp · cited by 4iIndepSets.precompProbabilityTheory.Kernel.indepSets_piiUnionInter_of_disjoint · cited by 4Kernel.indepSets_piiUnion…ProbabilityTheory.Kernel.iIndepSets.iIndep · cited by 4iIndepSets.iIndepProbabilityTheory.Kernel.iIndepSet_iff_iIndepSets_singleton · cited by 3Kernel.iIndepSet_iff_iInd…ProbabilityTheory.Kernel.iIndepSets.ae_isProbabilityMeasure · cited by 3iIndepSets.ae_isProbabili…ProbabilityTheory.Kernel.iIndepSets.indepSets · cited by 3iIndepSets.indepSetsProbabilityTheory.Kernel.iIndepSets.meas_biInter · cited by 3iIndepSets.meas_biInterProbabilityTheory.Kernel.iIndepSets.of_precomp · cited by 3iIndepSets.of_precompProbabilityTheory.Kernel.iIndepSets.piiUnionInter_of_notMem · cited by 3iIndepSets.piiUnionInter_…ProbabilityTheory.Kernel.iIndepSets_congr · cited by 2Kernel.iIndepSets_congrProbabilityTheory.iIndep_iff_iIndepSets · cited by 1ProbabilityTheory.iIndep_…DFunLike.coe · cited by 62936DFunLike.coeSet · cited by 53352SetFinset · cited by 13712FinsetMeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureFilter.Eventually · cited by 3134Filter.EventuallyFinset.prod · cited by 2356Finset.prodMeasureTheory.ae · cited by 2352MeasureTheory.aeProbabilityTheory.Kernel · cited by 1281ProbabilityTheory.KernelSet.iInter · cited by 1084Set.iInterKernel.iIndepSetsCITED BYCITES

Cites10

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

Cited by24

Results whose statement or proof uses this declaration.