Theorems · Inductive type · probability
ProbabilityTheory.IsKolmogorovProcess
{T : Type u_1} →
{Ω : Type u_2} →
{E : Type u_3} →
[PseudoEMetricSpace T] →
{mΩ : MeasurableSpace Ω} →
[PseudoEMetricSpace E] → (T → Ω → E) → MeasureTheory.Measure Ω → ℝ → ℝ → NNReal → PropA stochastic process X : T → Ω → E on an index space T and a measurable space Ω
with measure P is said to satisfy the Kolmogorov condition with exponents p, q and constant M
if for all s, t : T, the pair (X s, X t) is measurable for the Borel sigma-algebra on E × E
and the following condition holds: ∫⁻ ω, edist (X s ω) (X t ω) ^ p ∂P ≤ M * edist s t ^ q.
- Defined in
- Mathlib.Probability.Process.Kolmogorov
- Cited by
- 12 results in Mathlib
- Foundations
- Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement · cited by 25,697
- MeasurableSpacestatement · cited by 13,106
- MeasureTheory.Measurestatement · cited by 10,939
- NNRealstatement · cited by 4,310
- PseudoEMetricSpacestatement · cited by 1,536
Cited by15
Results whose statement or proof uses this declaration.
- ProbabilityTheory.IsAEKolmogorovProcessproof · cited by 13
- ProbabilityTheory.IsAEKolmogorovProcess.IsKolmogorovProcess_mkstatement · cited by 6
- ProbabilityTheory.IsKolmogorovProcess.IsAEKolmogorovProcessstatement and proof · cited by 2
- ProbabilityTheory.IsKolmogorovProcess.measurablePairstatement and proof · cited by 2
- ProbabilityTheory.IsKolmogorovProcess.stronglyMeasurable_ediststatement and proof · cited by 2
- ProbabilityTheory.IsKolmogorovProcess.kolmogorovConditionstatement and proof · cited by 1
- ProbabilityTheory.IsKolmogorovProcess.measurablestatement and proof · cited by 1
- ProbabilityTheory.IsKolmogorovProcess.p_posstatement and proof · cited by 1
- ProbabilityTheory.IsKolmogorovProcess.q_posstatement and proof · cited by 1
- ProbabilityTheory.IsKolmogorovProcess.casesOnstatement and proof · cited by 0
- ProbabilityTheory.IsKolmogorovProcess.edist_eq_zerostatement and proof · cited by 0
- ProbabilityTheory.IsKolmogorovProcess.edist_eq_zero_of_const_eq_zerostatement and proof · cited by 0