Mathlib Map

Theorems · Definition · probability

ProbabilityTheory.IndepSets

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

Two sets of sets s₁, s₂ are independent with respect to a measure μ if for any sets t₁ ∈ p₁, t₂ ∈ s₂, then μ (t₁ ∩ t₂) = μ (t₁) * μ (t₂)

Defined in
Mathlib.Probability.Independence.Basic
Cited by
29 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.Indep_iff_IndepSets · cited by 6ProbabilityTheory.Indep_i…IndepFun.singleton_indepSets_of_indicator · cited by 5IndepFun.singleton_indepS…ProbabilityTheory.indepSets_iff_singleton_indepSets · cited by 5ProbabilityTheory.indepSe…ProbabilityTheory.IndepSets_iff · cited by 3ProbabilityTheory.IndepSe…ProbabilityTheory.lintegral_mul_indicator_eq_lintegral_mul_lintegral_indicator · cited by 1ProbabilityTheory.lintegr…indepSets_comap_of_bcf · cited by 1indepSets_comap_of_bcfindepSets_comap_pi_of_bcf · cited by 1indepSets_comap_pi_of_bcfindepSets_comap_pi_of_prod_bcf · cited by 1indepSets_comap_pi_of_pro…indepSets_comap_process_of_bcf · cited by 1indepSets_comap_process_o…indepSets_comap_process_of_prod_bcf · cited by 1indepSets_comap_process_o…ProbabilityTheory.indepSet_iff_indepSets_singleton · cited by 1ProbabilityTheory.indepSe…ProbabilityTheory.indepSets_of_indepSets_of_le_left · cited by 1ProbabilityTheory.indepSe…ProbabilityTheory.indepSets_of_indepSets_of_le_right · cited by 1ProbabilityTheory.indepSe…ProbabilityTheory.indepSets_singleton_iff · cited by 1ProbabilityTheory.indepSe…ProbabilityTheory.IndepSets.biUnion · cited by 1IndepSets.biUnionSet · cited by 53352SetMeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureMeasureTheory.Measure.dirac · cited by 210Measure.diracProbabilityTheory.Kernel.const · cited by 93Kernel.constProbabilityTheory.Kernel.IndepSets · cited by 27Kernel.IndepSetsProbabilityTheory.IndepSetsCITED BYCITES

Cites6

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

Cited by29

Results whose statement or proof uses this declaration.