Documentation

Atlas.TheoryOfProbability.code.StoppingTime

A WithTop-valued function τ is a discrete stopping time with respect to the filtration f if for every n : ℕ, the event {ω | τ ω = n} is f n-measurable.

This is the textbook definition (Lecture 23): T is a stopping time when {T = n} ∈ ℱ_n for every n. Allowing the value lets the stopping time be infinite.

Instances For
    structure DiscreteStoppingTime {Ω : Type u_1} {m : MeasurableSpace Ω} (f : MeasureTheory.Filtration m) :
    Type u_1

    A discrete stopping time with respect to the filtration f: a WithTop-valued function bundled with a proof that it satisfies IsDiscreteStoppingTime.

    Instances For