Theorems · Theorem · probability
ProbabilityTheory.IndepFun_iff
∀ {Ω : Type u_1} {x : MeasurableSpace Ω} {β : Type u_7} {γ : Type u_8} [mβ : MeasurableSpace β] [mγ : MeasurableSpace γ]
(f : Ω → β) (g : Ω → γ) (μ : MeasureTheory.Measure Ω),
ProbabilityTheory.IndepFun f g μ ↔ ∀ (t1 t2 : Set Ω), MeasurableSet t1 → MeasurableSet t2 → μ (t1 ∩ t2) = μ t1 * μ t2- Defined in
- Mathlib.Probability.Independence.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 181 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- MeasurableSetstatement and proof · cited by 3,075
- ProbabilityTheory.IndepFunstatement · cited by 192
- MeasurableSpace.comapstatement and proof · cited by 124
- ProbabilityTheory.Indep_iffproof · cited by 2
- ProbabilityTheory.IndepFun_iff_Indepproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.indepFun_iff_integral_comp_mulproof · cited by 0
- ProbabilityTheory.IndepFun.meas_interproof · cited by 0