Optional sampling theorem with a.s. finite stopping time The 2019 Stack Overflow Developer Survey Results Are InDoob's stopping time theorem with unbounded stopping timeDose “optional stopping theorem” imply “optional sampling theorem”?Proof of the optional sampling theoremDiscrete stochastic integral and optional sampling theoremQuestion on the stopping time theorems for martingales and UI martingales, is finite stopping time required?“Converse” of optional stopping theoremIs the hitting time of a Geometric Brownian Motion a.s. finite?Doob's Optional stopping time TheoremMartingale and Stopping Time with Finite Expectationprove that $S_tau land n to S_tau$ in $L^1$ for a random walk with $Etau^1/2 < infty$

Should I write numbers in words or as numerals when there are multiple next to each other?

JSON.serialize: is it possible to suppress null values of a map?

I see my dog run

Geography at the pixel level

It's possible to achieve negative score?

If the Wish spell is used to duplicate the effect of Simulacrum, are existing duplicates destroyed?

I looked up a future colleague on LinkedIn before I started a job. I told my colleague about it and he seemed surprised. Should I apologize?

"To split hairs" vs "To be pedantic"

How long do I have to send payment?

If a poisoned arrow's piercing damage is reduced to 0, do you still get poisoned?

Can distinct morphisms between curves induce the same morphism on singular cohomology?

How to answer pointed "are you quitting" questioning when I don't want them to suspect

Patience, young "Padovan"

Limit the amount of RAM Mathematica may access?

Are there any other methods to apply to solving simultaneous equations?

Understanding the implication of what "well-defined" means for the operation in quotient group

Lethal sonic weapons

"What time...?" or "At what time...?" - what is more grammatically correct?

Is bread bad for ducks?

How to reverse every other sublist of a list?

"Riffle" two strings

How to create dashed lines/arrows in Illustrator

Where does the "burst of radiance" from Holy Weapon originate?

Is three citations per paragraph excessive for undergraduate research paper?



Optional sampling theorem with a.s. finite stopping time



The 2019 Stack Overflow Developer Survey Results Are InDoob's stopping time theorem with unbounded stopping timeDose “optional stopping theorem” imply “optional sampling theorem”?Proof of the optional sampling theoremDiscrete stochastic integral and optional sampling theoremQuestion on the stopping time theorems for martingales and UI martingales, is finite stopping time required?“Converse” of optional stopping theoremIs the hitting time of a Geometric Brownian Motion a.s. finite?Doob's Optional stopping time TheoremMartingale and Stopping Time with Finite Expectationprove that $S_tau land n to S_tau$ in $L^1$ for a random walk with $Etau^1/2 < infty$










2












$begingroup$


I'm trying to prove the following generalized version of Doob's optional sampling theorem:




Let $X$ be a square integrable martingale with respect to a filtration $mathbb F = left mathcal F_n right_n in mathbb N$ with square variation process $langle X rangle$. Let $tau$ be a finite stopping time, and suppose $mathbb Eleft[langle X rangle_tau right] < infty$. Then $$mathbb Eleft[ left(X_tau - X_0 right)^2 right] = mathbb Eleft[langle X rangle_tau right] quad textrmand quad mathbb Eleft[ X_tau right] = mathbb Eleft[X_0 right]$$




I know that $langle X rangle$ is the unique predictable process for which $left(X_n^2 - langle X rangle_nright)_n in mathbb N$ is a martingale, and it can be expressed in equations as $$langle X rangle = sum_i=1^n mathbb Eleft[ left(X_i - X_i-1right)^2 bigg| mathcal F_i-1right] quad textrmand quad mathbb Eleft[langle Xrangle_nright] = mathbfVarleft[X_n - X_0 right].$$



And I know that if $tau$ is bounded, then $mathbb Eleft[X_tauright] = mathbb Eleft[X_0right]$. So I know in particular that $mathbb Eleft[X_tau wedge Tright] = mathbb Eleft[X_0right]$ for every $T in mathbb N$. Clearly $X_tau wedge T mathbb 1_tau = N to X_N mathbb 1_tau = N$ as $T to infty$, and $$left|X_tau wedge T mathbb 1_tau = Nright| leq max_1 leq t leq N |X_t|,$$
so by dominated convergence,
$$
mathbb Eleft[ X_tau wedge T mathbb 1_tau = Nright] xrightarrowT to infty mathbb Eleft[ X_N mathbb 1_tau = Nright]
$$

