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

            Solar Wings Breeze Design and development Specifications (Breeze) References Navigation menu1368-485X"Hang glider: Breeze (Solar Wings)"e

            Kathakali Contents Etymology and nomenclature History Repertoire Songs and musical instruments Traditional plays Styles: Sampradayam Training centers and awards Relationship to other dance forms See also Notes References External links Navigation menueThe Illustrated Encyclopedia of Hinduism: A-MSouth Asian Folklore: An EncyclopediaRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to Play10.1353/atj.2005.0004The Illustrated Encyclopedia of Hinduism: A-MEncyclopedia of HinduismKathakali Dance-drama: Where Gods and Demons Come to PlaySonic Liturgy: Ritual and Music in Hindu Tradition"The Mirror of Gesture"Kathakali Dance-drama: Where Gods and Demons Come to Play"Kathakali"Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceMedieval Indian Literature: An AnthologyThe Oxford Companion to Indian TheatreSouth Asian Folklore: An Encyclopedia : Afghanistan, Bangladesh, India, Nepal, Pakistan, Sri LankaThe Rise of Performance Studies: Rethinking Richard Schechner's Broad SpectrumIndian Theatre: Traditions of PerformanceModern Asian Theatre and Performance 1900-2000Critical Theory and PerformanceBetween Theater and AnthropologyKathakali603847011Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceBetween Theater and AnthropologyBetween Theater and AnthropologyNambeesan Smaraka AwardsArchivedThe Cambridge Guide to TheatreRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeThe Garland Encyclopedia of World Music: South Asia : the Indian subcontinentThe Ethos of Noh: Actors and Their Art10.2307/1145740By Means of Performance: Intercultural Studies of Theatre and Ritual10.1017/s204912550000100xReconceiving the Renaissance: A Critical ReaderPerformance TheoryListening to Theatre: The Aural Dimension of Beijing Opera10.2307/1146013Kathakali: The Art of the Non-WorldlyOn KathakaliKathakali, the dance theatreThe Kathakali Complex: Performance & StructureKathakali Dance-Drama: Where Gods and Demons Come to Play10.1093/obo/9780195399318-0071Drama and Ritual of Early Hinduism"In the Shadow of Hollywood Orientalism: Authentic East Indian Dancing"10.1080/08949460490274013Sanskrit Play Production in Ancient IndiaIndian Music: History and StructureBharata, the Nāṭyaśāstra233639306Table of Contents2238067286469807Dance In Indian Painting10.2307/32047833204783Kathakali Dance-Theatre: A Visual Narrative of Sacred Indian MimeIndian Classical Dance: The Renaissance and BeyondKathakali: an indigenous art-form of Keralaeee

            Method to test if a number is a perfect power? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Detecting perfect squares faster than by extracting square rooteffective way to get the integer sequence A181392 from oeisA rarely mentioned fact about perfect powersHow many numbers such $n$ are there that $n<100,lfloorsqrtn rfloor mid n$Check perfect squareness by modulo division against multiple basesFor what pair of integers $(a,b)$ is $3^a + 7^b$ a perfect square.Do there exist any positive integers $n$ such that $lfloore^nrfloor$ is a perfect power? What is the probability that one exists?finding perfect power factors of an integerProve that the sequence contains a perfect square for any natural number $m $ in the domain of $f$ .Counting Perfect Powers