Cauchy convergence in probability implies the existence of a (finite a.e.) limit $X$
Cauchy convergence of a sequence $X_n$ of random variables in probability implies the existence of an $X$ (finite a.e.), such that $X_n$ converges to $X$ in probability.
The problem's hint suggests constructing a subsequence $n_k$ so that $sum_{k=1}^infty Pleft(|X_{n_{k-1}} - X_{n_k}| > 1/2^kright) < infty$, and this I have accomplished, showing that in fact I have a subsequence with $sum_{k=1}^infty Pleft(|X_{n_{k-1}} - X_{n_k}| > 1/2^kright) leq sum_{k=1}^infty 1/2^k = 1 < infty$. But now that I have this subsequence, I'm not clear on how it implies that a limit random variable $X$ exists. I feel like I must be missing something obvious here, but I just can't put it together.
probability-theory measure-theory convergence cauchy-sequences
add a comment |
Cauchy convergence of a sequence $X_n$ of random variables in probability implies the existence of an $X$ (finite a.e.), such that $X_n$ converges to $X$ in probability.
The problem's hint suggests constructing a subsequence $n_k$ so that $sum_{k=1}^infty Pleft(|X_{n_{k-1}} - X_{n_k}| > 1/2^kright) < infty$, and this I have accomplished, showing that in fact I have a subsequence with $sum_{k=1}^infty Pleft(|X_{n_{k-1}} - X_{n_k}| > 1/2^kright) leq sum_{k=1}^infty 1/2^k = 1 < infty$. But now that I have this subsequence, I'm not clear on how it implies that a limit random variable $X$ exists. I feel like I must be missing something obvious here, but I just can't put it together.
probability-theory measure-theory convergence cauchy-sequences
add a comment |
Cauchy convergence of a sequence $X_n$ of random variables in probability implies the existence of an $X$ (finite a.e.), such that $X_n$ converges to $X$ in probability.
The problem's hint suggests constructing a subsequence $n_k$ so that $sum_{k=1}^infty Pleft(|X_{n_{k-1}} - X_{n_k}| > 1/2^kright) < infty$, and this I have accomplished, showing that in fact I have a subsequence with $sum_{k=1}^infty Pleft(|X_{n_{k-1}} - X_{n_k}| > 1/2^kright) leq sum_{k=1}^infty 1/2^k = 1 < infty$. But now that I have this subsequence, I'm not clear on how it implies that a limit random variable $X$ exists. I feel like I must be missing something obvious here, but I just can't put it together.
probability-theory measure-theory convergence cauchy-sequences
Cauchy convergence of a sequence $X_n$ of random variables in probability implies the existence of an $X$ (finite a.e.), such that $X_n$ converges to $X$ in probability.
The problem's hint suggests constructing a subsequence $n_k$ so that $sum_{k=1}^infty Pleft(|X_{n_{k-1}} - X_{n_k}| > 1/2^kright) < infty$, and this I have accomplished, showing that in fact I have a subsequence with $sum_{k=1}^infty Pleft(|X_{n_{k-1}} - X_{n_k}| > 1/2^kright) leq sum_{k=1}^infty 1/2^k = 1 < infty$. But now that I have this subsequence, I'm not clear on how it implies that a limit random variable $X$ exists. I feel like I must be missing something obvious here, but I just can't put it together.
probability-theory measure-theory convergence cauchy-sequences
probability-theory measure-theory convergence cauchy-sequences
edited Dec 11 '18 at 13:08
Davide Giraudo
125k16150260
125k16150260
asked Oct 6 '14 at 15:22
Xindaris
1,042717
1,042717
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
You have $sum_{k=1}^infty P(|X_{n_{k-1}} - X_{n_k}| > 1/2^k) < infty$, we are going to show almost surely ${X_{n_k}}$ is a Cauchy sequence in $mathbb{R}$ (or $mathbb{C}$ and any other complete metric space).
It's easy to see
$$Esum_{k=1}^infty 1_{{|X_{n_{k-1}} - X_{n_k}| > 1/2^k}} = sum_{k=1}^infty P(|X_{n_{k-1}} - X_{n_k}| > 1/2^k) < infty$$
which implies $sum_{k=1}^infty 1_{{|X_{n_{k-1}} - X_{n_k}| > 1/2^k}}$ is finite almost surely. This is to say that almost surely $exists N(omega)$ such that for all $k > N(omega)$, we have $|X_{n_{k-1}} - X_{n_k}| leq dfrac{1}{2^k}$
For any $epsilon >0$, take $K$ such that $dfrac{1}{2^K} < epsilon$ and $M = max{K, N(omega)}$. Then for any $l>k >M$, we have
$$|X_{n_l} - X_{n_k}| leq sum_{i=k+1}^{l}|X_{n_i} - X_{n_{i-1}}| leq sum_{i=k+1}^l dfrac{1}{2^i} leq sum_{i=k+1}^{infty} dfrac{1}{2^i} = frac{1}{2^k} < frac{1}{2^K} <epsilon.$$
So we see ${X_{n_k}}$ are almost surely a Cauchy sequence, define $X$ as its almost surely limit, of course $X$ is almost surely finite.
Then use the fact
begin{align}
P(|X_n - X| > epsilon) &<Pleft(|X_n - X_{n_k}| + |X_{n_k} - X| >epsilonright) \
&< Pleft(|X_n - X_{n_k}| > frac{epsilon}{2}) + P(|X_{n_k} - X|>dfrac{epsilon}{2}right)
end{align}
and $X_{n}$'s Cauchy convergence in probability and $X_{n_k} to X$ almost surely to conclude.
add a comment |
By Borel-Cantelli Lemma $$ Pleft(cap_{i=1}^infty cup_{k=i}^inftyleft{mid X_{n_{k-1}} - X_{n_k}mid>2^{-k}right}right) =0, $$ so for all $omega$, except for those belonging to an event of probability $0$, the sequence $X_{n_k}(omega)$ is a Cauchy sequence of real numbers, which in turn must converge to a finite limit, that can be denoted $X(omega)$. So $X_{n_k}$ converges almost surely to $X$.
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%2f960896%2fcauchy-convergence-in-probability-implies-the-existence-of-a-finite-a-e-limit%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You have $sum_{k=1}^infty P(|X_{n_{k-1}} - X_{n_k}| > 1/2^k) < infty$, we are going to show almost surely ${X_{n_k}}$ is a Cauchy sequence in $mathbb{R}$ (or $mathbb{C}$ and any other complete metric space).
It's easy to see
$$Esum_{k=1}^infty 1_{{|X_{n_{k-1}} - X_{n_k}| > 1/2^k}} = sum_{k=1}^infty P(|X_{n_{k-1}} - X_{n_k}| > 1/2^k) < infty$$
which implies $sum_{k=1}^infty 1_{{|X_{n_{k-1}} - X_{n_k}| > 1/2^k}}$ is finite almost surely. This is to say that almost surely $exists N(omega)$ such that for all $k > N(omega)$, we have $|X_{n_{k-1}} - X_{n_k}| leq dfrac{1}{2^k}$
For any $epsilon >0$, take $K$ such that $dfrac{1}{2^K} < epsilon$ and $M = max{K, N(omega)}$. Then for any $l>k >M$, we have
$$|X_{n_l} - X_{n_k}| leq sum_{i=k+1}^{l}|X_{n_i} - X_{n_{i-1}}| leq sum_{i=k+1}^l dfrac{1}{2^i} leq sum_{i=k+1}^{infty} dfrac{1}{2^i} = frac{1}{2^k} < frac{1}{2^K} <epsilon.$$
So we see ${X_{n_k}}$ are almost surely a Cauchy sequence, define $X$ as its almost surely limit, of course $X$ is almost surely finite.
Then use the fact
begin{align}
P(|X_n - X| > epsilon) &<Pleft(|X_n - X_{n_k}| + |X_{n_k} - X| >epsilonright) \
&< Pleft(|X_n - X_{n_k}| > frac{epsilon}{2}) + P(|X_{n_k} - X|>dfrac{epsilon}{2}right)
end{align}
and $X_{n}$'s Cauchy convergence in probability and $X_{n_k} to X$ almost surely to conclude.
add a comment |
You have $sum_{k=1}^infty P(|X_{n_{k-1}} - X_{n_k}| > 1/2^k) < infty$, we are going to show almost surely ${X_{n_k}}$ is a Cauchy sequence in $mathbb{R}$ (or $mathbb{C}$ and any other complete metric space).
It's easy to see
$$Esum_{k=1}^infty 1_{{|X_{n_{k-1}} - X_{n_k}| > 1/2^k}} = sum_{k=1}^infty P(|X_{n_{k-1}} - X_{n_k}| > 1/2^k) < infty$$
which implies $sum_{k=1}^infty 1_{{|X_{n_{k-1}} - X_{n_k}| > 1/2^k}}$ is finite almost surely. This is to say that almost surely $exists N(omega)$ such that for all $k > N(omega)$, we have $|X_{n_{k-1}} - X_{n_k}| leq dfrac{1}{2^k}$
For any $epsilon >0$, take $K$ such that $dfrac{1}{2^K} < epsilon$ and $M = max{K, N(omega)}$. Then for any $l>k >M$, we have
$$|X_{n_l} - X_{n_k}| leq sum_{i=k+1}^{l}|X_{n_i} - X_{n_{i-1}}| leq sum_{i=k+1}^l dfrac{1}{2^i} leq sum_{i=k+1}^{infty} dfrac{1}{2^i} = frac{1}{2^k} < frac{1}{2^K} <epsilon.$$
So we see ${X_{n_k}}$ are almost surely a Cauchy sequence, define $X$ as its almost surely limit, of course $X$ is almost surely finite.
Then use the fact
begin{align}
P(|X_n - X| > epsilon) &<Pleft(|X_n - X_{n_k}| + |X_{n_k} - X| >epsilonright) \
&< Pleft(|X_n - X_{n_k}| > frac{epsilon}{2}) + P(|X_{n_k} - X|>dfrac{epsilon}{2}right)
end{align}
and $X_{n}$'s Cauchy convergence in probability and $X_{n_k} to X$ almost surely to conclude.
add a comment |
You have $sum_{k=1}^infty P(|X_{n_{k-1}} - X_{n_k}| > 1/2^k) < infty$, we are going to show almost surely ${X_{n_k}}$ is a Cauchy sequence in $mathbb{R}$ (or $mathbb{C}$ and any other complete metric space).
It's easy to see
$$Esum_{k=1}^infty 1_{{|X_{n_{k-1}} - X_{n_k}| > 1/2^k}} = sum_{k=1}^infty P(|X_{n_{k-1}} - X_{n_k}| > 1/2^k) < infty$$
which implies $sum_{k=1}^infty 1_{{|X_{n_{k-1}} - X_{n_k}| > 1/2^k}}$ is finite almost surely. This is to say that almost surely $exists N(omega)$ such that for all $k > N(omega)$, we have $|X_{n_{k-1}} - X_{n_k}| leq dfrac{1}{2^k}$
For any $epsilon >0$, take $K$ such that $dfrac{1}{2^K} < epsilon$ and $M = max{K, N(omega)}$. Then for any $l>k >M$, we have
$$|X_{n_l} - X_{n_k}| leq sum_{i=k+1}^{l}|X_{n_i} - X_{n_{i-1}}| leq sum_{i=k+1}^l dfrac{1}{2^i} leq sum_{i=k+1}^{infty} dfrac{1}{2^i} = frac{1}{2^k} < frac{1}{2^K} <epsilon.$$
So we see ${X_{n_k}}$ are almost surely a Cauchy sequence, define $X$ as its almost surely limit, of course $X$ is almost surely finite.
Then use the fact
begin{align}
P(|X_n - X| > epsilon) &<Pleft(|X_n - X_{n_k}| + |X_{n_k} - X| >epsilonright) \
&< Pleft(|X_n - X_{n_k}| > frac{epsilon}{2}) + P(|X_{n_k} - X|>dfrac{epsilon}{2}right)
end{align}
and $X_{n}$'s Cauchy convergence in probability and $X_{n_k} to X$ almost surely to conclude.
You have $sum_{k=1}^infty P(|X_{n_{k-1}} - X_{n_k}| > 1/2^k) < infty$, we are going to show almost surely ${X_{n_k}}$ is a Cauchy sequence in $mathbb{R}$ (or $mathbb{C}$ and any other complete metric space).
It's easy to see
$$Esum_{k=1}^infty 1_{{|X_{n_{k-1}} - X_{n_k}| > 1/2^k}} = sum_{k=1}^infty P(|X_{n_{k-1}} - X_{n_k}| > 1/2^k) < infty$$
which implies $sum_{k=1}^infty 1_{{|X_{n_{k-1}} - X_{n_k}| > 1/2^k}}$ is finite almost surely. This is to say that almost surely $exists N(omega)$ such that for all $k > N(omega)$, we have $|X_{n_{k-1}} - X_{n_k}| leq dfrac{1}{2^k}$
For any $epsilon >0$, take $K$ such that $dfrac{1}{2^K} < epsilon$ and $M = max{K, N(omega)}$. Then for any $l>k >M$, we have
$$|X_{n_l} - X_{n_k}| leq sum_{i=k+1}^{l}|X_{n_i} - X_{n_{i-1}}| leq sum_{i=k+1}^l dfrac{1}{2^i} leq sum_{i=k+1}^{infty} dfrac{1}{2^i} = frac{1}{2^k} < frac{1}{2^K} <epsilon.$$
So we see ${X_{n_k}}$ are almost surely a Cauchy sequence, define $X$ as its almost surely limit, of course $X$ is almost surely finite.
Then use the fact
begin{align}
P(|X_n - X| > epsilon) &<Pleft(|X_n - X_{n_k}| + |X_{n_k} - X| >epsilonright) \
&< Pleft(|X_n - X_{n_k}| > frac{epsilon}{2}) + P(|X_{n_k} - X|>dfrac{epsilon}{2}right)
end{align}
and $X_{n}$'s Cauchy convergence in probability and $X_{n_k} to X$ almost surely to conclude.
edited Dec 11 '18 at 13:10
Davide Giraudo
125k16150260
125k16150260
answered Oct 6 '14 at 15:59
Petite Etincelle
12.3k12147
12.3k12147
add a comment |
add a comment |
By Borel-Cantelli Lemma $$ Pleft(cap_{i=1}^infty cup_{k=i}^inftyleft{mid X_{n_{k-1}} - X_{n_k}mid>2^{-k}right}right) =0, $$ so for all $omega$, except for those belonging to an event of probability $0$, the sequence $X_{n_k}(omega)$ is a Cauchy sequence of real numbers, which in turn must converge to a finite limit, that can be denoted $X(omega)$. So $X_{n_k}$ converges almost surely to $X$.
add a comment |
By Borel-Cantelli Lemma $$ Pleft(cap_{i=1}^infty cup_{k=i}^inftyleft{mid X_{n_{k-1}} - X_{n_k}mid>2^{-k}right}right) =0, $$ so for all $omega$, except for those belonging to an event of probability $0$, the sequence $X_{n_k}(omega)$ is a Cauchy sequence of real numbers, which in turn must converge to a finite limit, that can be denoted $X(omega)$. So $X_{n_k}$ converges almost surely to $X$.
add a comment |
By Borel-Cantelli Lemma $$ Pleft(cap_{i=1}^infty cup_{k=i}^inftyleft{mid X_{n_{k-1}} - X_{n_k}mid>2^{-k}right}right) =0, $$ so for all $omega$, except for those belonging to an event of probability $0$, the sequence $X_{n_k}(omega)$ is a Cauchy sequence of real numbers, which in turn must converge to a finite limit, that can be denoted $X(omega)$. So $X_{n_k}$ converges almost surely to $X$.
By Borel-Cantelli Lemma $$ Pleft(cap_{i=1}^infty cup_{k=i}^inftyleft{mid X_{n_{k-1}} - X_{n_k}mid>2^{-k}right}right) =0, $$ so for all $omega$, except for those belonging to an event of probability $0$, the sequence $X_{n_k}(omega)$ is a Cauchy sequence of real numbers, which in turn must converge to a finite limit, that can be denoted $X(omega)$. So $X_{n_k}$ converges almost surely to $X$.
answered Oct 6 '14 at 16:30
ir7
4,14311015
4,14311015
add a comment |
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%2f960896%2fcauchy-convergence-in-probability-implies-the-existence-of-a-finite-a-e-limit%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