for each $N in mathbb N$. I think, therefore, it follows that
$$
mathbb Eleft[X_0right] = lim_T to infty mathbb Eleft[X_tau wedge Tright] = lim_T to infty sum_N = 0^inftymathbb Eleft[X_tau wedge T mathbb 1_tau = N right] = sum_N = 0^inftymathbb Eleft[X_tau mathbb 1_tau = N right] = mathbb Eleft[X_tauright].
$$

But I'm not sure if passing this limit through the sum is valid. It requires dominated convergence, i.e. that the terms $mathbb Eleft[X_tau wedge T mathbb 1_tau = N right]$ are uniformly bounded by some function, but I don't know what that function is. Is there a better approach?










share|cite|improve this question









$endgroup$











  • $begingroup$
    By Doob's inequality (together with a uniform integrability argument), if a martingale is bounded in $L^p$ for some $p>1$, then it converges in $L^p$. Apply this to the martingale $M_n:=X_tau wedge n$ with $p=2$ and you can obtain the first result. Then, note that convergence in $L^2$ implies convergence in $L^1$ and you can obtain the second result as well.
    $endgroup$
    – Shalop
    Mar 23 at 4:13











  • $begingroup$
    Sorry, the link in my above comment went to the wrong set of notes. I actually meant to link to Theorem 4.8 in this noteset. Very useful fact to keep in mind.
    $endgroup$
    – Shalop
    Mar 23 at 4:24











  • $begingroup$
    Okay, I may give that a shot. Although I'd prefer not to use Doob's inequality or martingale convergence theorems since those haven't shown up at this point in my reference text.
    $endgroup$
    – D Ford
    Mar 23 at 4:26







  • 1




    $begingroup$
    Ah, actually it is not so difficult to prove the convergence theorem directly when $p=2$. Specifically, let $M_n = X_tau wedge n$ again. From the given hypothesis $E[langle X rangle_tau]<infty$ you can basically see (using orthogonality of the increments of $M$) that $sum_n E[(M_n+1-M_n)^2]<infty$. But, if $a_n$ is a sequence of orthogonal vectors in a Hilbert space such that $sum |a_n|^2<infty$, then $a_n$ is a Cauchy sequence in that Hilbert space. From this, one sees that $M_n$ converges in $L^2$ (and therefore also in $L^1$) which will then easily yield the results.
    $endgroup$
    – Shalop
    Mar 23 at 5:01











  • $begingroup$
    By orthogonality of increments of $M$, do you mean $mathbb Eleft[left(M_n+1 - M_nright)left(M_n - M_n-1right)right] = 0$? I'm having a hard time seeing how this with the hypothesis $mathbb Eleft[langle Xrangle_tauright]<infty$ implies $sum_n mathbb Eleft[left(M_n+1-M_nright)^2right] < infty$. Also, if $sum||a_n||^2 < infty$, would it not be the case that $a_n to 0$? In which case we have $(M_n)$ is $L^2$-Cauchy, which I guess is your main point.
    $endgroup$
    – D Ford
    Mar 23 at 15:05















2












$begingroup$


I'm trying to prove the following generalized version of Doob's optional sampling theorem:




Let $X$ be a square integrable martingale with respect to a filtration $mathbb F = left mathcal F_n right_n in mathbb N$ with square variation process $langle X rangle$. Let $tau$ be a finite stopping time, and suppose $mathbb Eleft[langle X rangle_tau right] < infty$. Then $$mathbb Eleft[ left(X_tau - X_0 right)^2 right] = mathbb Eleft[langle X rangle_tau right] quad textrmand quad mathbb Eleft[ X_tau right] = mathbb Eleft[X_0 right]$$




I know that $langle X rangle$ is the unique predictable process for which $left(X_n^2 - langle X rangle_nright)_n in mathbb N$ is a martingale, and it can be expressed in equations as $$langle X rangle = sum_i=1^n mathbb Eleft[ left(X_i - X_i-1right)^2 bigg| mathcal F_i-1right] quad textrmand quad mathbb Eleft[langle Xrangle_nright] = mathbfVarleft[X_n - X_0 right].$$



