Mathlib Map

Theorems · Definition · probability

ProbabilityTheory.iIndepSets

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

A family of sets of sets π : ι → Set (Set Ω) is independent with respect to 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 μ (⋂ i in s, f i) = ∏ i ∈ s, μ (f i) . It will be used for families of π-systems.

Defined in
Mathlib.Probability.Independence.Basic
Cited by
18 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.iIndep_iff_iIndepSets · cited by 1ProbabilityTheory.iIndep_…ProbabilityTheory.iIndepSets.isProbabilityMeasure · cited by 1iIndepSets.isProbabilityM…ProbabilityTheory.iIndepSets.meas_biInter · cited by 1iIndepSets.meas_biInterProbabilityTheory.iIndep.iIndepSets' · cited by 1iIndep.iIndepSets'ProbabilityTheory.iIndepSets_iff · cited by 1ProbabilityTheory.iIndepS…ProbabilityTheory.iIndepSets.iIndep · cited by 0iIndepSets.iIndepProbabilityTheory.iIndepSets.iIndepSet_of_mem · cited by 0iIndepSets.iIndepSet_of_m…ProbabilityTheory.iIndepSets.indepSets · cited by 0iIndepSets.indepSetsProbabilityTheory.iIndepSets.meas_iInter · cited by 0iIndepSets.meas_iInterProbabilityTheory.iIndepSets.of_precomp · cited by 0iIndepSets.of_precompProbabilityTheory.iIndep.iIndepSets · cited by 0iIndep.iIndepSetsProbabilityTheory.iIndepSets.of_subsingleton · cited by 0iIndepSets.of_subsingletonProbabilityTheory.iIndepSets.precomp · cited by 0iIndepSets.precompProbabilityTheory.indepSets_piiUnionInter_of_disjoint · cited by 0ProbabilityTheory.indepSe…ProbabilityTheory.iIndepSets.piiUnionInter_of_notMem · cited by 0iIndepSets.piiUnionInter_…Set · cited by 53352SetMeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureMeasureTheory.Measure.dirac · cited by 210Measure.diracProbabilityTheory.Kernel.const · cited by 93Kernel.constProbabilityTheory.Kernel.iIndepSets · cited by 21Kernel.iIndepSetsProbabilityTheory.iIndepSetsCITED BYCITES

Cites6

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

Cited by18

Results whose statement or proof uses this declaration.