Documentation

BrownianMotion.StochasticIntegral.LocalizingSequence

Localizing sequences of stopping times #

theorem ProbabilityTheory.isLocalizingSequence_of_isPreLocalizingSequence {ι : Type u_1} {Ω : Type u_2} { : MeasurableSpace Ω} {P : MeasureTheory.Measure Ω} [ConditionallyCompleteLinearOrderBot ι] [TopologicalSpace ι] [OrderTopology ι] [DenselyOrdered ι] [FirstCountableTopology ι] [NoMaxOrder ι] {𝓕 : MeasureTheory.Filtration ι } {τ : ΩWithTop ι} (h𝓕 : 𝓕.IsRightContinuous) ( : IsPreLocalizingSequence 𝓕 τ P) :
IsLocalizingSequence 𝓕 (fun (i : ) (ω : Ω) => ⨅ (j : ), ⨅ (_ : j i), τ j ω) P
theorem ProbabilityTheory.isPreLocalizingSequence_of_isLocalizingSequence {ι : Type u_1} {Ω : Type u_2} { : MeasurableSpace Ω} {P : MeasureTheory.Measure Ω} [ConditionallyCompleteLinearOrderBot ι] [TopologicalSpace ι] [OrderTopology ι] {𝓕 : MeasureTheory.Filtration ι } [SecondCountableTopology ι] [MeasureTheory.IsFiniteMeasure P] [NoMaxOrder ι] {τ : ΩWithTop ι} {σ : ΩWithTop ι} ( : IsLocalizingSequence 𝓕 τ P) ( : ∀ (n : ), IsLocalizingSequence 𝓕 (σ n) P) :
∃ (nk : ), StrictMono nk IsPreLocalizingSequence 𝓕 (fun (i : ) (ω : Ω) => min (τ i ω) (σ i (nk i) ω)) P
noncomputable def ProbabilityTheory.LocalizingSequenceOfProp {ι : Type u_1} {Ω : Type u_2} {E : Type u_3} [LinearOrder ι] [OrderBot ι] (X : ιΩE) (p : (ιE)Prop) :
ΩWithTop ι

Given a property on paths which holds almost surely for a stochastic process, we construct a localizing sequence by setting the stopping time to be ∞ whenever the property holds.

Equations
Instances For
    theorem ProbabilityTheory.isStoppingTime_ae_const {ι : Type u_1} {Ω : Type u_2} { : MeasurableSpace Ω} {P : MeasureTheory.Measure Ω} [LinearOrder ι] {𝓕 : MeasureTheory.Filtration ι } [𝓕.IsComplete P] (τ : ΩWithTop ι) (c : WithTop ι) ( : τ =ᵐ[P] Function.const Ω c) :
    theorem ProbabilityTheory.isLocalizingSequence_localizingSequenceOfProp {ι : Type u_1} {Ω : Type u_2} {E : Type u_3} { : MeasurableSpace Ω} {P : MeasureTheory.Measure Ω} [LinearOrder ι] [OrderBot ι] {𝓕 : MeasureTheory.Filtration ι } {X : ιΩE} [TopologicalSpace ι] [OrderTopology ι] [𝓕.IsComplete P] {p : (ιE)Prop} (hpX : ∀ᵐ (ω : Ω) P, p fun (x : ι) => X x ω) :