And I know that if $tau$ is bounded, then $mathbb Eleft[X_tauright] = mathbb Eleft[X_0right]$. So I know in particular that $mathbb Eleft[X_tau wedge Tright] = mathbb Eleft[X_0right]$ for every $T in mathbb N$. Clearly $X_tau wedge T mathbb 1_tau = N to X_N mathbb 1_tau = N$ as $T to infty$, and $$left|X_tau wedge T mathbb 1_tau = Nright| leq max_1 leq t leq N |X_t|,$$
so by dominated convergence,
$$
mathbb Eleft[ X_tau wedge T mathbb 1_tau = Nright] xrightarrowT to infty mathbb Eleft[ X_N mathbb 1_tau = Nright]
$$

for each $N in mathbb N$. I think, therefore, it follows that
$$
mathbb Eleft[X_0right] = lim_T to infty mathbb Eleft[X_tau wedge Tright] = lim_T to infty sum_N = 0^inftymathbb Eleft[X_tau wedge T mathbb 1_tau = N right] = sum_N = 0^inftymathbb Eleft[X_tau mathbb 1_tau = N right] = mathbb Eleft[X_tauright].
$$

But I'm not sure if passing this limit through the sum is valid. It requires dominated convergence, i.e. that the terms $mathbb Eleft[X_tau wedge T mathbb 1_tau = N right]$ are uniformly bounded by some function, but I don't know what that function is. Is there a better approach?










share|cite|improve this question









$endgroup$











  • $begingroup$
    By Doob's inequality (together with a uniform integrability argument), if a martingale is bounded in $L^p$ for some $p>1$, then it converges in $L^p$. Apply this to the martingale $M_n:=X_tau wedge n$ with $p=2$ and you can obtain the first result. Then, note that convergence in $L^2$ implies convergence in $L^1$ and you can obtain the second result as well.
    $endgroup$
    – Shalop
    Mar 23 at 4:13











  • $begingroup$
    Sorry, the link in my above comment went to the wrong set of notes. I actually meant to link to Theorem 4.8 in this noteset. Very useful fact to keep in mind.
    $endgroup$
    – Shalop
    Mar 23 at 4:24











  • $begingroup$
    Okay, I may give that a shot. Although I'd prefer not to use Doob's inequality or martingale convergence theorems since those haven't shown up at this point in my reference text.
    $endgroup$
    – D Ford
    Mar 23 at 4:26







  • 1




    $begingroup$
    Ah, actually it is not so difficult to prove the convergence theorem directly when $p=2$. Specifically, let $M_n = X_tau wedge n$ again. From the given hypothesis $E[langle X rangle_tau]<infty$ you can basically see (using orthogonality of the increments of $M$) that $sum_n E[(M_n+1-M_n)^2]<infty$. But, if $a_n$ is a sequence of orthogonal vectors in a Hilbert space such that $sum |a_n|^2<infty$, then $a_n$ is a Cauchy sequence in that Hilbert space. From this, one sees that $M_n$ converges in $L^2$ (and therefore also in $L^1$) which will then easily yield the results.
    $endgroup$
    – Shalop
    Mar 23 at 5:01











  • $begingroup$
    By orthogonality of increments of $M$, do you mean $mathbb Eleft[left(M_n+1 - M_nright)left(M_n - M_n-1right)right] = 0$? I'm having a hard time seeing how this with the hypothesis $mathbb Eleft[langle Xrangle_tauright]<infty$ implies $sum_n mathbb Eleft[left(M_n+1-M_nright)^2right] < infty$. Also, if $sum||a_n||^2 < infty$, would it not be the case that $a_n to 0$? In which case we have $(M_n)$ is $L^2$-Cauchy, which I guess is your main point.
    $endgroup$
    – D Ford
    Mar 23 at 15:05













2












2








2





$begingroup$


I'm trying to prove the following generalized version of Doob's optional sampling theorem:




Let $X$ be a square integrable martingale with respect to a filtration $mathbb F = left mathcal F_n right_n in mathbb N$ with square variation process $langle X rangle$. Let $tau$ be a finite stopping time, and suppose $mathbb Eleft[langle X rangle_tau right] < infty$. Then $$mathbb Eleft[ left(X_tau - X_0 right)^2 right] = mathbb Eleft[langle X rangle_tau right] quad textrmand quad mathbb Eleft[ X_tau right] = mathbb Eleft[X_0 right]$$




