Mathlib Map

Theorems · Theorem · probability

MeasureTheory.isStoppingTime_hittingBtwn_isStoppingTime

Deprecated since 2026-01-25Use MeasureTheory.Adapted.isStoppingTime_hittingBtwn_isStoppingTime instead.

∀ {Ω : 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)

Alias of MeasureTheory.Adapted.isStoppingTime_hittingBtwn_isStoppingTime. 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
0 results in Mathlib
Foundations
Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
ConditionallyCompleteLinearOrderWellFoundedLTCountableTopologicalSpaceOrderTopologyFirstCountableTopologyMeasurableSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites17

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.