A convergent sequence has precisely one accumulation point
$begingroup$
As a step in a proof I've been trying to show that convergence of a sequence implies it must have precisely one accumulation point. This is the definition we use for an accumulation point
Let $S$ be a set of real numbers. A real number is an accumulation point $s_0$ of $S$ if and only if for any $epsilon > 0$, there exists at least one point $t$ of $S$ such that $0 < |t-s_0| < epsilon$.
I wish to prove:
Lemma: A convergent sequence has precisely one accumulation point.
My thoughts: Since the limit of the sequence exists we know that the set cannot have 2 accumulation points or more, we will show by contradiction.
If we would have multiple accumulation points the limit does not exist because we can never get arbitrarily close to a single point (within ϵ), because there exist certain subsequences that each get arbitrarily close to at least two accumulation points, which determine the minimum distance a sequence can be from an accumulation point (so we get a lower bound and therefore we do not get convergence). There must be precisely one accumulation point.
I do not know how to make this more precise of a statement, there are a lot of words and it's not really structured. I'm looking for some help making a more rigourous argument.
real-analysis sequences-and-series limits
$endgroup$
add a comment |
$begingroup$
As a step in a proof I've been trying to show that convergence of a sequence implies it must have precisely one accumulation point. This is the definition we use for an accumulation point
Let $S$ be a set of real numbers. A real number is an accumulation point $s_0$ of $S$ if and only if for any $epsilon > 0$, there exists at least one point $t$ of $S$ such that $0 < |t-s_0| < epsilon$.
I wish to prove:
Lemma: A convergent sequence has precisely one accumulation point.
My thoughts: Since the limit of the sequence exists we know that the set cannot have 2 accumulation points or more, we will show by contradiction.
If we would have multiple accumulation points the limit does not exist because we can never get arbitrarily close to a single point (within ϵ), because there exist certain subsequences that each get arbitrarily close to at least two accumulation points, which determine the minimum distance a sequence can be from an accumulation point (so we get a lower bound and therefore we do not get convergence). There must be precisely one accumulation point.
I do not know how to make this more precise of a statement, there are a lot of words and it's not really structured. I'm looking for some help making a more rigourous argument.
real-analysis sequences-and-series limits
$endgroup$
add a comment |
$begingroup$
As a step in a proof I've been trying to show that convergence of a sequence implies it must have precisely one accumulation point. This is the definition we use for an accumulation point
Let $S$ be a set of real numbers. A real number is an accumulation point $s_0$ of $S$ if and only if for any $epsilon > 0$, there exists at least one point $t$ of $S$ such that $0 < |t-s_0| < epsilon$.
I wish to prove:
Lemma: A convergent sequence has precisely one accumulation point.
My thoughts: Since the limit of the sequence exists we know that the set cannot have 2 accumulation points or more, we will show by contradiction.
If we would have multiple accumulation points the limit does not exist because we can never get arbitrarily close to a single point (within ϵ), because there exist certain subsequences that each get arbitrarily close to at least two accumulation points, which determine the minimum distance a sequence can be from an accumulation point (so we get a lower bound and therefore we do not get convergence). There must be precisely one accumulation point.
I do not know how to make this more precise of a statement, there are a lot of words and it's not really structured. I'm looking for some help making a more rigourous argument.
real-analysis sequences-and-series limits
$endgroup$
As a step in a proof I've been trying to show that convergence of a sequence implies it must have precisely one accumulation point. This is the definition we use for an accumulation point
Let $S$ be a set of real numbers. A real number is an accumulation point $s_0$ of $S$ if and only if for any $epsilon > 0$, there exists at least one point $t$ of $S$ such that $0 < |t-s_0| < epsilon$.
I wish to prove:
Lemma: A convergent sequence has precisely one accumulation point.
My thoughts: Since the limit of the sequence exists we know that the set cannot have 2 accumulation points or more, we will show by contradiction.
If we would have multiple accumulation points the limit does not exist because we can never get arbitrarily close to a single point (within ϵ), because there exist certain subsequences that each get arbitrarily close to at least two accumulation points, which determine the minimum distance a sequence can be from an accumulation point (so we get a lower bound and therefore we do not get convergence). There must be precisely one accumulation point.
I do not know how to make this more precise of a statement, there are a lot of words and it's not really structured. I'm looking for some help making a more rigourous argument.
real-analysis sequences-and-series limits
real-analysis sequences-and-series limits
asked Jan 8 at 14:05
Wesley StrikWesley Strik
2,194424
2,194424
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Suppose the sequence converges to $x$. Clearly $x$ is an accumulation point.
Suppose on the contrary that we have a second accumulation point, $y$. Let $r = frac{|x-y|}{2}$.
Notice that there exists $N>0$, such that for all $n>N$, then $|x_n -x|<r$.
That is when $n>N$, we have $$|x_n - y|=|x_n-x+x-y| ge ||x_n-x|-|x-y||=||x_n-x|-2r|=2r-|x_n-x|>r$$
Hence we cannot have infinitely many points that get arbitrarily close to $y$, hence $y$ can't be an accumulation point.
$endgroup$
$begingroup$
Beautiful. You always come up with such nice and pretty arguments, this is precisely the technical argument I was thinking of but I was not sure how to formulate it so impeccably, thank you.
$endgroup$
– Wesley Strik
Jan 8 at 14:51
add a comment |
$begingroup$
An accumulation point of a sequence $(a_n)_n$ is not the same as the accumulation point of its set of values ${a_n : n in mathbb{N}}$.
Indeed, consider the constant sequence $a_n = a, forall n in mathbb{N}$. Clearly $(a_n)_n$ converges to $a$, but the set ${a_n : n in mathbb{N}} = {a}$ has no accumulation points by your definition.
The proper definition is:
$x in mathbb{R}$ is an accumulation point of a sequence $(a_n)_n$ if for every $varepsilon > 0$ the interval $langle x-varepsilon, x+varepsilonrangle$ contains infinitely many terms of the sequence $(a_n)_n$, i.e. for every $n in mathbb{N}$ there exists $m in mathbb{N}, m > n$ such that $|x-a_m| < varepsilon$.
Try to show your lemma now.
$endgroup$
$begingroup$
Ah, very useful answer indeed. That's a very good point you make. I din't know that actually, thank you.
$endgroup$
– Wesley Strik
Jan 8 at 19:59
add a comment |
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%2f3066203%2fa-convergent-sequence-has-precisely-one-accumulation-point%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
$begingroup$
Suppose the sequence converges to $x$. Clearly $x$ is an accumulation point.
Suppose on the contrary that we have a second accumulation point, $y$. Let $r = frac{|x-y|}{2}$.
Notice that there exists $N>0$, such that for all $n>N$, then $|x_n -x|<r$.
That is when $n>N$, we have $$|x_n - y|=|x_n-x+x-y| ge ||x_n-x|-|x-y||=||x_n-x|-2r|=2r-|x_n-x|>r$$
Hence we cannot have infinitely many points that get arbitrarily close to $y$, hence $y$ can't be an accumulation point.
$endgroup$
$begingroup$
Beautiful. You always come up with such nice and pretty arguments, this is precisely the technical argument I was thinking of but I was not sure how to formulate it so impeccably, thank you.
$endgroup$
– Wesley Strik
Jan 8 at 14:51
add a comment |
$begingroup$
Suppose the sequence converges to $x$. Clearly $x$ is an accumulation point.
Suppose on the contrary that we have a second accumulation point, $y$. Let $r = frac{|x-y|}{2}$.
Notice that there exists $N>0$, such that for all $n>N$, then $|x_n -x|<r$.
That is when $n>N$, we have $$|x_n - y|=|x_n-x+x-y| ge ||x_n-x|-|x-y||=||x_n-x|-2r|=2r-|x_n-x|>r$$
Hence we cannot have infinitely many points that get arbitrarily close to $y$, hence $y$ can't be an accumulation point.
$endgroup$
$begingroup$
Beautiful. You always come up with such nice and pretty arguments, this is precisely the technical argument I was thinking of but I was not sure how to formulate it so impeccably, thank you.
$endgroup$
– Wesley Strik
Jan 8 at 14:51
add a comment |
$begingroup$
Suppose the sequence converges to $x$. Clearly $x$ is an accumulation point.
Suppose on the contrary that we have a second accumulation point, $y$. Let $r = frac{|x-y|}{2}$.
Notice that there exists $N>0$, such that for all $n>N$, then $|x_n -x|<r$.
That is when $n>N$, we have $$|x_n - y|=|x_n-x+x-y| ge ||x_n-x|-|x-y||=||x_n-x|-2r|=2r-|x_n-x|>r$$
Hence we cannot have infinitely many points that get arbitrarily close to $y$, hence $y$ can't be an accumulation point.
$endgroup$
Suppose the sequence converges to $x$. Clearly $x$ is an accumulation point.
Suppose on the contrary that we have a second accumulation point, $y$. Let $r = frac{|x-y|}{2}$.
Notice that there exists $N>0$, such that for all $n>N$, then $|x_n -x|<r$.
That is when $n>N$, we have $$|x_n - y|=|x_n-x+x-y| ge ||x_n-x|-|x-y||=||x_n-x|-2r|=2r-|x_n-x|>r$$
Hence we cannot have infinitely many points that get arbitrarily close to $y$, hence $y$ can't be an accumulation point.
answered Jan 8 at 14:22
Siong Thye GohSiong Thye Goh
103k1468119
103k1468119
$begingroup$
Beautiful. You always come up with such nice and pretty arguments, this is precisely the technical argument I was thinking of but I was not sure how to formulate it so impeccably, thank you.
$endgroup$
– Wesley Strik
Jan 8 at 14:51
add a comment |
$begingroup$
Beautiful. You always come up with such nice and pretty arguments, this is precisely the technical argument I was thinking of but I was not sure how to formulate it so impeccably, thank you.
$endgroup$
– Wesley Strik
Jan 8 at 14:51
$begingroup$
Beautiful. You always come up with such nice and pretty arguments, this is precisely the technical argument I was thinking of but I was not sure how to formulate it so impeccably, thank you.
$endgroup$
– Wesley Strik
Jan 8 at 14:51
$begingroup$
Beautiful. You always come up with such nice and pretty arguments, this is precisely the technical argument I was thinking of but I was not sure how to formulate it so impeccably, thank you.
$endgroup$
– Wesley Strik
Jan 8 at 14:51
add a comment |
$begingroup$
An accumulation point of a sequence $(a_n)_n$ is not the same as the accumulation point of its set of values ${a_n : n in mathbb{N}}$.
Indeed, consider the constant sequence $a_n = a, forall n in mathbb{N}$. Clearly $(a_n)_n$ converges to $a$, but the set ${a_n : n in mathbb{N}} = {a}$ has no accumulation points by your definition.
The proper definition is:
$x in mathbb{R}$ is an accumulation point of a sequence $(a_n)_n$ if for every $varepsilon > 0$ the interval $langle x-varepsilon, x+varepsilonrangle$ contains infinitely many terms of the sequence $(a_n)_n$, i.e. for every $n in mathbb{N}$ there exists $m in mathbb{N}, m > n$ such that $|x-a_m| < varepsilon$.
Try to show your lemma now.
$endgroup$
$begingroup$
Ah, very useful answer indeed. That's a very good point you make. I din't know that actually, thank you.
$endgroup$
– Wesley Strik
Jan 8 at 19:59
add a comment |
$begingroup$
An accumulation point of a sequence $(a_n)_n$ is not the same as the accumulation point of its set of values ${a_n : n in mathbb{N}}$.
Indeed, consider the constant sequence $a_n = a, forall n in mathbb{N}$. Clearly $(a_n)_n$ converges to $a$, but the set ${a_n : n in mathbb{N}} = {a}$ has no accumulation points by your definition.
The proper definition is:
$x in mathbb{R}$ is an accumulation point of a sequence $(a_n)_n$ if for every $varepsilon > 0$ the interval $langle x-varepsilon, x+varepsilonrangle$ contains infinitely many terms of the sequence $(a_n)_n$, i.e. for every $n in mathbb{N}$ there exists $m in mathbb{N}, m > n$ such that $|x-a_m| < varepsilon$.
Try to show your lemma now.
$endgroup$
$begingroup$
Ah, very useful answer indeed. That's a very good point you make. I din't know that actually, thank you.
$endgroup$
– Wesley Strik
Jan 8 at 19:59
add a comment |
$begingroup$
An accumulation point of a sequence $(a_n)_n$ is not the same as the accumulation point of its set of values ${a_n : n in mathbb{N}}$.
Indeed, consider the constant sequence $a_n = a, forall n in mathbb{N}$. Clearly $(a_n)_n$ converges to $a$, but the set ${a_n : n in mathbb{N}} = {a}$ has no accumulation points by your definition.
The proper definition is:
$x in mathbb{R}$ is an accumulation point of a sequence $(a_n)_n$ if for every $varepsilon > 0$ the interval $langle x-varepsilon, x+varepsilonrangle$ contains infinitely many terms of the sequence $(a_n)_n$, i.e. for every $n in mathbb{N}$ there exists $m in mathbb{N}, m > n$ such that $|x-a_m| < varepsilon$.
Try to show your lemma now.
$endgroup$
An accumulation point of a sequence $(a_n)_n$ is not the same as the accumulation point of its set of values ${a_n : n in mathbb{N}}$.
Indeed, consider the constant sequence $a_n = a, forall n in mathbb{N}$. Clearly $(a_n)_n$ converges to $a$, but the set ${a_n : n in mathbb{N}} = {a}$ has no accumulation points by your definition.
The proper definition is:
$x in mathbb{R}$ is an accumulation point of a sequence $(a_n)_n$ if for every $varepsilon > 0$ the interval $langle x-varepsilon, x+varepsilonrangle$ contains infinitely many terms of the sequence $(a_n)_n$, i.e. for every $n in mathbb{N}$ there exists $m in mathbb{N}, m > n$ such that $|x-a_m| < varepsilon$.
Try to show your lemma now.
answered Jan 8 at 14:13
mechanodroidmechanodroid
29k62648
29k62648
$begingroup$
Ah, very useful answer indeed. That's a very good point you make. I din't know that actually, thank you.
$endgroup$
– Wesley Strik
Jan 8 at 19:59
add a comment |
$begingroup$
Ah, very useful answer indeed. That's a very good point you make. I din't know that actually, thank you.
$endgroup$
– Wesley Strik
Jan 8 at 19:59
$begingroup$
Ah, very useful answer indeed. That's a very good point you make. I din't know that actually, thank you.
$endgroup$
– Wesley Strik
Jan 8 at 19:59
$begingroup$
Ah, very useful answer indeed. That's a very good point you make. I din't know that actually, thank you.
$endgroup$
– Wesley Strik
Jan 8 at 19:59
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.
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%2f3066203%2fa-convergent-sequence-has-precisely-one-accumulation-point%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