I know that $langle X rangle$ is the unique predictable process for which $left(X_n^2 - langle X rangle_nright)_n in mathbb N$ is a martingale, and it can be expressed in equations as $$langle X rangle = sum_i=1^n mathbb Eleft[ left(X_i - X_i-1right)^2 bigg| mathcal F_i-1right] quad textrmand quad mathbb Eleft[langle Xrangle_nright] = mathbfVarleft[X_n - X_0 right].$$



And I know that if $tau$ is bounded, then $mathbb Eleft[X_tauright] = mathbb Eleft[X_0right]$. So I know in particular that $mathbb Eleft[X_tau wedge Tright] = mathbb Eleft[X_0right]$ for every $T in mathbb N$. Clearly $X_tau wedge T mathbb 1_tau = N to X_N mathbb 1_tau = N$ as $T to infty$, and $$left|X_tau wedge T mathbb 1_tau = Nright| leq max_1 leq t leq N |X_t|,$$
so by dominated convergence,
$$
mathbb Eleft[ X_tau wedge T mathbb 1_tau = Nright] xrightarrowT to infty mathbb Eleft[ X_N mathbb 1_tau = Nright]
$$

for each $N in mathbb N$. I think, therefore, it follows that
$$
mathbb Eleft[X_0right] = lim_T to infty mathbb Eleft[X_tau wedge Tright] = lim_T to infty sum_N = 0^inftymathbb Eleft[X_tau wedge T mathbb 1_tau = N right] = sum_N = 0^inftymathbb Eleft[X_tau mathbb 1_tau = N right] = mathbb Eleft[X_tauright].
$$

But I'm not sure if passing this limit through the sum is valid. It requires dominated convergence, i.e. that the terms $mathbb Eleft[X_tau wedge T mathbb 1_tau = N right]$ are uniformly bounded by some function, but I don't know what that function is. Is there a better approach?










share|cite|improve this question









$endgroup$




I'm trying to prove the following generalized version of Doob's optional sampling theorem:




Let $X$ be a square integrable martingale with respect to a filtration $mathbb F = left mathcal F_n right_n in mathbb N$ with square variation process $langle X rangle$. Let $tau$ be a finite stopping time, and suppose $mathbb Eleft[langle X rangle_tau right] < infty$. Then $$mathbb Eleft[ left(X_tau - X_0 right)^2 right] = mathbb Eleft[langle X rangle_tau right] quad textrmand quad mathbb Eleft[ X_tau right] = mathbb Eleft[X_0 right]$$




I know that $langle X rangle$ is the unique predictable process for which $left(X_n^2 - langle X rangle_nright)_n in mathbb N$ is a martingale, and it can be expressed in equations as $$langle X rangle = sum_i=1^n mathbb Eleft[ left(X_i - X_i-1right)^2 bigg| mathcal F_i-1right] quad textrmand quad mathbb Eleft[langle Xrangle_nright] = mathbfVarleft[X_n - X_0 right].$$



And I know that if $tau$ is bounded, then $mathbb Eleft[X_tauright] = mathbb Eleft[X_0right]$. So I know in particular that $mathbb Eleft[X_tau wedge Tright] = mathbb Eleft[X_0right]$ for every $T in mathbb N$. Clearly $X_tau wedge T mathbb 1_tau = N to X_N mathbb 1_tau = N$ as $T to infty$, and $$left|X_tau wedge T mathbb 1_tau = Nright| leq max_1 leq t leq N |X_t|,$$
so by dominated convergence,
$$
mathbb Eleft[ X_tau wedge T mathbb 1_tau = Nright] xrightarrowT to infty mathbb Eleft[ X_N mathbb 1_tau = Nright]
$$

for each $N in mathbb N$. I think, therefore, it follows that
$$
mathbb Eleft[X_0right] = lim_T to infty mathbb Eleft[X_tau wedge Tright] = lim_T to infty sum_N = 0^inftymathbb Eleft[X_tau wedge T mathbb 1_tau = N right] = sum_N = 0^inftymathbb Eleft[X_tau mathbb 1_tau = N right] = mathbb Eleft[X_tauright].
$$

But I'm not sure if passing this limit through the sum is valid. It requires dominated convergence, i.e. that the terms $mathbb Eleft[X_tau wedge T mathbb 1_tau = N right]$ are uniformly bounded by some function, but I don't know what that function is. Is there a better approach?







