Hitting times #
Given a stochastic process, the hitting time provides the first time the process "hits" some subset of the state space. The hitting time is a stopping time in the case that the time index is discrete and the process is adapted (this is true in a far more general setting however we have only proved it for the discrete case so far).
Main definition #
- MeasureTheory.hittingBtwn u s n m: the first time a stochastic process- uenters a set- safter time- nand before time- m
- MeasureTheory.hittingAfter u s n: the first time a stochastic process- uenters a set- safter time- n
Main results #
- MeasureTheory.hittingBtwn_isStoppingTime: a discrete hitting time of an adapted process is a stopping time
- MeasureTheory.hittingAfter_isStoppingTime: a discrete hitting time of an adapted process is a stopping time
Hitting time: given a stochastic process u and a set s, hittingBtwn u s n m is
the first time u is in s after time n and before time m (if u does not hit s
after time n and before m then the hitting time is simply m).
The hitting time is a stopping time if the process is adapted and discrete.
Equations
Instances For
Alias of MeasureTheory.hittingBtwn.
Hitting time: given a stochastic process u and a set s, hittingBtwn u s n m is
the first time u is in s after time n and before time m (if u does not hit s
after time n and before m then the hitting time is simply m).
The hitting time is a stopping time if the process is adapted and discrete.
Equations
Instances For
Hitting time: given a stochastic process u and a set s, hittingAfter u s n is
the first time u is in s after time n (if u does not hit s after time n then the
hitting time is ⊤).
Equations
Instances For
Alias of MeasureTheory.hittingBtwn_def.
This lemma is strictly weaker than hittingBtwn_of_le.
Alias of MeasureTheory.hittingBtwn_of_lt.
This lemma is strictly weaker than hittingBtwn_of_le.
Alias of MeasureTheory.hittingBtwn_le.
Alias of MeasureTheory.notMem_of_lt_hittingBtwn.
Alias of MeasureTheory.notMem_of_lt_hittingBtwn.
Alias of MeasureTheory.hittingBtwn_eq_end_iff.
Alias of MeasureTheory.hittingBtwn_of_le.
Alias of MeasureTheory.le_hittingBtwn.
Alias of MeasureTheory.le_hittingBtwn_of_exists.
Alias of MeasureTheory.hittingBtwn_mem_Icc.
Alias of MeasureTheory.hittingBtwn_mem_set.
Alias of MeasureTheory.hittingBtwn_mem_set_of_hittingBtwn_lt.
Alias of MeasureTheory.hittingBtwn_le_of_mem.
Alias of MeasureTheory.hittingBtwn_le_iff_of_lt.
Alias of MeasureTheory.hittingBtwn_lt_iff.
Alias of MeasureTheory.hittingBtwn_eq_hittingBtwn_of_exists.
Alias of MeasureTheory.hittingBtwn_mono.
A discrete hitting time is a stopping time.
Alias of MeasureTheory.hittingBtwn_isStoppingTime.
A discrete hitting time is a stopping time.
A discrete hitting time is a stopping time.
The hitting time of a discrete process with the starting time indexed by a stopping time is a stopping time.
Alias of MeasureTheory.isStoppingTime_hittingBtwn_isStoppingTime.
The hitting time of a discrete process with the starting time indexed by a stopping time is a stopping time.
Alias of MeasureTheory.hittingBtwn_eq_sInf.
Alias of MeasureTheory.hittingBtwn_bot_le_iff.