CONTENTS

Exercise: Identifying Stopping Times — Six Cases

Problem

Let (Sn)n0(S_n)_{n \ge 0} be a random walk with Fn=σ(S0,,Sn)\mathcal{F}_n = \sigma(S_0, \ldots, S_n). For each of the following random times, decide whether it is a stopping time and give a one-sentence justification.

  1. τ1=7\tau_1 = 7.
  2. τ2=inf{n:Sn10}\tau_2 = \inf\{n : S_n \ge 10\}, the first time the walk reaches 1010.
  3. τ3=sup{n100:Sn=0}\tau_3 = \sup\{n \le 100 : S_n = 0\}, the last time the walk hits 00 before time 100100.
  4. τ4=inf{n:Sn110}\tau_4 = \inf\{n : S_{n-1} \ge 10\} (one step after the first hitting time).
  5. τ5=inf{n:maxknSkminknSk5}\tau_5 = \inf\{n : \max_{k \le n} S_k - \min_{k \le n} S_k \ge 5\}, the first time the running range exceeds 55.
  6. τ6=inf{n:SnSn+1}\tau_6 = \inf\{n : S_n \ge S_{n+1}\}, the first step immediately before a drop.

For the ones that are stopping times, write down the measurability condition explicitly for a concrete nn (e.g. n=5n = 5).

Hint

The test is always: "can I decide {τn}\{\tau \le n\} using only S0,S1,,SnS_0, S_1, \ldots, S_n?"

Jump to the solution when you're ready.