Theorems · Theorem · probability
ProbabilityTheory.cond_iInter
∀ {ι : Type u_6} {Ω : Type u_7} {α : Type u_8} {β : Type u_9} {mΩ : MeasurableSpace Ω} {mα : MeasurableSpace α}
{mβ : MeasurableSpace β} {μ : MeasureTheory.Measure Ω} {X : ι → Ω → α} {Y : ι → Ω → β} {f : ι → Set Ω} {t : ι → Set β}
{s : Finset ι} [Finite ι],
(∀ (i : ι), Measurable (Y i)) →
ProbabilityTheory.iIndepFun (fun i ω => (X i ω, Y i ω)) μ →
(∀ i ∈ s, MeasurableSet (f i)) →
(∀ i ∉ s, μ (Y i ⁻¹' t i) ≠ 0) →
(∀ (i : ι), MeasurableSet (t i)) → μ[⋂ i ∈ s, f i | ⋂ i, Y i ⁻¹' t i] = ∏ i ∈ s, μ[f i | Y i ⁻¹' t i]The probability of an intersection of preimages conditioning on another intersection factors into a product.
- Defined in
- Mathlib.Probability.Independence.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 196 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Finite
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites43
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
- Finsetstatement and proof · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- SetLike.coeproof · cited by 8,199
- Fintypeproof · cited by 7,736
- Set.preimagestatement and proof · cited by 4,946
- Set.univproof · cited by 3,945
- Finset.univproof · cited by 3,473
- MeasurableSetstatement and proof · cited by 3,075
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.iIndepFun.condproof · cited by 0