probability probability-theory martingales stopping-times






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Mar 23 at 2:16









D FordD Ford

675313




675313











  • $begingroup$
    By Doob's inequality (together with a uniform integrability argument), if a martingale is bounded in $L^p$ for some $p>1$, then it converges in $L^p$. Apply this to the martingale $M_n:=X_tau wedge n$ with $p=2$ and you can obtain the first result. Then, note that convergence in $L^2$ implies convergence in $L^1$ and you can obtain the second result as well.
    $endgroup$
    – Shalop
    Mar 23 at 4:13











  • $begingroup$
    Sorry, the link in my above comment went to the wrong set of notes. I actually meant to link to Theorem 4.8 in this noteset. Very useful fact to keep in mind.
    $endgroup$
    – Shalop
    Mar 23 at 4:24











  • $begingroup$
    Okay, I may give that a shot. Although I'd prefer not to use Doob's inequality or martingale convergence theorems since those haven't shown up at this point in my reference text.
    $endgroup$
    – D Ford
    Mar 23 at 4:26







  • 1




    $begingroup$
    Ah, actually it is not so difficult to prove the convergence theorem directly when $p=2$. Specifically, let $M_n = X_tau wedge n$ again. From the given hypothesis $E[langle X rangle_tau]<infty$ you can basically see (using orthogonality of the increments of $M$) that $sum_n E[(M_n+1-M_n)^2]<infty$. But, if $a_n$ is a sequence of orthogonal vectors in a Hilbert space such that $sum |a_n|^2<infty$, then $a_n$ is a Cauchy sequence in that Hilbert space. From this, one sees that $M_n$ converges in $L^2$ (and therefore also in $L^1$) which will then easily yield the results.
    $endgroup$
    – Shalop
    Mar 23 at 5:01











  • $begingroup$
    By orthogonality of increments of $M$, do you mean $mathbb Eleft[left(M_n+1 - M_nright)left(M_n - M_n-1right)right] = 0$? I'm having a hard time seeing how this with the hypothesis $mathbb Eleft[langle Xrangle_tauright]<infty$ implies $sum_n mathbb Eleft[left(M_n+1-M_nright)^2right] < infty$. Also, if $sum||a_n||^2 < infty$, would it not be the case that $a_n to 0$? In which case we have $(M_n)$ is $L^2$-Cauchy, which I guess is your main point.
    $endgroup$
    – D Ford
    Mar 23 at 15:05
















  • $begingroup$
    By Doob's inequality (together with a uniform integrability argument), if a martingale is bounded in $L^p$ for some $p>1$, then it converges in $L^p$. Apply this to the martingale $M_n:=X_tau wedge n$ with $p=2$ and you can obtain the first result. Then, note that convergence in $L^2$ implies convergence in $L^1$ and you can obtain the second result as well.
    $endgroup$
    – Shalop
    Mar 23 at 4:13











  • $begingroup$
    Sorry, the link in my above comment went to the wrong set of notes. I actually meant to link to Theorem 4.8 in this noteset. Very useful fact to keep in mind.
    $endgroup$
    – Shalop
    Mar 23 at 4:24











  • $begingroup$
    Okay, I may give that a shot. Although I'd prefer not to use Doob's inequality or martingale convergence theorems since those haven't shown up at this point in my reference text.
    $endgroup$
    – D Ford
    Mar 23 at 4:26







  • 1




    $begingroup$
    Ah, actually it is not so difficult to prove the convergence theorem directly when $p=2$. Specifically, let $M_n = X_tau wedge n$ again. From the given hypothesis $E[langle X rangle_tau]<infty$ you can basically see (using orthogonality of the increments of $M$) that $sum_n E[(M_n+1-M_n)^2]<infty$. But, if $a_n$ is a sequence of orthogonal vectors in a Hilbert space such that $sum |a_n|^2<infty$, then $a_n$ is a Cauchy sequence in that Hilbert space. From this, one sees that $M_n$ converges in $L^2$ (and therefore also in $L^1$) which will then easily yield the results.
    $endgroup$
    – Shalop
    Mar 23 at 5:01











  • $begingroup$
    By orthogonality of increments of $M$, do you mean $mathbb Eleft[left(M_n+1 - M_nright)left(M_n - M_n-1right)right] = 0$? I'm having a hard time seeing how this with the hypothesis $mathbb Eleft[langle Xrangle_tauright]<infty$ implies $sum_n mathbb Eleft[left(M_n+1-M_nright)^2right] < infty$. Also, if $sum||a_n||^2 < infty$, would it not be the case that $a_n to 0$? In which case we have $(M_n)$ is $L^2$-Cauchy, which I guess is your main point.
    $endgroup$
    – D Ford
    Mar 23 at 15:05















