Stochastic processes satisfying the Kolmogorov condition #
A 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
.
This condition is the main assumption of the Kolmogorov-Chentsov theorem, which gives the existence of a continuous modification of the process.
The measurability condition on pairs ensures that the distance edist (X s ω) (X t ω)
is
measurable in ω
for fixed s, t
. In a space with second-countable topology, the measurability
of pairs can be obtained from measurability of each X t
.
Main definitions #
IsKolmogorovProcess
: property of being a stochastic process that satisfies the Kolmogorov condition.IsAEKolmogorovProcess
: a stochastic process satisfiesIsAEKolmogorovProcess
if it is a modification of a process satisfying the Kolmogorov condition.
Main statements #
IsKolmogorovProcess.mk_of_secondCountableTopology
: in a space with second-countable topology, a process is a Kolmogorov process if eachX t
is measurable and the Kolmogorov condition holds.
A 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
.
- measurablePair (s t : T) : Measurable fun (ω : Ω) => (X s ω, X t ω)
Instances For
Property of being a modification of a stochastic process that satisfies the Kolmogorov
condition (IsKolmogorovProcess
).
Equations
- ProbabilityTheory.IsAEKolmogorovProcess X P p q M = ∃ (Y : T → Ω → E), ProbabilityTheory.IsKolmogorovProcess Y P p q M ∧ ∀ (t : T), X t =ᵐ[P] Y t
Instances For
A process with the property IsKolmogorovProcess
such that ∀ t, X t =ᵐ[P] h.mk X t
.