Theorems · Theorem · probability
ProbabilityTheory.Kernel.IndepFun.process_congr_left
∀ {S : Type u_1} {Ω : Type u_3} {mΩ : MeasurableSpace Ω} {α : Type u_4} {mα : MeasurableSpace α}
{κ : ProbabilityTheory.Kernel α Ω} {P : MeasureTheory.Measure α} {𝓧 : S → Type u_5} {𝓨 : Type u_6}
[inst : (i : S) → MeasurableSpace (𝓧 i)] [inst_1 : MeasurableSpace 𝓨] {X X' : (i : S) → Ω → 𝓧 i} {Y : Ω → 𝓨},
ProbabilityTheory.Kernel.IndepFun (fun ω i => X i ω) Y κ P →
(∀ (i : S), ∀ᵐ (a : α) ∂P, X i =ᵐ[κ a] X' i) → ProbabilityTheory.Kernel.IndepFun (fun ω i => X' i ω) Y κ PIf X is a process independent from Y and for all i, X' i is almost everywhere equal
to X i, then X' is also independent from Y. This implies that independence results about
measurable processes should generally also hold
for processes whose marginals are only a.e.-measurable.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 179 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
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
- Setproof · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealproof · cited by 9,879
- Set.Elemproof · cited by 7,166
- Set.ofPredproof · cited by 6,101
- Set.preimageproof · cited by 4,946
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasurableSetproof · cited by 3,075
- MeasureTheory.aestatement and proof · cited by 2,352
- Filter.EventuallyEqstatement and proof · cited by 1,912
Cited by4
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.IndepFun.process_indepFun₀proof · cited by 2
- ProbabilityTheory.Kernel.IndepFun.process_congrproof · cited by 2
- ProbabilityTheory.Kernel.IndepFun.process_congr_rightproof · cited by 2
- ProbabilityTheory.IndepFun.process_congr_leftproof · cited by 0