I am trying to understand a few lines in Oksendal's Theorem 5.2.1 (5th edition). This is the existence and uniqueness theorem for SDEs. The relevant lines are: Oksendal bottom of page 68 and Oksendal top of page 69.
I understand the application of the martingale inequality (the red line at the top of page 69) but I do not understand
- The first inequality: $$P\left[\sup_{0\le t \le T} |Y_t^{(k+1)} - Y_t^{(k)}| > 2^{-k} \right] \le \\ P\left[\left(\int_0^T |b(s,Y_s^{(k)} - b(s,Y_s^{(k-1)}|ds\right)^2 > 2^{-2k-2} \right] + P\left [ \sup_{0\le t\le T} \left | \int_0^T (\sigma(s,Y_s^{k}) - \sigma(s,Y_s^{(k-1)}))dB_s\right| > 2^{-k-1}\right] $$ It is not clear to me how the probability is split in this way.
- Then it looks to me that the author is applying the martingale inequality to the $\int (...) ds$ term on the next line as well as the $\int (...) dB_s$ term. The second of these makes sense to me, but the first intergal is not a margingale as I understand it so how is this step justified? The line in question is $$ \le 2^{2k+2} T \int_0^T E(|b(s,Y_s^{(k)}) - b(s,Y_s^{(k-1)})|^2)ds + 2^{2k+2}\int_0^TE[|\sigma(s,Y_s^{(k)}) - \sigma(s,Y_s^{(k-1)})|^2]ds $$ The second term is exactly the martingale inequality and the Ito isometry. The first looks like that as well, but I do not believe it can be applied.
Any help is greatly appreciated. Peter.