Theorems · Theorem · probability
ProbabilityTheory.IsGaussianProcess.of_isGaussianProcess
∀ {S : Type u_1} {T : Type u_2} {Ω : Type u_3} {E : Type u_4} {mΩ : MeasurableSpace Ω} {P : MeasureTheory.Measure Ω}
{X : T → Ω → E} [inst : NormedAddCommGroup E] [inst_1 : MeasurableSpace E] [BorelSpace E] [inst_3 : NormedSpace ℝ E]
[SecondCountableTopology E] {F : Type u_6} [inst_5 : NormedAddCommGroup F] [inst_6 : NormedSpace ℝ F]
[inst_7 : MeasurableSpace F] [BorelSpace F] [SecondCountableTopology F] {Y : S → Ω → F},
ProbabilityTheory.IsGaussianProcess X P →
(∀ (s : S), ∃ I L, ∀ (ω : Ω), Y s ω = L (I.restrict fun x => X x ω)) → ProbabilityTheory.IsGaussianProcess Y PIf a stochastic process Y is such that for each s, Y s can be written as a linear
combination of finitely many values of a Gaussian process, then Y is a Gaussian process.
- Cited by
- 4 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.
Cites24
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
- Finsetstatement and proof · 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
- ContinuousLinearMapstatement and proof · cited by 5,352
- BorelSpacestatement and proof · cited by 1,602
- map_addproof · cited by 964
- SecondCountableTopologystatement and proof · cited by 750
Cited by4
Results whose statement or proof uses this declaration.
- ProbabilityTheory.IsGaussianProcess.comp_rightproof · cited by 3
- ProbabilityTheory.IsGaussianProcess.comp_leftproof · cited by 1
- ProbabilityTheory.IsGaussianProcess.shiftproof · cited by 1
- ProbabilityTheory.IsPreBrownianReal.indepFun_shiftproof · cited by 0