If $lim(a_{n+1} - a_n) = 0$, prove that $P(a_n) =[liminf(a_n),limsup(a_n)]$
If ${a_n}$ is a series, and $lim(a_{n+1} - a_n) = 0$, prove that $P(a_n) = [liminf(a_n),limsup(a_n)]$
Basically, I wish to prove that the set of all partial limits of the series $a_n$ (as $ntoinfty$) contains all values between its maximal limit ($limsup$) and minimal limit ($liminf$)
I already know that $limsup$ and $liminf$ are limits of $a_n$ by definition, and so it is a closed set $[liminf(a_n),limsup(a_n)]$.
Since $limsup(a_n) = sup(P(a_n))$ and $liminf(a_n) = inf(P(a_n))$ then $P(a_n)$ is included in $[liminf(a_n),limsup(a_n)]$.
Now if I were to take any $liminf(a_n) < L < limsup(a_n)$, I need to prove that it is a partial limit.
sequences-and-series limsup-and-liminf
add a comment |
If ${a_n}$ is a series, and $lim(a_{n+1} - a_n) = 0$, prove that $P(a_n) = [liminf(a_n),limsup(a_n)]$
Basically, I wish to prove that the set of all partial limits of the series $a_n$ (as $ntoinfty$) contains all values between its maximal limit ($limsup$) and minimal limit ($liminf$)
I already know that $limsup$ and $liminf$ are limits of $a_n$ by definition, and so it is a closed set $[liminf(a_n),limsup(a_n)]$.
Since $limsup(a_n) = sup(P(a_n))$ and $liminf(a_n) = inf(P(a_n))$ then $P(a_n)$ is included in $[liminf(a_n),limsup(a_n)]$.
Now if I were to take any $liminf(a_n) < L < limsup(a_n)$, I need to prove that it is a partial limit.
sequences-and-series limsup-and-liminf
add a comment |
If ${a_n}$ is a series, and $lim(a_{n+1} - a_n) = 0$, prove that $P(a_n) = [liminf(a_n),limsup(a_n)]$
Basically, I wish to prove that the set of all partial limits of the series $a_n$ (as $ntoinfty$) contains all values between its maximal limit ($limsup$) and minimal limit ($liminf$)
I already know that $limsup$ and $liminf$ are limits of $a_n$ by definition, and so it is a closed set $[liminf(a_n),limsup(a_n)]$.
Since $limsup(a_n) = sup(P(a_n))$ and $liminf(a_n) = inf(P(a_n))$ then $P(a_n)$ is included in $[liminf(a_n),limsup(a_n)]$.
Now if I were to take any $liminf(a_n) < L < limsup(a_n)$, I need to prove that it is a partial limit.
sequences-and-series limsup-and-liminf
If ${a_n}$ is a series, and $lim(a_{n+1} - a_n) = 0$, prove that $P(a_n) = [liminf(a_n),limsup(a_n)]$
Basically, I wish to prove that the set of all partial limits of the series $a_n$ (as $ntoinfty$) contains all values between its maximal limit ($limsup$) and minimal limit ($liminf$)
I already know that $limsup$ and $liminf$ are limits of $a_n$ by definition, and so it is a closed set $[liminf(a_n),limsup(a_n)]$.
Since $limsup(a_n) = sup(P(a_n))$ and $liminf(a_n) = inf(P(a_n))$ then $P(a_n)$ is included in $[liminf(a_n),limsup(a_n)]$.
Now if I were to take any $liminf(a_n) < L < limsup(a_n)$, I need to prove that it is a partial limit.
sequences-and-series limsup-and-liminf
sequences-and-series limsup-and-liminf
edited Nov 25 '18 at 16:22
Tianlalu
3,09621038
3,09621038
asked Nov 25 '18 at 16:12
Boaz Yakubov
254
254
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Let $liminf_n a_n < L < limsup_n a_n$, and let $k_0inmathbb{Z}^+$ be such that
$$
liminf_n a_n < L-frac{1}{k_0},,
qquad
L + frac{1}{k_0} < limsup_n a_n.
$$
By assumption, there exists an index $N_0$ such that
$$
(1)qquad
|a_{n+1}-a_n| < frac{1}{k_0}
qquad forall ngeq N_0.
$$
Moreover, we can find indices $j_0, m_0 geq N_0$ such that
$$
a_{j_0} < L - frac{1}{k_0},
qquad
L + frac{1}{k_0} < a_{m_0}.
$$
Assume for example that $j_0 < m_0$. Then, by (1), there exists an index
$n_0$ such that $j_0 < n_0 < m_0$ and $|a_{n_0} - L| < frac{1}{k_0}$.
As a second step, let $N_1 > max{N_0, j_0, m_0}$ be such that
$$
(2)qquad
|a_{n+1}-a_n| < frac{1}{k_0+1}
qquad forall ngeq N_1.
$$
Moreover, we can find indices $j_1, m_1 geq N_1$ such that
$$
a_{j_1} < L - frac{1}{k_0+1},
qquad
L + frac{1}{k_0+1} < a_{m_1}.
$$
Assume for example that $j_1 < m_1$. Then, by (2), there exists an index
$n_1$ such that $j_1 < n_1 < m_1$ and $|a_{n_1} - L| < frac{1}{k_0+1}$.
We can in this way construct by induction a sequence $n_0 < n_1 < cdots$ such that
$$
|a_{n_j} - L| < frac{1}{k_0+j}
qquadforall j,
$$
i.e. $lim_j a_{n_j} = L$.
Marvelous, thanks!
– Boaz Yakubov
Nov 25 '18 at 18:10
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%2f3013031%2fif-lima-n1-a-n-0-prove-that-pa-n-lim-infa-n-lim-supa-n%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
Let $liminf_n a_n < L < limsup_n a_n$, and let $k_0inmathbb{Z}^+$ be such that
$$
liminf_n a_n < L-frac{1}{k_0},,
qquad
L + frac{1}{k_0} < limsup_n a_n.
$$
By assumption, there exists an index $N_0$ such that
$$
(1)qquad
|a_{n+1}-a_n| < frac{1}{k_0}
qquad forall ngeq N_0.
$$
Moreover, we can find indices $j_0, m_0 geq N_0$ such that
$$
a_{j_0} < L - frac{1}{k_0},
qquad
L + frac{1}{k_0} < a_{m_0}.
$$
Assume for example that $j_0 < m_0$. Then, by (1), there exists an index
$n_0$ such that $j_0 < n_0 < m_0$ and $|a_{n_0} - L| < frac{1}{k_0}$.
As a second step, let $N_1 > max{N_0, j_0, m_0}$ be such that
$$
(2)qquad
|a_{n+1}-a_n| < frac{1}{k_0+1}
qquad forall ngeq N_1.
$$
Moreover, we can find indices $j_1, m_1 geq N_1$ such that
$$
a_{j_1} < L - frac{1}{k_0+1},
qquad
L + frac{1}{k_0+1} < a_{m_1}.
$$
Assume for example that $j_1 < m_1$. Then, by (2), there exists an index
$n_1$ such that $j_1 < n_1 < m_1$ and $|a_{n_1} - L| < frac{1}{k_0+1}$.
We can in this way construct by induction a sequence $n_0 < n_1 < cdots$ such that
$$
|a_{n_j} - L| < frac{1}{k_0+j}
qquadforall j,
$$
i.e. $lim_j a_{n_j} = L$.
Marvelous, thanks!
– Boaz Yakubov
Nov 25 '18 at 18:10
add a comment |
Let $liminf_n a_n < L < limsup_n a_n$, and let $k_0inmathbb{Z}^+$ be such that
$$
liminf_n a_n < L-frac{1}{k_0},,
qquad
L + frac{1}{k_0} < limsup_n a_n.
$$
By assumption, there exists an index $N_0$ such that
$$
(1)qquad
|a_{n+1}-a_n| < frac{1}{k_0}
qquad forall ngeq N_0.
$$
Moreover, we can find indices $j_0, m_0 geq N_0$ such that
$$
a_{j_0} < L - frac{1}{k_0},
qquad
L + frac{1}{k_0} < a_{m_0}.
$$
Assume for example that $j_0 < m_0$. Then, by (1), there exists an index
$n_0$ such that $j_0 < n_0 < m_0$ and $|a_{n_0} - L| < frac{1}{k_0}$.
As a second step, let $N_1 > max{N_0, j_0, m_0}$ be such that
$$
(2)qquad
|a_{n+1}-a_n| < frac{1}{k_0+1}
qquad forall ngeq N_1.
$$
Moreover, we can find indices $j_1, m_1 geq N_1$ such that
$$
a_{j_1} < L - frac{1}{k_0+1},
qquad
L + frac{1}{k_0+1} < a_{m_1}.
$$
Assume for example that $j_1 < m_1$. Then, by (2), there exists an index
$n_1$ such that $j_1 < n_1 < m_1$ and $|a_{n_1} - L| < frac{1}{k_0+1}$.
We can in this way construct by induction a sequence $n_0 < n_1 < cdots$ such that
$$
|a_{n_j} - L| < frac{1}{k_0+j}
qquadforall j,
$$
i.e. $lim_j a_{n_j} = L$.
Marvelous, thanks!
– Boaz Yakubov
Nov 25 '18 at 18:10
add a comment |
Let $liminf_n a_n < L < limsup_n a_n$, and let $k_0inmathbb{Z}^+$ be such that
$$
liminf_n a_n < L-frac{1}{k_0},,
qquad
L + frac{1}{k_0} < limsup_n a_n.
$$
By assumption, there exists an index $N_0$ such that
$$
(1)qquad
|a_{n+1}-a_n| < frac{1}{k_0}
qquad forall ngeq N_0.
$$
Moreover, we can find indices $j_0, m_0 geq N_0$ such that
$$
a_{j_0} < L - frac{1}{k_0},
qquad
L + frac{1}{k_0} < a_{m_0}.
$$
Assume for example that $j_0 < m_0$. Then, by (1), there exists an index
$n_0$ such that $j_0 < n_0 < m_0$ and $|a_{n_0} - L| < frac{1}{k_0}$.
As a second step, let $N_1 > max{N_0, j_0, m_0}$ be such that
$$
(2)qquad
|a_{n+1}-a_n| < frac{1}{k_0+1}
qquad forall ngeq N_1.
$$
Moreover, we can find indices $j_1, m_1 geq N_1$ such that
$$
a_{j_1} < L - frac{1}{k_0+1},
qquad
L + frac{1}{k_0+1} < a_{m_1}.
$$
Assume for example that $j_1 < m_1$. Then, by (2), there exists an index
$n_1$ such that $j_1 < n_1 < m_1$ and $|a_{n_1} - L| < frac{1}{k_0+1}$.
We can in this way construct by induction a sequence $n_0 < n_1 < cdots$ such that
$$
|a_{n_j} - L| < frac{1}{k_0+j}
qquadforall j,
$$
i.e. $lim_j a_{n_j} = L$.
Let $liminf_n a_n < L < limsup_n a_n$, and let $k_0inmathbb{Z}^+$ be such that
$$
liminf_n a_n < L-frac{1}{k_0},,
qquad
L + frac{1}{k_0} < limsup_n a_n.
$$
By assumption, there exists an index $N_0$ such that
$$
(1)qquad
|a_{n+1}-a_n| < frac{1}{k_0}
qquad forall ngeq N_0.
$$
Moreover, we can find indices $j_0, m_0 geq N_0$ such that
$$
a_{j_0} < L - frac{1}{k_0},
qquad
L + frac{1}{k_0} < a_{m_0}.
$$
Assume for example that $j_0 < m_0$. Then, by (1), there exists an index
$n_0$ such that $j_0 < n_0 < m_0$ and $|a_{n_0} - L| < frac{1}{k_0}$.
As a second step, let $N_1 > max{N_0, j_0, m_0}$ be such that
$$
(2)qquad
|a_{n+1}-a_n| < frac{1}{k_0+1}
qquad forall ngeq N_1.
$$
Moreover, we can find indices $j_1, m_1 geq N_1$ such that
$$
a_{j_1} < L - frac{1}{k_0+1},
qquad
L + frac{1}{k_0+1} < a_{m_1}.
$$
Assume for example that $j_1 < m_1$. Then, by (2), there exists an index
$n_1$ such that $j_1 < n_1 < m_1$ and $|a_{n_1} - L| < frac{1}{k_0+1}$.
We can in this way construct by induction a sequence $n_0 < n_1 < cdots$ such that
$$
|a_{n_j} - L| < frac{1}{k_0+j}
qquadforall j,
$$
i.e. $lim_j a_{n_j} = L$.
answered Nov 25 '18 at 17:52
Rigel
10.9k11320
10.9k11320
Marvelous, thanks!
– Boaz Yakubov
Nov 25 '18 at 18:10
add a comment |
Marvelous, thanks!
– Boaz Yakubov
Nov 25 '18 at 18:10
Marvelous, thanks!
– Boaz Yakubov
Nov 25 '18 at 18:10
Marvelous, thanks!
– Boaz Yakubov
Nov 25 '18 at 18:10
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%2f3013031%2fif-lima-n1-a-n-0-prove-that-pa-n-lim-infa-n-lim-supa-n%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