Theorems · Theorem · probability
MeasureTheory.Adapted.isStoppingTime_hittingBtwn_isStoppingTime
∀ {Ω : Type u_1} {β : Type u_2} {ι : Type u_3} {m : MeasurableSpace Ω} [inst : ConditionallyCompleteLinearOrder ι]
[WellFoundedLT ι] [Countable ι] [inst_3 : TopologicalSpace ι] [OrderTopology ι] [FirstCountableTopology ι]
[inst_6 : MeasurableSpace β] {f : MeasureTheory.Filtration ι m} {u : ι → Ω → β} {τ : Ω → WithTop ι},
MeasureTheory.IsStoppingTime f τ →
∀ {N : ι},
(∀ (x : Ω), τ x ≤ ↑N) →
∀ {s : Set β},
MeasurableSet s →
MeasureTheory.Adapted f u →
MeasureTheory.IsStoppingTime f fun x => ↑(MeasureTheory.hittingBtwn u s (τ x).untopA N x)The hitting time of a discrete process with the starting time indexed by a stopping time is a stopping time.
- Defined in
- Mathlib.Probability.Process.HittingTime
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- MeasurableSpacestatement and proof · cited by 13,106
- Top.topproof · cited by 9,680
- Set.ofPredproof · cited by 6,101
- WithTopstatement and proof · cited by 3,754
- MeasurableSetstatement and proof · cited by 3,075
- Set.iUnionproof · cited by 2,483
- Set.extproof · cited by 2,266
- OrderTopologystatement and proof · cited by 1,355
- WithTop.somestatement and proof · cited by 1,128
- LT.lt.trans_leproof · cited by 678
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.StronglyAdapted.isStoppingTime_crossingproof · cited by 2
- MeasureTheory.isStoppingTime_hittingBtwn_isStoppingTimeproof · cited by 0