Prove that ${x_n}$ is a Cauchy sequence iff $forall epsilon > 0 exists N: forall n > N implies |x_n -...
$begingroup$
Let ${x_n}$ denote a sequence. Prove that:
$$
{x_n} text{is fundamental} iff forall epsilon > 0 exists N: forall n > N implies |x_n - x_N| < epsilon
$$
Let $P$ be a statement that:
$$
P = forall epsilon > 0 exists N: forall n > N implies |x_n - x_N| < epsilontag1
$$
Let $Q$ be a statement that $x_n$ is a Cauchy sequence:
$$
Q = forall epsilon > 0 exists N in Bbb N:forall n,m > N implies |x_n - x_m| < epsilon tag2
$$
We want to show two things: $P implies Q$ and $Q implies P$.
$Box$ Start with $P implies Q$. Then by $(1)$:
$$
forall epsilon>0 exists N_1 inBbb N : forall n > N_1 implies |x_n - x_{N_1}| < epsilon tag3
$$
At the same time:
$$
forall epsilon>0 exists N_2 inBbb N : forall m > N_2 implies |x_m - x_{N_2}| < epsilon tag4
$$
If we now choose $N = max{N_1, N_2}$ both statements are true and we obtain:
$$
forallepsilon > 0 exists N =max{N_1, N_2}: forall n, m> N implies
begin{cases}
|x_n - x_N| < epsilon \
|x_m - x_N| < epsilon \
end{cases}
$$
Consider the sum of the inequalities:
$$
|x_n - x_N| + |x_m - x_N| < 2epsilon \
|(x_n - x_N) - (x_m - x_N)| le |x_n - x_N| + |x_m - x_N| \
|x_n - x_m| < 2epsilon
$$
Now if we choose $epsilon = {epsilon_0 over 2}$ in $(3)$ and $(4)$ we get:
$$
forall epsilon_0>0 exists N =max{N_1, N_2} : forall n, m > N implies |x_n - x_m| < epsilon_0 Box
$$
$Box$ Proceed to $Qimplies P$. This is where I got stuck. So far I've got that if a sequence is Cauchy then it must be bounded.
What should be my steps to show the second implication? Also I'm not quite sure about the first part is correct, could you please confirm/reject it as well?
real-analysis calculus sequences-and-series proof-verification cauchy-sequences
$endgroup$
add a comment |
$begingroup$
Let ${x_n}$ denote a sequence. Prove that:
$$
{x_n} text{is fundamental} iff forall epsilon > 0 exists N: forall n > N implies |x_n - x_N| < epsilon
$$
Let $P$ be a statement that:
$$
P = forall epsilon > 0 exists N: forall n > N implies |x_n - x_N| < epsilontag1
$$
Let $Q$ be a statement that $x_n$ is a Cauchy sequence:
$$
Q = forall epsilon > 0 exists N in Bbb N:forall n,m > N implies |x_n - x_m| < epsilon tag2
$$
We want to show two things: $P implies Q$ and $Q implies P$.
$Box$ Start with $P implies Q$. Then by $(1)$:
$$
forall epsilon>0 exists N_1 inBbb N : forall n > N_1 implies |x_n - x_{N_1}| < epsilon tag3
$$
At the same time:
$$
forall epsilon>0 exists N_2 inBbb N : forall m > N_2 implies |x_m - x_{N_2}| < epsilon tag4
$$
If we now choose $N = max{N_1, N_2}$ both statements are true and we obtain:
$$
forallepsilon > 0 exists N =max{N_1, N_2}: forall n, m> N implies
begin{cases}
|x_n - x_N| < epsilon \
|x_m - x_N| < epsilon \
end{cases}
$$
Consider the sum of the inequalities:
$$
|x_n - x_N| + |x_m - x_N| < 2epsilon \
|(x_n - x_N) - (x_m - x_N)| le |x_n - x_N| + |x_m - x_N| \
|x_n - x_m| < 2epsilon
$$
Now if we choose $epsilon = {epsilon_0 over 2}$ in $(3)$ and $(4)$ we get:
$$
forall epsilon_0>0 exists N =max{N_1, N_2} : forall n, m > N implies |x_n - x_m| < epsilon_0 Box
$$
$Box$ Proceed to $Qimplies P$. This is where I got stuck. So far I've got that if a sequence is Cauchy then it must be bounded.
What should be my steps to show the second implication? Also I'm not quite sure about the first part is correct, could you please confirm/reject it as well?
real-analysis calculus sequences-and-series proof-verification cauchy-sequences
$endgroup$
add a comment |
$begingroup$
Let ${x_n}$ denote a sequence. Prove that:
$$
{x_n} text{is fundamental} iff forall epsilon > 0 exists N: forall n > N implies |x_n - x_N| < epsilon
$$
Let $P$ be a statement that:
$$
P = forall epsilon > 0 exists N: forall n > N implies |x_n - x_N| < epsilontag1
$$
Let $Q$ be a statement that $x_n$ is a Cauchy sequence:
$$
Q = forall epsilon > 0 exists N in Bbb N:forall n,m > N implies |x_n - x_m| < epsilon tag2
$$
We want to show two things: $P implies Q$ and $Q implies P$.
$Box$ Start with $P implies Q$. Then by $(1)$:
$$
forall epsilon>0 exists N_1 inBbb N : forall n > N_1 implies |x_n - x_{N_1}| < epsilon tag3
$$
At the same time:
$$
forall epsilon>0 exists N_2 inBbb N : forall m > N_2 implies |x_m - x_{N_2}| < epsilon tag4
$$
If we now choose $N = max{N_1, N_2}$ both statements are true and we obtain:
$$
forallepsilon > 0 exists N =max{N_1, N_2}: forall n, m> N implies
begin{cases}
|x_n - x_N| < epsilon \
|x_m - x_N| < epsilon \
end{cases}
$$
Consider the sum of the inequalities:
$$
|x_n - x_N| + |x_m - x_N| < 2epsilon \
|(x_n - x_N) - (x_m - x_N)| le |x_n - x_N| + |x_m - x_N| \
|x_n - x_m| < 2epsilon
$$
Now if we choose $epsilon = {epsilon_0 over 2}$ in $(3)$ and $(4)$ we get:
$$
forall epsilon_0>0 exists N =max{N_1, N_2} : forall n, m > N implies |x_n - x_m| < epsilon_0 Box
$$
$Box$ Proceed to $Qimplies P$. This is where I got stuck. So far I've got that if a sequence is Cauchy then it must be bounded.
What should be my steps to show the second implication? Also I'm not quite sure about the first part is correct, could you please confirm/reject it as well?
real-analysis calculus sequences-and-series proof-verification cauchy-sequences
$endgroup$
Let ${x_n}$ denote a sequence. Prove that:
$$
{x_n} text{is fundamental} iff forall epsilon > 0 exists N: forall n > N implies |x_n - x_N| < epsilon
$$
Let $P$ be a statement that:
$$
P = forall epsilon > 0 exists N: forall n > N implies |x_n - x_N| < epsilontag1
$$
Let $Q$ be a statement that $x_n$ is a Cauchy sequence:
$$
Q = forall epsilon > 0 exists N in Bbb N:forall n,m > N implies |x_n - x_m| < epsilon tag2
$$
We want to show two things: $P implies Q$ and $Q implies P$.
$Box$ Start with $P implies Q$. Then by $(1)$:
$$
forall epsilon>0 exists N_1 inBbb N : forall n > N_1 implies |x_n - x_{N_1}| < epsilon tag3
$$
At the same time:
$$
forall epsilon>0 exists N_2 inBbb N : forall m > N_2 implies |x_m - x_{N_2}| < epsilon tag4
$$
If we now choose $N = max{N_1, N_2}$ both statements are true and we obtain:
$$
forallepsilon > 0 exists N =max{N_1, N_2}: forall n, m> N implies
begin{cases}
|x_n - x_N| < epsilon \
|x_m - x_N| < epsilon \
end{cases}
$$
Consider the sum of the inequalities:
$$
|x_n - x_N| + |x_m - x_N| < 2epsilon \
|(x_n - x_N) - (x_m - x_N)| le |x_n - x_N| + |x_m - x_N| \
|x_n - x_m| < 2epsilon
$$
Now if we choose $epsilon = {epsilon_0 over 2}$ in $(3)$ and $(4)$ we get:
$$
forall epsilon_0>0 exists N =max{N_1, N_2} : forall n, m > N implies |x_n - x_m| < epsilon_0 Box
$$
$Box$ Proceed to $Qimplies P$. This is where I got stuck. So far I've got that if a sequence is Cauchy then it must be bounded.
What should be my steps to show the second implication? Also I'm not quite sure about the first part is correct, could you please confirm/reject it as well?
real-analysis calculus sequences-and-series proof-verification cauchy-sequences
real-analysis calculus sequences-and-series proof-verification cauchy-sequences
asked Dec 19 '18 at 18:42
romanroman
2,43721226
2,43721226
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
$Qimplies P$ is evident from definition of Cauchy sequence:
$$ forall epsilon > 0 exists N in Bbb N:forall n,m ge N implies |x_n - x_m| < epsilon $$
if we let $m=N$, we get $P$.
while for $Pimplies Q$, by carefully picking $N$ so that for given $epsilon>0$, $n>N$ implies $|x_n-X_N|<cfrac {epsilon}2$, we have:
$|x_n-x_m|le|x_n-x_N|+|x_m-x_N|<epsilon$, when both $n, m>N$
hence $(x_n)$ is Cauchy or Q is true.
$endgroup$
$begingroup$
thank you for the answer, looks i've overcomplicated things a lot
$endgroup$
– roman
Dec 20 '18 at 9:20
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%2f3046731%2fprove-that-x-n-is-a-cauchy-sequence-iff-forall-epsilon-0-exists-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
$begingroup$
$Qimplies P$ is evident from definition of Cauchy sequence:
$$ forall epsilon > 0 exists N in Bbb N:forall n,m ge N implies |x_n - x_m| < epsilon $$
if we let $m=N$, we get $P$.
while for $Pimplies Q$, by carefully picking $N$ so that for given $epsilon>0$, $n>N$ implies $|x_n-X_N|<cfrac {epsilon}2$, we have:
$|x_n-x_m|le|x_n-x_N|+|x_m-x_N|<epsilon$, when both $n, m>N$
hence $(x_n)$ is Cauchy or Q is true.
$endgroup$
$begingroup$
thank you for the answer, looks i've overcomplicated things a lot
$endgroup$
– roman
Dec 20 '18 at 9:20
add a comment |
$begingroup$
$Qimplies P$ is evident from definition of Cauchy sequence:
$$ forall epsilon > 0 exists N in Bbb N:forall n,m ge N implies |x_n - x_m| < epsilon $$
if we let $m=N$, we get $P$.
while for $Pimplies Q$, by carefully picking $N$ so that for given $epsilon>0$, $n>N$ implies $|x_n-X_N|<cfrac {epsilon}2$, we have:
$|x_n-x_m|le|x_n-x_N|+|x_m-x_N|<epsilon$, when both $n, m>N$
hence $(x_n)$ is Cauchy or Q is true.
$endgroup$
$begingroup$
thank you for the answer, looks i've overcomplicated things a lot
$endgroup$
– roman
Dec 20 '18 at 9:20
add a comment |
$begingroup$
$Qimplies P$ is evident from definition of Cauchy sequence:
$$ forall epsilon > 0 exists N in Bbb N:forall n,m ge N implies |x_n - x_m| < epsilon $$
if we let $m=N$, we get $P$.
while for $Pimplies Q$, by carefully picking $N$ so that for given $epsilon>0$, $n>N$ implies $|x_n-X_N|<cfrac {epsilon}2$, we have:
$|x_n-x_m|le|x_n-x_N|+|x_m-x_N|<epsilon$, when both $n, m>N$
hence $(x_n)$ is Cauchy or Q is true.
$endgroup$
$Qimplies P$ is evident from definition of Cauchy sequence:
$$ forall epsilon > 0 exists N in Bbb N:forall n,m ge N implies |x_n - x_m| < epsilon $$
if we let $m=N$, we get $P$.
while for $Pimplies Q$, by carefully picking $N$ so that for given $epsilon>0$, $n>N$ implies $|x_n-X_N|<cfrac {epsilon}2$, we have:
$|x_n-x_m|le|x_n-x_N|+|x_m-x_N|<epsilon$, when both $n, m>N$
hence $(x_n)$ is Cauchy or Q is true.
edited Dec 19 '18 at 19:06
answered Dec 19 '18 at 19:01
LanceLance
64239
64239
$begingroup$
thank you for the answer, looks i've overcomplicated things a lot
$endgroup$
– roman
Dec 20 '18 at 9:20
add a comment |
$begingroup$
thank you for the answer, looks i've overcomplicated things a lot
$endgroup$
– roman
Dec 20 '18 at 9:20
$begingroup$
thank you for the answer, looks i've overcomplicated things a lot
$endgroup$
– roman
Dec 20 '18 at 9:20
$begingroup$
thank you for the answer, looks i've overcomplicated things a lot
$endgroup$
– roman
Dec 20 '18 at 9:20
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%2f3046731%2fprove-that-x-n-is-a-cauchy-sequence-iff-forall-epsilon-0-exists-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