This file contains the basic definitions and properties of the debut of a set.
Implementation notes #
We follow the implementation of hitting times in Mathlib.Probability.Process.HittingTime.
The debut has values in WithTop ι, ensuring that it is always well-defined.
The debut of a set E ⊆ T × Ω after n is the random variable that gives the smallest
t ≥ n such that (t, ω) ∈ E for a given ω.
Equations
- MeasureTheory.debut E n = MeasureTheory.hittingAfter (fun (t : ι) (ω : Ω) => (t, ω)) E n
Instances For
A set E : Set ι × Ω is progressively measurable with respect to a filtration 𝓕 if the
indicator function of E is a progressively measurable process with respect to 𝓕.
Equations
- MeasureTheory.ProgMeasurableSet E 𝓕 = MeasureTheory.ProgMeasurable 𝓕 (Function.curry (E.indicator fun (x : ι × Ω) => 1))
Instances For
Debut Theorem: The debut of a progressively measurable set E is a stopping time.
The hitting time of a measurable set by a progressively measurable process for a filtration satisfying the usual conditions is a stopping time.