Theorems · Theorem · probability
ProbabilityTheory.IsGaussianProcess.isPreBrownianReal_of_covariance
∀ {Ω : Type u_1} {mΩ : MeasurableSpace Ω} {X : NNReal → Ω → ℝ} {P : MeasureTheory.Measure Ω},
ProbabilityTheory.IsGaussianProcess X P →
(∀ (t : NNReal), ∫ (x : Ω), X t x ∂P = 0) →
(∀ (s t : NNReal), s ≤ t → ProbabilityTheory.covariance (X s) (X t) P = ↑s) →
ProbabilityTheory.IsPreBrownianReal X PA centered Gaussian process with the right covariance is a pre-Brownian motion.
- Defined in
- Mathlib.Probability.BrownianMotion.Basic
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 320 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites59
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
- Finsetproof · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Finset.sumproof · cited by 5,195
- NNRealstatement and proof · cited by 4,310
- Finset.univproof · cited by 3,473
- MeasureTheory.integralstatement and proof · cited by 1,779
- NNReal.toRealstatement and proof · cited by 1,260
- MeasureTheory.Measure.mapproof · cited by 858
- ContinuousLinearEquiv.symmproof · cited by 368
Cited by4
Results whose statement or proof uses this declaration.
- ProbabilityTheory.IsPreBrownianReal.smulproof · cited by 1
- ProbabilityTheory.HasIndepIncrements.isPreBrownianReal_of_hasLawproof · cited by 1
- ProbabilityTheory.IsPreBrownianReal.shiftproof · cited by 1
- ProbabilityTheory.IsPreBrownianReal.invproof · cited by 0