$begingroup$
By Doob's inequality (together with a uniform integrability argument), if a martingale is bounded in $L^p$ for some $p>1$, then it converges in $L^p$. Apply this to the martingale $M_n:=X_tau wedge n$ with $p=2$ and you can obtain the first result. Then, note that convergence in $L^2$ implies convergence in $L^1$ and you can obtain the second result as well.
$endgroup$
– Shalop
Mar 23 at 4:13





$begingroup$
By Doob's inequality (together with a uniform integrability argument), if a martingale is bounded in $L^p$ for some $p>1$, then it converges in $L^p$. Apply this to the martingale $M_n:=X_tau wedge n$ with $p=2$ and you can obtain the first result. Then, note that convergence in $L^2$ implies convergence in $L^1$ and you can obtain the second result as well.
$endgroup$
– Shalop
Mar 23 at 4:13













$begingroup$
Sorry, the link in my above comment went to the wrong set of notes. I actually meant to link to Theorem 4.8 in this noteset. Very useful fact to keep in mind.
$endgroup$
– Shalop
Mar 23 at 4:24





$begingroup$
Sorry, the link in my above comment went to the wrong set of notes. I actually meant to link to Theorem 4.8 in this noteset. Very useful fact to keep in mind.
$endgroup$
– Shalop
Mar 23 at 4:24













$begingroup$
Okay, I may give that a shot. Although I'd prefer not to use Doob's inequality or martingale convergence theorems since those haven't shown up at this point in my reference text.
$endgroup$
– D Ford
Mar 23 at 4:26





$begingroup$
Okay, I may give that a shot. Although I'd prefer not to use Doob's inequality or martingale convergence theorems since those haven't shown up at this point in my reference text.
$endgroup$
– D Ford
Mar 23 at 4:26





1




1




$begingroup$
Ah, actually it is not so difficult to prove the convergence theorem directly when $p=2$. Specifically, let $M_n = X_tau wedge n$ again. From the given hypothesis $E[langle X rangle_tau]<infty$ you can basically see (using orthogonality of the increments of $M$) that $sum_n E[(M_n+1-M_n)^2]<infty$. But, if $a_n$ is a sequence of orthogonal vectors in a Hilbert space such that $sum |a_n|^2<infty$, then $a_n$ is a Cauchy sequence in that Hilbert space. From this, one sees that $M_n$ converges in $L^2$ (and therefore also in $L^1$) which will then easily yield the results.
$endgroup$
– Shalop
Mar 23 at 5:01





$begingroup$
Ah, actually it is not so difficult to prove the convergence theorem directly when $p=2$. Specifically, let $M_n = X_tau wedge n$ again. From the given hypothesis $E[langle X rangle_tau]<infty$ you can basically see (using orthogonality of the increments of $M$) that $sum_n E[(M_n+1-M_n)^2]<infty$. But, if $a_n$ is a sequence of orthogonal vectors in a Hilbert space such that $sum |a_n|^2<infty$, then $a_n$ is a Cauchy sequence in that Hilbert space. From this, one sees that $M_n$ converges in $L^2$ (and therefore also in $L^1$) which will then easily yield the results.
$endgroup$
– Shalop
Mar 23 at 5:01













$begingroup$
By orthogonality of increments of $M$, do you mean $mathbb Eleft[left(M_n+1 - M_nright)left(M_n - M_n-1right)right] = 0$? I'm having a hard time seeing how this with the hypothesis $mathbb Eleft[langle Xrangle_tauright]<infty$ implies $sum_n mathbb Eleft[left(M_n+1-M_nright)^2right] < infty$. Also, if $sum||a_n||^2 < infty$, would it not be the case that $a_n to 0$? In which case we have $(M_n)$ is $L^2$-Cauchy, which I guess is your main point.
$endgroup$
– D Ford
Mar 23 at 15:05




