Theorems · Theorem · probability
ProbabilityTheory.IsGaussianProcess.indepFun_of_covariance_strongDual
∀ {T : Type u_1} {Ω : Type u_2} {E : Type u_3} {mΩ : MeasurableSpace Ω} {P : MeasureTheory.Measure Ω}
[inst : NormedAddCommGroup E] [inst_1 : MeasurableSpace E] [BorelSpace E] [SecondCountableTopology E]
[CompleteSpace E] {S : Type u_4} {X : S → Ω → E} {Y : T → Ω → E} [inst_5 : NormedSpace ℝ E],
ProbabilityTheory.IsGaussianProcess (Sum.elim X Y) P →
(∀ (s : S), AEMeasurable (X s) P) →
(∀ (t : T), AEMeasurable (Y t) P) →
(∀ (s : S) (t : T) (L₁ L₂ : StrongDual ℝ E), ProbabilityTheory.covariance (⇑L₁ ∘ X s) (⇑L₂ ∘ Y t) P = 0) →
ProbabilityTheory.IndepFun (fun ω s => X s ω) (fun ω t => Y t ω) PTwo Gaussian processes $(X_s)_{s \in S}$ and $(Y_t)_{t \in T}$ that are jointly Gaussian are independent if for all $s \in S$ and $t \in T$, $X_s$ and $Y_t$ are uncorrelated.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 314 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites41
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
- Realstatement and proof · cited by 25,697
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- Finsetproof · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ContinuousLinearMapproof · cited by 5,352
- Finset.sumproof · cited by 5,195
- Finset.univproof · cited by 3,473
- CompleteSpacestatement and proof · cited by 2,532
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.IsGaussianProcess.indepFun_of_covariance_innerproof · cited by 1