Predictable σ-algebra #
This file defines the predictable σ-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.IsStronglyPredictable: A process is predictable if it is measurable with respect to the predictable σ-algebra.
Main results #
IsStronglyPredictable.isStronglyProgressive: A predictable process is progressively measurable.IsStronglyPredictable.iff_measurable_add_one:uis a discrete predictable process iffu (n + 1)is𝓕 n-measurable andu 0is𝓕 0-measurable.
Tags #
predictable, previsible
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
Sets of the form (i, j] × A for any A ∈ 𝓕 i are measurable with respect to the predictable
σ-algebra.
The inclusion map from [0,i] × Ω with the subtype × 𝓕 i σ-algebra) to ι × Ω with the predictable σ-algebra is measurable
A process is said to be predictable if it is measurable with respect to the predictable σ-algebra.
Equations
Instances For
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.
Alias of MeasureTheory.IsStronglyPredictable.
A process is said to be predictable if it is measurable with respect to the predictable σ-algebra.
Instances For
Alias of MeasureTheory.IsStronglyPredictable.isStronglyProgressive.
A predictable process is progressively measurable.
Alias of MeasureTheory.IsStronglyPredictable.stronglyAdapted.
A predictable process is adapted.
Alias of MeasureTheory.IsStronglyPredictable.measurable_add_one.
If u is a discrete predictable process, then u (n + 1) is 𝓕 n-measurable.
Alias of MeasureTheory.IsStronglyPredictable.of_measurable_add_one.
Alias of MeasureTheory.IsStronglyPredictable.iff_measurable_add_one.
A discrete process u is predictable iff u (n + 1) is 𝓕 n-measurable for all n and
u 0 is 𝓕 0-measurable.