0
$\begingroup$

enter image description hereI'm reading a proof of this claim, and there is a claim that if $\tau_n=\tau+\frac{1}{2^n}$ where $\tau$ is a stopping time, then we can write the stochastic interval $[0,\tau_n]$ as

$[0,\tau_n]=(\{0\}\times\Omega)\cup(\bigcup_{k\in\mathbb{N}_0}(\frac{k}{2^n},\frac{k+1}{2^n}]\times \{\tau\ge\frac{k}{2^n}\}).$

I'm having trouble seeing $LHS\subset RHS$ when $t>0$. Suppose $(t,\omega)\in[0,\tau_n]$, i.e. $0< t\le\tau(\omega)+\frac{1}{2^n}$. Then $t\in(\frac{k}{2^n},\frac{k+1}{2^n}]$ for some $k\in\mathbb{N}_0$, so $t-\frac{1}{2^n}\in(\frac{k-1}{2^n},\frac{k}{2^n}]$. Then we have $\tau(\omega)\ge t-\frac{1}{2^n}$, which does not preclude $\tau(\omega)<\frac{k}{2^n}$ (e.g. $t-\frac{1}{2^n}=\frac{k-1/2}{2^n}<\tau(\omega)<\frac{k}{2^n}$ seems possible).

I tried repairing this issue by changing the product to $[0,\tau_n]=(\{0\}\times\Omega)\cup(\bigcup_{k\in\mathbb{N}_0}(\frac{k}{2^n},\frac{k+1}{2^n}]\times \{\tau\ge\frac{k-1}{2^n}\}),$ but this creates an issue in showing $RHS\subset LHS$.

Would greatly appreciate some input. Thanks in advance!

  • 1
    Are you sure that $\tau_n$ is defined this way? I would expect that $\tau_n$ takes values in $\{k/2^n; k \geq 0\}$ because otherwise the assertion on $[0,\tau_n]$ is somewhat weird.2017-02-11
  • 0
    @saz It looks like it. I've added an image of the context to the post. Text is Stochastic Integration and Chung and Williams2017-02-11
  • 2
    Actually, $[\ ]$ stands for the integer part, not simple parenthesis as you seem to believe, hence $2^n\tau_n$ is the integer part of $2^n\tau+1$. Still in other words, $\tau_n=k/2^n$ on the event $\{(k-1)/2^n\leqslant\tau$k$. – 2017-02-11
  • 0
    That changes things quite a bit. I'll take a look at it again with this new definition as soon as I can. Thanks for clarifying!2017-02-11

1 Answers 1

1

Saz and Did point out that I was misinterpreting the notation describing $\tau_n$. With the correct interpretation, the proof is as follows:

$[\subset]:$ Pick $(t,\omega)\in[0,\tau_n]$, i.e. $0\le t\le \tau_n(\omega)$. Note that if $t=0$, then $(0,\omega)\in\{0\}\times\Omega.$ If $t>0$, then $t\in(\frac{k}{2^n},\frac{k+1}{2^n}]$ for some $k\in\mathbb{N}_0$. So $0\le\frac{k}{2^n}

$[\supset]:$ Pick $(t,\omega)\in RHS$. If $t=0$, $(t,\omega)\in[0,\tau_n]$, since $\tau_n\ge0$. If $t>0$, then $t\in(\frac{k}{2^n},\frac{k+1}{2^n}]$ for some $k\in\mathbb{N}_0$ and $\tau\ge\frac{k}{2^n}$; the latter implies $\tau_n\ge\frac{k+1}{2^n}\ge t$. So $(t,\omega)\in[0,\tau_n]$.