Progressively Measurable σ-algebra #
This file defines the progressively measurable σ-algebra associated to a filtration, as well as the notion of predictable processes. We prove that predictable processes are progressively measurable and adapted. We also give an equivalent characterization of predictability for discrete processes.
Main definitions #
- Filtration.Predictable: The predictable σ-algebra associated to a filtration.
- Filtration.IsPredictable: A process is predictable if it is measurable with respect to the predictable σ-algebra.
Main results #
- Filtration.IsPredictable.progMeasurable: A predictable process is progressively measurable.
- Filtration.IsPredictable.measurable_succ:- uis a discrete predictable process iff- u (n + 1)is- 𝓕 n-measurable and- u 0is- 𝓕 0-measurable.
A filtration 𝓕 is right continuous if 𝓕 t = ⨅ j > i, 𝓕 j = 𝓕 i for all t.
- RC (i : ι) : PropThe right continuity property. 
Instances
A filtration 𝓕 is said to satisfy the usual conditions if it is right continuous and 𝓕 0
and consequently 𝓕 t is complete (i.e. contains all null sets) for all t.
- 𝓕 ⊥contains all the null sets.
Instances
Given a filtration 𝓕, the predictable σ-algebra is the σ-algebra on ι × Ω generated by
sets of the form (t, ∞) × A for t ∈ ι and A ∈ 𝓕 t and {⊥} × A for A ∈ 𝓕 ⊥.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A process is said to be predictable if it is measurable with respect to the predictable σ-algebra.
Equations
Instances For
Sets of the form (i, j] × A for any A ∈ 𝓕 i are measurable with respect to the predictable
σ-algebra.
A predictable process is progressively measurable.
A predictable process is adapted.
If u is a discrete predictable process, then u (n + 1) is 𝓕 n-measurable.
A discrete process u is predictable iff u (n + 1) is 𝓕 n-measurable for all n and
u 0 is 𝓕 0-measurable.