Theorems · Theorem · probability
ProbabilityTheory.Kernel.IndepFun.process_indepFun
∀ {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 : (i : S) → Ω → 𝓧 i} {Y : Ω → 𝓨},
(∀ (i : S), Measurable (X i)) →
Measurable Y →
(∀ (I : Finset S), ProbabilityTheory.Kernel.IndepFun (fun ω i => X (↑i) ω) Y κ P) →
∀ [ProbabilityTheory.IsZeroOrMarkovKernel κ], ProbabilityTheory.Kernel.IndepFun (fun ω i => X i ω) Y κ PA stochastic process $(X_s)_{s \in S}$ is independent from a random variable $Y$ if for all $s_1, ..., s_p \in S$ the family $(X_{s_1}, ..., X_{s_p})$ is independent from $Y$.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 196 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites38
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setproof · 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
- ENNRealproof · cited by 9,879
- SetLike.coeproof · cited by 8,199
- Set.ofPredproof · cited by 6,101
- Set.imageproof · cited by 5,609
- Set.preimageproof · cited by 4,946
- Set.univproof · cited by 3,945
- Finset.univproof · cited by 3,473
Cited by4
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.IndepFun.process_indepFun₀proof · cited by 2
- ProbabilityTheory.Kernel.IndepFun.indepFun_processproof · cited by 2
- ProbabilityTheory.Kernel.IndepFun.process_indepFun_processproof · cited by 2
- ProbabilityTheory.IndepFun.process_indepFunproof · cited by 0