Showing a stopping time is finite
Let $T = inf{ n : S_n = a text{ or } S_n = -b}$ be a stopping time, where $S_n = X_1 + dots +X_n$ and each $X_n$ is a martingale. I am looking at a proof which shows that $T < infty$ almost surely. They state:
$$P(T = infty) leq P(T > n) leq P(|S_n| leq text{max}{a,b})$$
Could someone explain these inequalities for me? The first one holds for all $n$ which I can somewhat see, but I have no idea about the second one. Surely $|S_n| leq text{max}{a,b}$ doesn't make sense, as if $S_n = a$ or $-b$ then $ Tnot > n$?
probability probability-theory measure-theory martingales stopping-times
add a comment |
Let $T = inf{ n : S_n = a text{ or } S_n = -b}$ be a stopping time, where $S_n = X_1 + dots +X_n$ and each $X_n$ is a martingale. I am looking at a proof which shows that $T < infty$ almost surely. They state:
$$P(T = infty) leq P(T > n) leq P(|S_n| leq text{max}{a,b})$$
Could someone explain these inequalities for me? The first one holds for all $n$ which I can somewhat see, but I have no idea about the second one. Surely $|S_n| leq text{max}{a,b}$ doesn't make sense, as if $S_n = a$ or $-b$ then $ Tnot > n$?
probability probability-theory measure-theory martingales stopping-times
But if $S_n=a$ or $S_n=-b$, then $Tnot>n$
– Jimmy R.
Mar 30 '16 at 19:30
1
@JimmyR. Yes...but you want the implication to go the other way, so it doesn't matter.
– Ian
Mar 30 '16 at 19:31
everything else is copied up correctly
– lampj20la
Mar 30 '16 at 19:32
add a comment |
Let $T = inf{ n : S_n = a text{ or } S_n = -b}$ be a stopping time, where $S_n = X_1 + dots +X_n$ and each $X_n$ is a martingale. I am looking at a proof which shows that $T < infty$ almost surely. They state:
$$P(T = infty) leq P(T > n) leq P(|S_n| leq text{max}{a,b})$$
Could someone explain these inequalities for me? The first one holds for all $n$ which I can somewhat see, but I have no idea about the second one. Surely $|S_n| leq text{max}{a,b}$ doesn't make sense, as if $S_n = a$ or $-b$ then $ Tnot > n$?
probability probability-theory measure-theory martingales stopping-times
Let $T = inf{ n : S_n = a text{ or } S_n = -b}$ be a stopping time, where $S_n = X_1 + dots +X_n$ and each $X_n$ is a martingale. I am looking at a proof which shows that $T < infty$ almost surely. They state:
$$P(T = infty) leq P(T > n) leq P(|S_n| leq text{max}{a,b})$$
Could someone explain these inequalities for me? The first one holds for all $n$ which I can somewhat see, but I have no idea about the second one. Surely $|S_n| leq text{max}{a,b}$ doesn't make sense, as if $S_n = a$ or $-b$ then $ Tnot > n$?
probability probability-theory measure-theory martingales stopping-times
probability probability-theory measure-theory martingales stopping-times
edited Mar 30 '16 at 19:33
Jimmy R.
33k42157
33k42157
asked Mar 30 '16 at 19:15
lampj20la
16613
16613
But if $S_n=a$ or $S_n=-b$, then $Tnot>n$
– Jimmy R.
Mar 30 '16 at 19:30
1
@JimmyR. Yes...but you want the implication to go the other way, so it doesn't matter.
– Ian
Mar 30 '16 at 19:31
everything else is copied up correctly
– lampj20la
Mar 30 '16 at 19:32
add a comment |
But if $S_n=a$ or $S_n=-b$, then $Tnot>n$
– Jimmy R.
Mar 30 '16 at 19:30
1
@JimmyR. Yes...but you want the implication to go the other way, so it doesn't matter.
– Ian
Mar 30 '16 at 19:31
everything else is copied up correctly
– lampj20la
Mar 30 '16 at 19:32
But if $S_n=a$ or $S_n=-b$, then $Tnot>n$
– Jimmy R.
Mar 30 '16 at 19:30
But if $S_n=a$ or $S_n=-b$, then $Tnot>n$
– Jimmy R.
Mar 30 '16 at 19:30
1
1
@JimmyR. Yes...but you want the implication to go the other way, so it doesn't matter.
– Ian
Mar 30 '16 at 19:31
@JimmyR. Yes...but you want the implication to go the other way, so it doesn't matter.
– Ian
Mar 30 '16 at 19:31
everything else is copied up correctly
– lampj20la
Mar 30 '16 at 19:32
everything else is copied up correctly
– lampj20la
Mar 30 '16 at 19:32
add a comment |
1 Answer
1
active
oldest
votes
To have $T=infty$ you must have $T>n$ for all $n$, so in particular you must have $T>n$ for a fixed $n$. To have $T>n$ for a fixed $n$, $S_k$ can't be $a$ or $-b$ for any $k leq n$. But this would have to happen at some point if $|S_k|$ ever became larger than both $a$ and $b$. (The process doesn't let you skip over $a$ or $-b$ on the way to the outside of the interval $(-b,a)$.) So $max_{k leq n} |S_n|$ has to be less than $max { a,b }$.
So ${ T=infty } subseteq { T>n } subseteq { max_{k leq n} |S_n| leq max { a,b } }$. Then use monotonicity of $P$ to get the result.
By the way, in the terminology that I learned, a "Markov time" is what you are referring to and a "stopping time" is an a.s. finite Markov time. I'm not sure how universal this terminology is, but I find it a useful distinction.
Thanks for your response - I don't follow why $|S_n| leq text{max}{a,b}$. Surely if it equaled either $a$ or $b$ we would not have $T>n$?
– lampj20la
Mar 30 '16 at 19:35
1
@lampj20la That's true, but we're saying $T>n Rightarrow |S_n| leq max { a,b }$ not the other way around. You could say $<$ if you wanted, but there is no real gain from doing that.
– Ian
Mar 30 '16 at 19:36
1
I see - thanks for the quick answer!
– lampj20la
Mar 30 '16 at 19:37
@Ian May I ask, how does this show the martingale has almost surely finite stopping time? It seems to show only that the probability of the stopping time being infinite is less than that of the sum being a or b.
– Dole
Dec 2 at 4:04
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1720744%2fshowing-a-stopping-time-is-finite%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
To have $T=infty$ you must have $T>n$ for all $n$, so in particular you must have $T>n$ for a fixed $n$. To have $T>n$ for a fixed $n$, $S_k$ can't be $a$ or $-b$ for any $k leq n$. But this would have to happen at some point if $|S_k|$ ever became larger than both $a$ and $b$. (The process doesn't let you skip over $a$ or $-b$ on the way to the outside of the interval $(-b,a)$.) So $max_{k leq n} |S_n|$ has to be less than $max { a,b }$.
So ${ T=infty } subseteq { T>n } subseteq { max_{k leq n} |S_n| leq max { a,b } }$. Then use monotonicity of $P$ to get the result.
By the way, in the terminology that I learned, a "Markov time" is what you are referring to and a "stopping time" is an a.s. finite Markov time. I'm not sure how universal this terminology is, but I find it a useful distinction.
Thanks for your response - I don't follow why $|S_n| leq text{max}{a,b}$. Surely if it equaled either $a$ or $b$ we would not have $T>n$?
– lampj20la
Mar 30 '16 at 19:35
1
@lampj20la That's true, but we're saying $T>n Rightarrow |S_n| leq max { a,b }$ not the other way around. You could say $<$ if you wanted, but there is no real gain from doing that.
– Ian
Mar 30 '16 at 19:36
1
I see - thanks for the quick answer!
– lampj20la
Mar 30 '16 at 19:37
@Ian May I ask, how does this show the martingale has almost surely finite stopping time? It seems to show only that the probability of the stopping time being infinite is less than that of the sum being a or b.
– Dole
Dec 2 at 4:04
add a comment |
To have $T=infty$ you must have $T>n$ for all $n$, so in particular you must have $T>n$ for a fixed $n$. To have $T>n$ for a fixed $n$, $S_k$ can't be $a$ or $-b$ for any $k leq n$. But this would have to happen at some point if $|S_k|$ ever became larger than both $a$ and $b$. (The process doesn't let you skip over $a$ or $-b$ on the way to the outside of the interval $(-b,a)$.) So $max_{k leq n} |S_n|$ has to be less than $max { a,b }$.
So ${ T=infty } subseteq { T>n } subseteq { max_{k leq n} |S_n| leq max { a,b } }$. Then use monotonicity of $P$ to get the result.
By the way, in the terminology that I learned, a "Markov time" is what you are referring to and a "stopping time" is an a.s. finite Markov time. I'm not sure how universal this terminology is, but I find it a useful distinction.
Thanks for your response - I don't follow why $|S_n| leq text{max}{a,b}$. Surely if it equaled either $a$ or $b$ we would not have $T>n$?
– lampj20la
Mar 30 '16 at 19:35
1
@lampj20la That's true, but we're saying $T>n Rightarrow |S_n| leq max { a,b }$ not the other way around. You could say $<$ if you wanted, but there is no real gain from doing that.
– Ian
Mar 30 '16 at 19:36
1
I see - thanks for the quick answer!
– lampj20la
Mar 30 '16 at 19:37
@Ian May I ask, how does this show the martingale has almost surely finite stopping time? It seems to show only that the probability of the stopping time being infinite is less than that of the sum being a or b.
– Dole
Dec 2 at 4:04
add a comment |
To have $T=infty$ you must have $T>n$ for all $n$, so in particular you must have $T>n$ for a fixed $n$. To have $T>n$ for a fixed $n$, $S_k$ can't be $a$ or $-b$ for any $k leq n$. But this would have to happen at some point if $|S_k|$ ever became larger than both $a$ and $b$. (The process doesn't let you skip over $a$ or $-b$ on the way to the outside of the interval $(-b,a)$.) So $max_{k leq n} |S_n|$ has to be less than $max { a,b }$.
So ${ T=infty } subseteq { T>n } subseteq { max_{k leq n} |S_n| leq max { a,b } }$. Then use monotonicity of $P$ to get the result.
By the way, in the terminology that I learned, a "Markov time" is what you are referring to and a "stopping time" is an a.s. finite Markov time. I'm not sure how universal this terminology is, but I find it a useful distinction.
To have $T=infty$ you must have $T>n$ for all $n$, so in particular you must have $T>n$ for a fixed $n$. To have $T>n$ for a fixed $n$, $S_k$ can't be $a$ or $-b$ for any $k leq n$. But this would have to happen at some point if $|S_k|$ ever became larger than both $a$ and $b$. (The process doesn't let you skip over $a$ or $-b$ on the way to the outside of the interval $(-b,a)$.) So $max_{k leq n} |S_n|$ has to be less than $max { a,b }$.
So ${ T=infty } subseteq { T>n } subseteq { max_{k leq n} |S_n| leq max { a,b } }$. Then use monotonicity of $P$ to get the result.
By the way, in the terminology that I learned, a "Markov time" is what you are referring to and a "stopping time" is an a.s. finite Markov time. I'm not sure how universal this terminology is, but I find it a useful distinction.
answered Mar 30 '16 at 19:28
Ian
67.3k25386
67.3k25386
Thanks for your response - I don't follow why $|S_n| leq text{max}{a,b}$. Surely if it equaled either $a$ or $b$ we would not have $T>n$?
– lampj20la
Mar 30 '16 at 19:35
1
@lampj20la That's true, but we're saying $T>n Rightarrow |S_n| leq max { a,b }$ not the other way around. You could say $<$ if you wanted, but there is no real gain from doing that.
– Ian
Mar 30 '16 at 19:36
1
I see - thanks for the quick answer!
– lampj20la
Mar 30 '16 at 19:37
@Ian May I ask, how does this show the martingale has almost surely finite stopping time? It seems to show only that the probability of the stopping time being infinite is less than that of the sum being a or b.
– Dole
Dec 2 at 4:04
add a comment |
Thanks for your response - I don't follow why $|S_n| leq text{max}{a,b}$. Surely if it equaled either $a$ or $b$ we would not have $T>n$?
– lampj20la
Mar 30 '16 at 19:35
1
@lampj20la That's true, but we're saying $T>n Rightarrow |S_n| leq max { a,b }$ not the other way around. You could say $<$ if you wanted, but there is no real gain from doing that.
– Ian
Mar 30 '16 at 19:36
1
I see - thanks for the quick answer!
– lampj20la
Mar 30 '16 at 19:37
@Ian May I ask, how does this show the martingale has almost surely finite stopping time? It seems to show only that the probability of the stopping time being infinite is less than that of the sum being a or b.
– Dole
Dec 2 at 4:04
Thanks for your response - I don't follow why $|S_n| leq text{max}{a,b}$. Surely if it equaled either $a$ or $b$ we would not have $T>n$?
– lampj20la
Mar 30 '16 at 19:35
Thanks for your response - I don't follow why $|S_n| leq text{max}{a,b}$. Surely if it equaled either $a$ or $b$ we would not have $T>n$?
– lampj20la
Mar 30 '16 at 19:35
1
1
@lampj20la That's true, but we're saying $T>n Rightarrow |S_n| leq max { a,b }$ not the other way around. You could say $<$ if you wanted, but there is no real gain from doing that.
– Ian
Mar 30 '16 at 19:36
@lampj20la That's true, but we're saying $T>n Rightarrow |S_n| leq max { a,b }$ not the other way around. You could say $<$ if you wanted, but there is no real gain from doing that.
– Ian
Mar 30 '16 at 19:36
1
1
I see - thanks for the quick answer!
– lampj20la
Mar 30 '16 at 19:37
I see - thanks for the quick answer!
– lampj20la
Mar 30 '16 at 19:37
@Ian May I ask, how does this show the martingale has almost surely finite stopping time? It seems to show only that the probability of the stopping time being infinite is less than that of the sum being a or b.
– Dole
Dec 2 at 4:04
@Ian May I ask, how does this show the martingale has almost surely finite stopping time? It seems to show only that the probability of the stopping time being infinite is less than that of the sum being a or b.
– Dole
Dec 2 at 4:04
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1720744%2fshowing-a-stopping-time-is-finite%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
But if $S_n=a$ or $S_n=-b$, then $Tnot>n$
– Jimmy R.
Mar 30 '16 at 19:30
1
@JimmyR. Yes...but you want the implication to go the other way, so it doesn't matter.
– Ian
Mar 30 '16 at 19:31
everything else is copied up correctly
– lampj20la
Mar 30 '16 at 19:32