Theorems · Theorem · probability
ProbabilityTheory.Kernel.IndepFun.process_indepFun_process
∀ {S : Type u_1} {Ω : Type u_3} {mΩ : MeasurableSpace Ω} {α : Type u_4} {mα : MeasurableSpace α}
{κ : ProbabilityTheory.Kernel α Ω} {P : MeasureTheory.Measure α} {T : Type u_5} {𝓧 : S → Type u_6} {𝓨 : T → Type u_7}
[inst : (i : S) → MeasurableSpace (𝓧 i)] [inst_1 : (j : T) → MeasurableSpace (𝓨 j)] {X : (i : S) → Ω → 𝓧 i}
{Y : (j : T) → Ω → 𝓨 j},
(∀ (i : S), Measurable (X i)) →
(∀ (j : T), Measurable (Y j)) →
(∀ (I : Finset S) (J : Finset T),
ProbabilityTheory.Kernel.IndepFun (fun ω i => X (↑i) ω) (fun ω j => Y (↑j) ω) κ P) →
∀ [ProbabilityTheory.IsZeroOrMarkovKernel κ],
ProbabilityTheory.Kernel.IndepFun (fun ω i => X i ω) (fun ω j => Y j ω) κ PTwo stochastic processes $(X_s)_{s \in S}$ and $(Y_t)_{t \in T}$ are independent if for all $s_1, ..., s_p \in S$ and $t_1, ..., t_q \in T$ the two families $(X_{s_1}, ..., X_{s_p})$ and $(Y_{t_1}, ..., Y_{t_q})$ are independent.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 198 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.
- 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
- measurable_pi_lambdaproof · cited by 27
- ProbabilityTheory.Kernel.IndepFun.process_indepFunproof · cited by 4
- ProbabilityTheory.Kernel.IndepFun.indepFun_processproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.IndepFun.process_indepFun_process₀proof · cited by 1
- ProbabilityTheory.IndepFun.process_indepFun_processproof · cited by 0