Documentation

BrownianMotion.StochasticIntegral.Predictable

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 #

Main results #

Implementation note #

To avoid requiring a TopologicalSpace instance on ι in the definition of rightCont, we endow ι with the order topology Preorder.topology inside the definition. Say you write a statement about 𝓕₊ which does not require a TopologicalSpace structure on ι, but you wish to use a statement which requires a topology (such as rightCont_def). Then you can endow ι with the order topology by writing

  letI := Preorder.topology ι
  haveI : OrderTopology ι := ⟨rfl⟩

Notation #

theorem MeasureTheory.measurableSet_predictable_univ_prod {ι : Type u_1} [LinearOrder ι] [OrderBot ι] {Ω : Type u_2} { : MeasurableSpace Ω} {𝓕 : Filtration ι } {s : Set Ω} (hs : MeasurableSet s) :
theorem MeasureTheory.measurableSet_predictable_Iic_prod {ι : Type u_1} [LinearOrder ι] [OrderBot ι] {Ω : Type u_2} { : MeasurableSpace Ω} {𝓕 : Filtration ι } {s : Set Ω} (hs : MeasurableSet s) {i : ι} :
theorem MeasureTheory.StronglyAdapted.isStronglyPredictable_of_leftContinuous {ι : Type u_1} [LinearOrder ι] [OrderBot ι] {Ω : Type u_2} { : MeasurableSpace Ω} {𝓕 : Filtration ι } {β : Type u_3} [TopologicalSpace β] [TopologicalSpace.PseudoMetrizableSpace β] {X : ιΩβ} [TopologicalSpace ι] [OrderTopology ι] [SecondCountableTopology ι] [DenselyOrdered ι] (h_adap : StronglyAdapted 𝓕 X) (h_cont : ∀ (ω : Ω) (a : ι), ContinuousWithinAt (fun (x : ι) => X x ω) (Set.Iio a) a) :
class MeasureTheory.Filtration.IsComplete {Ω : Type u_1} {ι : Type u_2} {m : MeasurableSpace Ω} [PartialOrder ι] (𝓕 : Filtration ι m) (μ : Measure Ω := by volume_tac) :

A filtration 𝓕 is complete with respect to a measure μ if for all i, 𝓕 i contains all the μ-null sets.

  • measurableSet_of_null s : Set Ω (hs : μ s = 0) (t : ι) : MeasurableSet s

    𝓕 ⊥ contains all the null sets.

Instances
    instance MeasureTheory.Filtration.instIsCompleteTrimOfIsComplete {Ω : Type u_1} {ι : Type u_2} {m : MeasurableSpace Ω} [PartialOrder ι] {𝓕 : Filtration ι m} {μ : Measure Ω} [u : 𝓕.IsComplete μ] {i : ι} :
    (μ.trim ).IsComplete