How to get the Ito's formula almost surely from proving that $df(B_t)$ converges in probability to $f'(B_t)dB_t + 1/2 f''(B_t)dt$.

692 Views Asked by At

I am looking at the proof of the Ito's formula given in Rene Schilling's Brownian Motion.

Theorem. Let $B_t$ be a one dimensional Brownian motion and let $f:\mathbb{R}\to \mathbb{R}$ be a $C^2$-function. Then we have for all $t \ge 0$ almost surely $$f(B_t)-f(B_0) = \int_0^t f'(B_s)dB_s + \frac{1}{2}\int_0^t f''(B_s)ds.$$

The proof proceeds as first assuming that the support of $f$ is compact, and then showing that for any partition $t_0=0<t_1<\cdots <t_N=t$ we have the decomposition $$f(B_t)-f(B_0) = \sum_{l=1}^N f'(B_{t_{l-1}})(B_{t_l}-B_{t_{l-1}})+\frac{1}{2} \sum_{l=1}^N f''(\xi_l)(B_{t_l}-B_{t_{l-1}})^2 =:J_1 + J_2$$ where $\xi_l=\xi_l(\omega)$ is an intermediate point between $B_{t_{l-1}}$ and $B_{t_l}$.

The proof is complete by showing that $J_1 \to \int_0^t f'(B_s)dB_s$ in probability as $|\Pi|\to 0$ and $J_2\to \frac{1}{2}\int_0^t f''(B_s)ds$ in probability as $|\Pi|\to 0$. Finally, we use cutoff functions in the general case and using the above identity for $t\wedge \tau(l)$, where $\tau(l):=\inf \{s>0: |B_s|\ge l\}$, use $\lim_{l\to \infty} \tau(l)=\infty $ almost surely to complete.

Question: In the theorem, how do we get the identity almost surely? The proof actually shows that the LHS in the Ito's formula converges in probability to the RHS. How does this imply that the identity holds a.s.?

I.e. the proof shows that $P-\lim_{|\Pi|\to 0} (f(B_t)-f(B_0))=\int_0^t f'(B_s)dB_s + \frac{1}{2}\int_0^t f''(B_s)ds$, but how does this mean that $f(B_t)-f(B_0)= \int_0^t f'(B_s)dB_s + \frac{1}{2}\int_0^t f''(B_s)ds$?

1

There are 1 best solutions below

2
On

I think there is a confusion here on which quantity converges to which quantity and in what sense. The second assertion regarding almost sure convergence is about : $$\frac{1}{2}\int_0^{t\wedge \tau(l)} f''(B_s)ds\to \frac{1}{2}\int_0^t f''(B_s)ds $$

and

$$\int_0^{t\wedge \tau(l)} f'(B_s)dB_s\to \int_0^t f'(B_s)dB_s$$

not on the limit of : $$P-\lim_{|\Pi|\to 0} (f(B_t)-f(B_0))=\int_0^t f'(B_s)dB_s + \frac{1}{2}\int_0^t f''(B_s)ds$$ being replaced by almost sure convergence because as you may know (naive or deterministic) stochastic integration cannot be defined in an almost sure way (have a look at the first chapter section 8 of Protter's book)(*).

So now almost sure convergence is trivial for $\frac{1}{2}\int_0^{t\wedge \tau(l)} f''(B_s)ds$ as the almost sure convergence of $t\wedge \tau(l) \to t$ is only property from usual integration seen at a fixed $\omega$.($ \int_0^{t_n(\omega)} f(s)ds \to \int_0^t f(s)ds$ as $t_n(\omega) \to t$ almost surely)

And for the second you have to use quadratic variation to show the same point because two processes with the same quadratic variation (path by path) are equal up to a constant which is not too hard to show here to be null.

(*) Speaking in full generality it depends on what properties you want for your stochastic integral, there are ways to almost sure stochastic integration but you have to lose something, anyway in the Schilling's book context those considerations are irrelevant IMO.