Theorems · Theorem · probability
ProbabilityTheory.Kernel.IndepFun.indepFun_process
∀ {S : Type u_1} {Ω : Type u_3} {mΩ : MeasurableSpace Ω} {α : Type u_4} {mα : MeasurableSpace α}
{κ : ProbabilityTheory.Kernel α Ω} {P : MeasureTheory.Measure α} {𝓧 : Type u_5} {𝓨 : S → Type u_6}
[inst : MeasurableSpace 𝓧] [inst_1 : (i : S) → MeasurableSpace (𝓨 i)] {X : Ω → 𝓧} {Y : (i : S) → Ω → 𝓨 i},
Measurable X →
(∀ (i : S), Measurable (Y i)) →
(∀ (I : Finset S), ProbabilityTheory.Kernel.IndepFun X (fun ω i => Y (↑i) ω) κ P) →
∀ [ProbabilityTheory.IsZeroOrMarkovKernel κ], ProbabilityTheory.Kernel.IndepFun X (fun ω i => Y i ω) κ PA random variable $X$ is independent from a stochastic process $(Y_s)_{s \in S}$ if for all $s_1, ..., s_p \in S$ the variable $Y$ is independent from the family $(X_{s_1}, ..., X_{s_p})$.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 197 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Measurablestatement and proof · cited by 1,499
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- ProbabilityTheory.Kernel.IndepFunstatement and proof · cited by 70
- ProbabilityTheory.IsZeroOrMarkovKernelstatement and proof · cited by 32
- ProbabilityTheory.Kernel.IndepFun.symmproof · cited by 14
- ProbabilityTheory.Kernel.IndepFun.process_indepFunproof · cited by 4
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.IndepFun.process_indepFun_processproof · cited by 2
- ProbabilityTheory.IndepFun.indepFun_processproof · cited by 0