$begingroup$
By orthogonality of increments of $M$, do you mean $mathbb Eleft[left(M_n+1 - M_nright)left(M_n - M_n-1right)right] = 0$? I'm having a hard time seeing how this with the hypothesis $mathbb Eleft[langle Xrangle_tauright]<infty$ implies $sum_n mathbb Eleft[left(M_n+1-M_nright)^2right] < infty$. Also, if $sum||a_n||^2 < infty$, would it not be the case that $a_n to 0$? In which case we have $(M_n)$ is $L^2$-Cauchy, which I guess is your main point.
$endgroup$
– D Ford
Mar 23 at 15:05










1 Answer
1






active

oldest

votes


















2












$begingroup$

Hints:



  1. Show that for any square-integrable martingale $(M_n,mathcalF_n)_n geq 1$ it holds that $$mathbbE(M_n M_m mid mathcalF_m) = M_m^2, qquad m leq n.$$ Conclude that $$mathbbE((M_n-M_m)^2) = mathbbE(M_n^2-M_m^2) = mathbbE(langle M rangle_n)- mathbbE(langle M rangle_m), qquad m leq n.$$

  2. Using Step 1 for the martingale $M_n := X_n wedge tau$ gives $$mathbbE((X_n wedge tau-X_m wedge tau)^2) = mathbbE(langle X rangle_tau wedge n - langle X rangle_tau wedge m), qquad m leq n.$$ Deduce from the monotonicity of $langle X rangle$ and the fact that $mathbbE(langle X rangle_tau)< infty$ that $$mathbbE((X_n wedge tau-X_m wedge tau)^2) xrightarrow[]m,n to infty 0.$$

  3. By the completeness of $L^2(mathbbP)$ it follows that $Z := lim_n to infty X_n wedge tau$ exists in $L^2(mathbbP)$. Show that $Z=X_tau$.

  4. Combine the identities $$mathbbE((X_n wedge tau-X_0)^2) = mathbbE(langle X rangle_tau) quad textand quad mathbbE(X_tau wedge n) = mathbbE(X_0)$$ with Step 3 to prove the assertion.





share|cite|improve this answer











