Stochastic intervals #
This file defines the stochastic intervals [[σ,τ]], [[σ,τ[[, ]]σ,τ]],
]]σ,τ[[ and the graph [[σ]] (blueprint def:stochasticInterval), and proves
that ]]σ,τ]] is an ElementaryPredictableSet for bounded stopping times on ℕ
(blueprint lem:elementaryPredictableSet_stochasticInterval, issue
https://github.com/RemyDegenne/brownian-motion/issues/440).
For σ, τ : Ω → T ∪ {∞} (modelled as Ω → WithTop ι) over a time domain ι, a
stochastic interval is the subset of ι × Ω cut out by comparing the time
coordinate with σ and τ. Note these are subsets of ι × Ω, not of
WithTop ι × Ω — the time coordinate is a genuine time.
Main definitions #
stochIcc,stochIco,stochIoc,stochIoo— the four stochastic intervals[[σ,τ]],[[σ,τ[[,]]σ,τ]],]]σ,τ[[.stochGraph— the graph[[σ]] = {(t, ω) | t = σ ω}.
Main results #
stochIoc.exists_elementaryPredictableSet— for stopping timesσ, τwithτbounded bynonℕ, the interval]]σ,τ]]is anElementaryPredictableSet. It decomposes as the finite disjoint union⋃_{i < n} (i, i+1] × {σ ≤ i < τ}of predictable rectangles, which is exactly the data of anElementaryPredictableSet. Onlyτneed be bounded (notσ).
Stochastic intervals (general time domain) #
The graph is the diagonal stochastic interval, [[σ]] = [[σ, σ]].
]]σ,τ]] on ℕ: an elementary predictable set #
The blueprint decomposition ]]σ,τ]] = ⋃ₖ (k-1, k] × {σ ≤ k-1 < τ}. We index by
the left endpoint i = k - 1, so the building blocks are
(i, i+1] × {σ ≤ i < τ} for i : ℕ.
The slice {ω | σ ω ≤ i < τ ω} over the interval (i, i+1]. It is
𝓕 i-measurable for stopping times σ, τ: it is {σ ≤ i} ∩ {τ ≤ i}ᶜ.
]]σ,τ]] is an elementary predictable set for bounded stopping times on
ℕ (blueprint lem:elementaryPredictableSet_stochasticInterval). With τ ≤ n,
]]σ,τ]] = ⋃_{i < n} (i, i+1] × {σ ≤ i < τ} is a finite disjoint union of
predictable rectangles, which is exactly the data of an ElementaryPredictableSet.