Sequences of sequences: question about Cauchy's construction of the real numbers
As is well known, one way of constructing the real numbers is to consider Cauchy sequences and call two of them equivalent if they have the same limit. I got to thinking about the Cauchy sequences themselves (ignoring the equivalence relation).
If we have a Cauchy sequence, we can make it shorter by removing the first element, or adding the first two elements. In fact we can do this arbitrarily often, creating a sequence of sequences.
Let the Cauchy sequence be $(a_n)_n$ and define $b_1 = (a_n)_n$ and $b_{n+1}$ by adding the first two elements of $b_n$ and attaching the remaining elements. Thus $b_2=(a_1+a_2,a_3,a_4,dots), b_3=(a_1+a_2+a_3,a_4,dots)$ etc.
I am having a hard time determining what the limit of $(b_n)_n$ would be as $n$ tends to infinity. Am I correct in surmising that the limit of $(b_n)_n$ generally does not exist, and even if it exists, the limit is not a sequence? Is it therefore correct to state that the set of Cauchy sequences is not complete, even though the set of their equivalence classes (= the real numbers) obviously is complete?
real-analysis cauchy-sequences
add a comment |
As is well known, one way of constructing the real numbers is to consider Cauchy sequences and call two of them equivalent if they have the same limit. I got to thinking about the Cauchy sequences themselves (ignoring the equivalence relation).
If we have a Cauchy sequence, we can make it shorter by removing the first element, or adding the first two elements. In fact we can do this arbitrarily often, creating a sequence of sequences.
Let the Cauchy sequence be $(a_n)_n$ and define $b_1 = (a_n)_n$ and $b_{n+1}$ by adding the first two elements of $b_n$ and attaching the remaining elements. Thus $b_2=(a_1+a_2,a_3,a_4,dots), b_3=(a_1+a_2+a_3,a_4,dots)$ etc.
I am having a hard time determining what the limit of $(b_n)_n$ would be as $n$ tends to infinity. Am I correct in surmising that the limit of $(b_n)_n$ generally does not exist, and even if it exists, the limit is not a sequence? Is it therefore correct to state that the set of Cauchy sequences is not complete, even though the set of their equivalence classes (= the real numbers) obviously is complete?
real-analysis cauchy-sequences
add a comment |
As is well known, one way of constructing the real numbers is to consider Cauchy sequences and call two of them equivalent if they have the same limit. I got to thinking about the Cauchy sequences themselves (ignoring the equivalence relation).
If we have a Cauchy sequence, we can make it shorter by removing the first element, or adding the first two elements. In fact we can do this arbitrarily often, creating a sequence of sequences.
Let the Cauchy sequence be $(a_n)_n$ and define $b_1 = (a_n)_n$ and $b_{n+1}$ by adding the first two elements of $b_n$ and attaching the remaining elements. Thus $b_2=(a_1+a_2,a_3,a_4,dots), b_3=(a_1+a_2+a_3,a_4,dots)$ etc.
I am having a hard time determining what the limit of $(b_n)_n$ would be as $n$ tends to infinity. Am I correct in surmising that the limit of $(b_n)_n$ generally does not exist, and even if it exists, the limit is not a sequence? Is it therefore correct to state that the set of Cauchy sequences is not complete, even though the set of their equivalence classes (= the real numbers) obviously is complete?
real-analysis cauchy-sequences
As is well known, one way of constructing the real numbers is to consider Cauchy sequences and call two of them equivalent if they have the same limit. I got to thinking about the Cauchy sequences themselves (ignoring the equivalence relation).
If we have a Cauchy sequence, we can make it shorter by removing the first element, or adding the first two elements. In fact we can do this arbitrarily often, creating a sequence of sequences.
Let the Cauchy sequence be $(a_n)_n$ and define $b_1 = (a_n)_n$ and $b_{n+1}$ by adding the first two elements of $b_n$ and attaching the remaining elements. Thus $b_2=(a_1+a_2,a_3,a_4,dots), b_3=(a_1+a_2+a_3,a_4,dots)$ etc.
I am having a hard time determining what the limit of $(b_n)_n$ would be as $n$ tends to infinity. Am I correct in surmising that the limit of $(b_n)_n$ generally does not exist, and even if it exists, the limit is not a sequence? Is it therefore correct to state that the set of Cauchy sequences is not complete, even though the set of their equivalence classes (= the real numbers) obviously is complete?
real-analysis cauchy-sequences
real-analysis cauchy-sequences
asked Jan 4 at 18:16
StefanieStefanie
506
506
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You are mixing up two systems of enumeration different things.
Your $a_n$ are numbers, given for each $ngeq1$, and the $n$ enumerates these numbers in the list $(a_n)_{ngeq1}$. Assume that $lim_{ntoinfty} a_n=alphain{mathbb R}$. On the other hand, your $b_n$ are not numbers, but sequences, and the $n$ enumerates these sequences. I'd write it in the following way:
$$eqalign{
{bf b}_1&=(a_1,a_2,a_3,a_4,ldots),cr
{bf b}_2&=(a_1+a_2,a_3,a_4,a_5,ldots),cr
{bf b}_3&=(a_1+a_2+a_3,a_4,a_5,ldots),cr
&vdotscr
{bf b}_j&=(a_1+a_2+ldots+a_j,a_{j+1},a_{j+2},a_{j+3},ldots)qquad(jgeq1).cr}$$
Let ${bf b}_{j.k}$ be the $k^{rm th}$ element of the sequence ${bf b}_j$. Then it is easy to see that for every $jgeq1$ one has $lim_{ktoinfty}{bf b}_{j.k}=alpha$.
That's all one can say about the sequences ${bf b}_j$, $>jgeq1$. In particular; this has nothing to do with the completeness of ${mathbb R}$.
Thank you! This helps a lot. Sorry for using $n$ twice. Still - suppose we have the sequence consisting of all ones. Then the first element of $b_j$ grows without bound as $jtoinfty$. Is the limit then even a sequence? Or is it not even possible to talk about the limit of a sequence of sequences? I find this topic really confusing.
– Stefanie
Jan 4 at 21:19
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%2f3061924%2fsequences-of-sequences-question-about-cauchys-construction-of-the-real-numbers%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
You are mixing up two systems of enumeration different things.
Your $a_n$ are numbers, given for each $ngeq1$, and the $n$ enumerates these numbers in the list $(a_n)_{ngeq1}$. Assume that $lim_{ntoinfty} a_n=alphain{mathbb R}$. On the other hand, your $b_n$ are not numbers, but sequences, and the $n$ enumerates these sequences. I'd write it in the following way:
$$eqalign{
{bf b}_1&=(a_1,a_2,a_3,a_4,ldots),cr
{bf b}_2&=(a_1+a_2,a_3,a_4,a_5,ldots),cr
{bf b}_3&=(a_1+a_2+a_3,a_4,a_5,ldots),cr
&vdotscr
{bf b}_j&=(a_1+a_2+ldots+a_j,a_{j+1},a_{j+2},a_{j+3},ldots)qquad(jgeq1).cr}$$
Let ${bf b}_{j.k}$ be the $k^{rm th}$ element of the sequence ${bf b}_j$. Then it is easy to see that for every $jgeq1$ one has $lim_{ktoinfty}{bf b}_{j.k}=alpha$.
That's all one can say about the sequences ${bf b}_j$, $>jgeq1$. In particular; this has nothing to do with the completeness of ${mathbb R}$.
Thank you! This helps a lot. Sorry for using $n$ twice. Still - suppose we have the sequence consisting of all ones. Then the first element of $b_j$ grows without bound as $jtoinfty$. Is the limit then even a sequence? Or is it not even possible to talk about the limit of a sequence of sequences? I find this topic really confusing.
– Stefanie
Jan 4 at 21:19
add a comment |
You are mixing up two systems of enumeration different things.
Your $a_n$ are numbers, given for each $ngeq1$, and the $n$ enumerates these numbers in the list $(a_n)_{ngeq1}$. Assume that $lim_{ntoinfty} a_n=alphain{mathbb R}$. On the other hand, your $b_n$ are not numbers, but sequences, and the $n$ enumerates these sequences. I'd write it in the following way:
$$eqalign{
{bf b}_1&=(a_1,a_2,a_3,a_4,ldots),cr
{bf b}_2&=(a_1+a_2,a_3,a_4,a_5,ldots),cr
{bf b}_3&=(a_1+a_2+a_3,a_4,a_5,ldots),cr
&vdotscr
{bf b}_j&=(a_1+a_2+ldots+a_j,a_{j+1},a_{j+2},a_{j+3},ldots)qquad(jgeq1).cr}$$
Let ${bf b}_{j.k}$ be the $k^{rm th}$ element of the sequence ${bf b}_j$. Then it is easy to see that for every $jgeq1$ one has $lim_{ktoinfty}{bf b}_{j.k}=alpha$.
That's all one can say about the sequences ${bf b}_j$, $>jgeq1$. In particular; this has nothing to do with the completeness of ${mathbb R}$.
Thank you! This helps a lot. Sorry for using $n$ twice. Still - suppose we have the sequence consisting of all ones. Then the first element of $b_j$ grows without bound as $jtoinfty$. Is the limit then even a sequence? Or is it not even possible to talk about the limit of a sequence of sequences? I find this topic really confusing.
– Stefanie
Jan 4 at 21:19
add a comment |
You are mixing up two systems of enumeration different things.
Your $a_n$ are numbers, given for each $ngeq1$, and the $n$ enumerates these numbers in the list $(a_n)_{ngeq1}$. Assume that $lim_{ntoinfty} a_n=alphain{mathbb R}$. On the other hand, your $b_n$ are not numbers, but sequences, and the $n$ enumerates these sequences. I'd write it in the following way:
$$eqalign{
{bf b}_1&=(a_1,a_2,a_3,a_4,ldots),cr
{bf b}_2&=(a_1+a_2,a_3,a_4,a_5,ldots),cr
{bf b}_3&=(a_1+a_2+a_3,a_4,a_5,ldots),cr
&vdotscr
{bf b}_j&=(a_1+a_2+ldots+a_j,a_{j+1},a_{j+2},a_{j+3},ldots)qquad(jgeq1).cr}$$
Let ${bf b}_{j.k}$ be the $k^{rm th}$ element of the sequence ${bf b}_j$. Then it is easy to see that for every $jgeq1$ one has $lim_{ktoinfty}{bf b}_{j.k}=alpha$.
That's all one can say about the sequences ${bf b}_j$, $>jgeq1$. In particular; this has nothing to do with the completeness of ${mathbb R}$.
You are mixing up two systems of enumeration different things.
Your $a_n$ are numbers, given for each $ngeq1$, and the $n$ enumerates these numbers in the list $(a_n)_{ngeq1}$. Assume that $lim_{ntoinfty} a_n=alphain{mathbb R}$. On the other hand, your $b_n$ are not numbers, but sequences, and the $n$ enumerates these sequences. I'd write it in the following way:
$$eqalign{
{bf b}_1&=(a_1,a_2,a_3,a_4,ldots),cr
{bf b}_2&=(a_1+a_2,a_3,a_4,a_5,ldots),cr
{bf b}_3&=(a_1+a_2+a_3,a_4,a_5,ldots),cr
&vdotscr
{bf b}_j&=(a_1+a_2+ldots+a_j,a_{j+1},a_{j+2},a_{j+3},ldots)qquad(jgeq1).cr}$$
Let ${bf b}_{j.k}$ be the $k^{rm th}$ element of the sequence ${bf b}_j$. Then it is easy to see that for every $jgeq1$ one has $lim_{ktoinfty}{bf b}_{j.k}=alpha$.
That's all one can say about the sequences ${bf b}_j$, $>jgeq1$. In particular; this has nothing to do with the completeness of ${mathbb R}$.
answered Jan 4 at 19:14
Christian BlatterChristian Blatter
172k7113326
172k7113326
Thank you! This helps a lot. Sorry for using $n$ twice. Still - suppose we have the sequence consisting of all ones. Then the first element of $b_j$ grows without bound as $jtoinfty$. Is the limit then even a sequence? Or is it not even possible to talk about the limit of a sequence of sequences? I find this topic really confusing.
– Stefanie
Jan 4 at 21:19
add a comment |
Thank you! This helps a lot. Sorry for using $n$ twice. Still - suppose we have the sequence consisting of all ones. Then the first element of $b_j$ grows without bound as $jtoinfty$. Is the limit then even a sequence? Or is it not even possible to talk about the limit of a sequence of sequences? I find this topic really confusing.
– Stefanie
Jan 4 at 21:19
Thank you! This helps a lot. Sorry for using $n$ twice. Still - suppose we have the sequence consisting of all ones. Then the first element of $b_j$ grows without bound as $jtoinfty$. Is the limit then even a sequence? Or is it not even possible to talk about the limit of a sequence of sequences? I find this topic really confusing.
– Stefanie
Jan 4 at 21:19
Thank you! This helps a lot. Sorry for using $n$ twice. Still - suppose we have the sequence consisting of all ones. Then the first element of $b_j$ grows without bound as $jtoinfty$. Is the limit then even a sequence? Or is it not even possible to talk about the limit of a sequence of sequences? I find this topic really confusing.
– Stefanie
Jan 4 at 21:19
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%2f3061924%2fsequences-of-sequences-question-about-cauchys-construction-of-the-real-numbers%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