Theorems · Theorem · probability
ProbabilityTheory.IsGaussianProcess.indepFun_of_covariance_inner
∀ {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 : InnerProductSpace ℝ E],
ProbabilityTheory.IsGaussianProcess (Sum.elim X Y) P →
(∀ (s : S), AEMeasurable (X s) P) →
(∀ (t : T), AEMeasurable (Y t) P) →
(∀ (s : S) (t : T) (x y : E),
ProbabilityTheory.covariance (fun ω => inner ℝ x (X s ω)) (fun ω => inner ℝ y (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 315 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- InnerProductSpacestatement and proof · cited by 3,523
- CompleteSpacestatement and proof · cited by 2,532
- BorelSpacestatement and proof · cited by 1,602
- Inner.innerstatement and proof · cited by 1,089
- AEMeasurablestatement and proof · cited by 840
- SecondCountableTopologystatement and proof · cited by 750
- StrongDualproof · cited by 459
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.IsGaussianProcess.indepFun_of_covariance_eq_zeroproof · cited by 1