Theorems · Theorem · probability
ProbabilityTheory.HasGaussianLaw.indepFun_of_covariance_eval
∀ {Ω : Type u_1} {mΩ : MeasurableSpace Ω} {P : MeasureTheory.Measure Ω} {ι : Type u_4} {κ : Type u_5} [Finite ι]
[Finite κ] {X : ι → Ω → ℝ} {Y : κ → Ω → ℝ},
ProbabilityTheory.HasGaussianLaw (fun ω => (fun i => X i ω, fun j => Y j ω)) P →
(∀ (i : ι) (j : κ), ProbabilityTheory.covariance (X i) (Y j) P = 0) →
ProbabilityTheory.IndepFun (fun ω i => X i ω) (fun ω j => Y j ω) PIf $((X_i)_{i \in \iota}, (Y_j)_{j \in \kappa})$ is Gaussian, then $(X_i)_{i \in \iota}$ and $(Y_j)_{j \in \kappa}$ are independent if for all $i \in \iota, j \in \kappa$, $\mathrm{Cov}(X_i, Y_j) = 0$.
- Cited by
- 0 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.
Cites44
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
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Fintypeproof · cited by 7,736
- Finset.sumproof · cited by 5,195
- Finset.univproof · cited by 3,473
- Finitestatement and proof · cited by 3,029
- Finset.sum_congrproof · cited by 2,323
- MulZeroClass.mul_zeroproof · cited by 2,091
- Inner.innerproof · cited by 1,089
- MeasureTheory.MemLpproof · cited by 457
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.