Theorems · Theorem · probability
ProbabilityTheory.HasGaussianLaw.prodMk
∀ {Ω : Type u_1} {ι : Type u_4} {mΩ : MeasurableSpace Ω} {P : MeasureTheory.Measure Ω} {E : ι → Type u_5}
[inst : (i : ι) → NormedAddCommGroup (E i)] [inst_1 : (i : ι) → NormedSpace ℝ (E i)]
[inst_2 : (i : ι) → MeasurableSpace (E i)] [∀ (i : ι), BorelSpace (E i)] {X : (i : ι) → Ω → E i}
[∀ (i : ι), SecondCountableTopology (E i)] [Finite ι],
ProbabilityTheory.HasGaussianLaw (fun ω x => X x ω) P →
∀ (i j : ι), ProbabilityTheory.HasGaussianLaw (fun ω => (X i ω, X j ω)) P- Cited by
- 2 results in Mathlib
- Foundations
- Depth 308 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Finitestatement and proof · cited by 3,029
- BorelSpacestatement and proof · cited by 1,602
- SecondCountableTopologystatement and proof · cited by 750
- ContinuousLinearMap.projproof · cited by 77
- ProbabilityTheory.HasGaussianLawstatement and proof · cited by 67
- ContinuousLinearMap.prodproof · cited by 56
- ProbabilityTheory.HasGaussianLaw.mapproof · cited by 15
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.IsGaussianProcess.hasGaussianLaw_prodMkproof · cited by 2