$endgroup$













    Your Answer





    StackExchange.ifUsing("editor", function ()
    return StackExchange.using("mathjaxEditing", function ()
    StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
    StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
    );
    );
    , "mathjax-editing");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "69"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    noCode: true, onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3158884%2foptional-sampling-theorem-with-a-s-finite-stopping-time%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    2












    $begingroup$

    Hints:



    1. Show that for any square-integrable martingale $(M_n,mathcalF_n)_n geq 1$ it holds that $$mathbbE(M_n M_m mid mathcalF_m) = M_m^2, qquad m leq n.$$ Conclude that $$mathbbE((M_n-M_m)^2) = mathbbE(M_n^2-M_m^2) = mathbbE(langle M rangle_n)- mathbbE(langle M rangle_m), qquad m leq n.$$

    2. Using Step 1 for the martingale $M_n := X_n wedge tau$ gives $$mathbbE((X_n wedge tau-X_m wedge tau)^2) = mathbbE(langle X rangle_tau wedge n - langle X rangle_tau wedge m), qquad m leq n.$$ Deduce from the monotonicity of $langle X rangle$ and the fact that $mathbbE(langle X rangle_tau)< infty$ that $$mathbbE((X_n wedge tau-X_m wedge tau)^2) xrightarrow[]m,n to infty 0.$$

    3. By the completeness of $L^2(mathbbP)$ it follows that $Z := lim_n to infty X_n wedge tau$ exists in $L^2(mathbbP)$. Show that $Z=X_tau$.

    4. Combine the identities $$mathbbE((X_n wedge tau-X_0)^2) = mathbbE(langle X rangle_tau) quad textand quad mathbbE(X_tau wedge n) = mathbbE(X_0)$$ with Step 3 to prove the assertion.





    share|cite|improve this answer











    $endgroup$

















      2












      $begingroup$

      Hints:



      1. Show that for any square-integrable martingale $(M_n,mathcalF_n)_n geq 1$ it holds that $$mathbbE(M_n M_m mid mathcalF_m) = M_m^2, qquad m leq n.$$ Conclude that $$mathbbE((M_n-M_m)^2) = mathbbE(M_n^2-M_m^2) = mathbbE(langle M rangle_n)- mathbbE(langle M rangle_m), qquad m leq n.$$

      2. Using Step 1 for the martingale $M_n := X_n wedge tau$ gives $$mathbbE((X_n wedge tau-X_m wedge tau)^2) = mathbbE(langle X rangle_tau wedge n - langle X rangle_tau wedge m), qquad m leq n.$$ Deduce from the monotonicity of $langle X rangle$ and the fact that $mathbbE(langle X rangle_tau)< infty$ that $$mathbbE((X_n wedge tau-X_m wedge tau)^2) xrightarrow[]m,n to infty 0.$$

      3. By the completeness of $L^2(mathbbP)$ it follows that $Z := lim_n to infty X_n wedge tau$ exists in $L^2(mathbbP)$. Show that $Z=X_tau$.

      4. Combine the identities $$mathbbE((X_n wedge tau-X_0)^2) = mathbbE(langle X rangle_tau) quad textand quad mathbbE(X_tau wedge n) = mathbbE(X_0)$$ with Step 3 to prove the assertion.





      share|cite|improve this answer











      $endgroup$















        2












        2








        2





        $begingroup$

        Hints:



        1. Show that for any square-integrable martingale $(M_n,mathcalF_n)_n geq 1$ it holds that $$mathbbE(M_n M_m mid mathcalF_m) = M_m^2, qquad m leq n.$$ Conclude that $$mathbbE((M_n-M_m)^2) = mathbbE(M_n^2-M_m^2) = mathbbE(langle M rangle_n)- mathbbE(langle M rangle_m), qquad m leq n.$$

        2. Using Step 1 for the martingale $M_n := X_n wedge tau$ gives $$mathbbE((X_n wedge tau-X_m wedge tau)^2) = mathbbE(langle X rangle_tau wedge n - langle X rangle_tau wedge m), qquad m leq n.$$ Deduce from the monotonicity of $langle X rangle$ and the fact that $mathbbE(langle X rangle_tau)< infty$ that $$mathbbE((X_n wedge tau-X_m wedge tau)^2) xrightarrow[]m,n to infty 0.$$

        3. By the completeness of $L^2(mathbbP)$ it follows that $Z := lim_n to infty X_n wedge tau$ exists in $L^2(mathbbP)$. Show that $Z=X_tau$.

        4. Combine the identities $$mathbbE((X_n wedge tau-X_0)^2) = mathbbE(langle X rangle_tau) quad textand quad mathbbE(X_tau wedge n) = mathbbE(X_0)$$ with Step 3 to prove the assertion.





        share|cite|improve this answer











        $endgroup$



        Hints:



        1. Show that for any square-integrable martingale $(M_n,mathcalF_n)_n geq 1$ it holds that $$mathbbE(M_n M_m mid mathcalF_m) = M_m^2, qquad m leq n.$$ Conclude that $$mathbbE((M_n-M_m)^2) = mathbbE(M_n^2-M_m^2) = mathbbE(langle M rangle_n)- mathbbE(langle M rangle_m), qquad m leq n.$$

        2. Using Step 1 for the martingale $M_n := X_n wedge tau$ gives $$mathbbE((X_n wedge tau-X_m wedge tau)^2) = mathbbE(langle X rangle_tau wedge n - langle X rangle_tau wedge m), qquad m leq n.$$ Deduce from the monotonicity of $langle X rangle$ and the fact that $mathbbE(langle X rangle_tau)< infty$ that $$mathbbE((X_n wedge tau-X_m wedge tau)^2) xrightarrow[]m,n to infty 0.$$

        3. By the completeness of $L^2(mathbbP)$ it follows that $Z := lim_n to infty X_n wedge tau$ exists in $L^2(mathbbP)$. Show that $Z=X_tau$.

        4. Combine the identities $$mathbbE((X_n wedge tau-X_0)^2) = mathbbE(langle X rangle_tau) quad textand quad mathbbE(X_tau wedge n) = mathbbE(X_0)$$ with Step 3 to prove the assertion.






        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Mar 27 at 10:38

























        answered Mar 24 at 12:31









        sazsaz

        82.3k862131




        82.3k862131



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Mathematics Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            Use MathJax to format equations. MathJax reference.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3158884%2foptional-sampling-theorem-with-a-s-finite-stopping-time%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer

            random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

            Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye