Prove the alternating sum of a decreasing sequence converging to 0 is Cauchy. Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar ManaraSuppose for all positive integers $n$, $|x_n-y_n|< frac1n$ Prove that $(x_n)$ is also Cauchy.Proof check for completenessProve that $d_n$ is a Cauchy sequence in $mathbbR$Prove $aX_n +bY_n$ is a Cauchy Sequence.Prove a sequence is a Cauchy and thus convergentIf $(x_n)$ and $(y_n)$ are Cauchy sequences, then give a direct argument that $ (x_n + y_n)$ is a Cauchy sequenceIf $x_n$ and $y_n$ are Cauchy then $leftfrac2x_ny_nright$ is CauchyLet $x_n$ be a Cauchy sequence of rational numbers. Define a new sequence $y_n$ by $y_n = (x_n)(x_n+1)$. Show that $y_n$ is a CS.Let $x_n$ be a Cauchy sequence of real numbers, prove that a new sequence $y_n$, with $y_n$=$x_n^frac13$, is also a Cauchy sequence.$x_n rightarrow x$ iff the modified sequence is Cauchy

Is Electric Central Heating worth it if using Solar Panels?

Second order approximation of the loss function (Deep learning book, 7.33)

Can I criticise the more senior developers around me for not writing clean code?

How to open locks without disable device?

Why does the Cisco show run command not show the full version, while the show version command does?

Multiple fireplaces in an apartment building?

Passing args from the bash script to the function in the script

What to do with someone that cheated their way through university and a PhD program?

Arriving in Atlanta after US Preclearance in Dublin. Will I go through TSA security in Atlanta to transfer to a connecting flight?

What is this word supposed to be?

Co-worker works way more than he should

What’s with the clanks in Endgame?

Are these square matrices always diagonalisable?

Map material from china not allowed to leave the country

Trumpet valves, lengths, and pitch

My bank got bought out, am I now going to have to start filing tax returns in a different state?

Mistake in years of experience in resume?

A strange hotel

PIC mathematical operations weird problem

How to keep bees out of canned beverages?

Rolling Stones Sway guitar solo chord function

Can you stand up from being prone using Skirmisher outside of your turn?

Seek and ye shall find

How to not starve gigantic beasts



Prove the alternating sum of a decreasing sequence converging to 0 is Cauchy.



Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraSuppose for all positive integers $n$, $|x_n-y_n|< frac1n$ Prove that $(x_n)$ is also Cauchy.Proof check for completenessProve that $d_n$ is a Cauchy sequence in $mathbbR$Prove $aX_n +bY_n$ is a Cauchy Sequence.Prove a sequence is a Cauchy and thus convergentIf $(x_n)$ and $(y_n)$ are Cauchy sequences, then give a direct argument that $ (x_n + y_n)$ is a Cauchy sequenceIf $x_n$ and $y_n$ are Cauchy then $leftfrac2x_ny_nright$ is CauchyLet $x_n$ be a Cauchy sequence of rational numbers. Define a new sequence $y_n$ by $y_n = (x_n)(x_n+1)$. Show that $y_n$ is a CS.Let $x_n$ be a Cauchy sequence of real numbers, prove that a new sequence $y_n$, with $y_n$=$x_n^frac13$, is also a Cauchy sequence.$x_n rightarrow x$ iff the modified sequence is Cauchy










2












$begingroup$


Let $(x_n)$ be a decreasing sequence with $x_n > 0$ for all $n in mathbbN$, and $(x_n) to 0$. Let $(y_n)$ be defined for all $n in mathbbN$ by
$$y_n = x_0 - x_1 + x_2 - cdots + (-1)^n x_n .$$



I want to show, using the $varepsilon$ definition, that $(y_n)$ is Cauchy.



I am trying to find, given $varepsilon > 0$, a real number $N$ such that for all $m$ and $n$ with $m > n > N$, $|y_m - y_n| < varepsilon$.



I have been going backwards to try and find $N$, and have
beginalign*
|y_m - y_n| & = left| (x_0 - x_1 + cdots pm x_m) - (x_0 - x_1 + cdots pm x_n) right| \
|y_m - y_n| & = left| x_n + 1 - x_n + 2 + cdots pm x_m right| \
|y_m - y_n| & leq | x_n + 1 | + | x_n + 2 | + cdots + | x_m | \
|y_m - y_n| & leq ?
endalign*



I do not know how to get a solution from there, and am not sure about the process, particurlary the last step since I feel getting rid of the minuses might prevent me from finding a solution.










share|cite|improve this question









$endgroup$







  • 1




    $begingroup$
    Because the series is alternating and decreasing, I think you can prove by induction on $m$ that $|y_m-y_n| leq |y_n|$.
    $endgroup$
    – Robert Shore
    3 hours ago










  • $begingroup$
    @RobertShore is my answer okay?
    $endgroup$
    – Subhasis Biswas
    3 hours ago










  • $begingroup$
    @RobertShore yes I can definitely show that, but it brings me to the same issue with $|y_m| leq |x_0 - x_1 + cdots pm x_m|$, and I am unsure how to proceed from there.
    $endgroup$
    – oranji
    43 mins ago
















2












$begingroup$


Let $(x_n)$ be a decreasing sequence with $x_n > 0$ for all $n in mathbbN$, and $(x_n) to 0$. Let $(y_n)$ be defined for all $n in mathbbN$ by
$$y_n = x_0 - x_1 + x_2 - cdots + (-1)^n x_n .$$



I want to show, using the $varepsilon$ definition, that $(y_n)$ is Cauchy.



I am trying to find, given $varepsilon > 0$, a real number $N$ such that for all $m$ and $n$ with $m > n > N$, $|y_m - y_n| < varepsilon$.



I have been going backwards to try and find $N$, and have
beginalign*
|y_m - y_n| & = left| (x_0 - x_1 + cdots pm x_m) - (x_0 - x_1 + cdots pm x_n) right| \
|y_m - y_n| & = left| x_n + 1 - x_n + 2 + cdots pm x_m right| \
|y_m - y_n| & leq | x_n + 1 | + | x_n + 2 | + cdots + | x_m | \
|y_m - y_n| & leq ?
endalign*



I do not know how to get a solution from there, and am not sure about the process, particurlary the last step since I feel getting rid of the minuses might prevent me from finding a solution.










share|cite|improve this question









$endgroup$







  • 1




    $begingroup$
    Because the series is alternating and decreasing, I think you can prove by induction on $m$ that $|y_m-y_n| leq |y_n|$.
    $endgroup$
    – Robert Shore
    3 hours ago










  • $begingroup$
    @RobertShore is my answer okay?
    $endgroup$
    – Subhasis Biswas
    3 hours ago










  • $begingroup$
    @RobertShore yes I can definitely show that, but it brings me to the same issue with $|y_m| leq |x_0 - x_1 + cdots pm x_m|$, and I am unsure how to proceed from there.
    $endgroup$
    – oranji
    43 mins ago














2












2








2


1



$begingroup$


Let $(x_n)$ be a decreasing sequence with $x_n > 0$ for all $n in mathbbN$, and $(x_n) to 0$. Let $(y_n)$ be defined for all $n in mathbbN$ by
$$y_n = x_0 - x_1 + x_2 - cdots + (-1)^n x_n .$$



I want to show, using the $varepsilon$ definition, that $(y_n)$ is Cauchy.



I am trying to find, given $varepsilon > 0$, a real number $N$ such that for all $m$ and $n$ with $m > n > N$, $|y_m - y_n| < varepsilon$.



I have been going backwards to try and find $N$, and have
beginalign*
|y_m - y_n| & = left| (x_0 - x_1 + cdots pm x_m) - (x_0 - x_1 + cdots pm x_n) right| \
|y_m - y_n| & = left| x_n + 1 - x_n + 2 + cdots pm x_m right| \
|y_m - y_n| & leq | x_n + 1 | + | x_n + 2 | + cdots + | x_m | \
|y_m - y_n| & leq ?
endalign*



I do not know how to get a solution from there, and am not sure about the process, particurlary the last step since I feel getting rid of the minuses might prevent me from finding a solution.










share|cite|improve this question









$endgroup$




Let $(x_n)$ be a decreasing sequence with $x_n > 0$ for all $n in mathbbN$, and $(x_n) to 0$. Let $(y_n)$ be defined for all $n in mathbbN$ by
$$y_n = x_0 - x_1 + x_2 - cdots + (-1)^n x_n .$$



I want to show, using the $varepsilon$ definition, that $(y_n)$ is Cauchy.



I am trying to find, given $varepsilon > 0$, a real number $N$ such that for all $m$ and $n$ with $m > n > N$, $|y_m - y_n| < varepsilon$.



I have been going backwards to try and find $N$, and have
beginalign*
|y_m - y_n| & = left| (x_0 - x_1 + cdots pm x_m) - (x_0 - x_1 + cdots pm x_n) right| \
|y_m - y_n| & = left| x_n + 1 - x_n + 2 + cdots pm x_m right| \
|y_m - y_n| & leq | x_n + 1 | + | x_n + 2 | + cdots + | x_m | \
|y_m - y_n| & leq ?
endalign*



I do not know how to get a solution from there, and am not sure about the process, particurlary the last step since I feel getting rid of the minuses might prevent me from finding a solution.







real-analysis cauchy-sequences






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked 3 hours ago









oranjioranji

616




616







  • 1




    $begingroup$
    Because the series is alternating and decreasing, I think you can prove by induction on $m$ that $|y_m-y_n| leq |y_n|$.
    $endgroup$
    – Robert Shore
    3 hours ago










  • $begingroup$
    @RobertShore is my answer okay?
    $endgroup$
    – Subhasis Biswas
    3 hours ago










  • $begingroup$
    @RobertShore yes I can definitely show that, but it brings me to the same issue with $|y_m| leq |x_0 - x_1 + cdots pm x_m|$, and I am unsure how to proceed from there.
    $endgroup$
    – oranji
    43 mins ago













  • 1




    $begingroup$
    Because the series is alternating and decreasing, I think you can prove by induction on $m$ that $|y_m-y_n| leq |y_n|$.
    $endgroup$
    – Robert Shore
    3 hours ago










  • $begingroup$
    @RobertShore is my answer okay?
    $endgroup$
    – Subhasis Biswas
    3 hours ago










  • $begingroup$
    @RobertShore yes I can definitely show that, but it brings me to the same issue with $|y_m| leq |x_0 - x_1 + cdots pm x_m|$, and I am unsure how to proceed from there.
    $endgroup$
    – oranji
    43 mins ago








1




1




$begingroup$
Because the series is alternating and decreasing, I think you can prove by induction on $m$ that $|y_m-y_n| leq |y_n|$.
$endgroup$
– Robert Shore
3 hours ago




$begingroup$
Because the series is alternating and decreasing, I think you can prove by induction on $m$ that $|y_m-y_n| leq |y_n|$.
$endgroup$
– Robert Shore
3 hours ago












$begingroup$
@RobertShore is my answer okay?
$endgroup$
– Subhasis Biswas
3 hours ago




$begingroup$
@RobertShore is my answer okay?
$endgroup$
– Subhasis Biswas
3 hours ago












$begingroup$
@RobertShore yes I can definitely show that, but it brings me to the same issue with $|y_m| leq |x_0 - x_1 + cdots pm x_m|$, and I am unsure how to proceed from there.
$endgroup$
– oranji
43 mins ago





$begingroup$
@RobertShore yes I can definitely show that, but it brings me to the same issue with $|y_m| leq |x_0 - x_1 + cdots pm x_m|$, and I am unsure how to proceed from there.
$endgroup$
– oranji
43 mins ago











2 Answers
2






active

oldest

votes


















2












$begingroup$

To see that the sequence of partial sums is Cauchy, you cannot use the triangle inequality directly as you did. A famous counter example here is $sum_k=1^inftyfrac(-1)^kk$.



What you can do is grouping the terms of the partial sums $s_n= sum_j=1^n(-1)^jx_j$ as follows:



  • Let $m = n+k, k,n in mathbbN$

Now, you can write $|s_m - s_n|$ in two different ways:



$$|s_n+k - s_n| = begincases
|x_n+1 - (x_n+2-x_n+3) - cdots - (x_n+2i-x_n+2i+1)| & k = 2i+1 \
|x_n+1 - (x_n+2-x_n+3) - cdots - (x_n+2i-2-x_n+2i-1) - x_2i| & k = 2i \
endcases
$$



$$|s_n+k - s_n| = begincases
|(x_n+1 - x_n+2) + cdots + (x_n+2i-1-x_n+2i) + x_n+2i+1| & k = 2i+1 \
|(x_n+1 - x_n+2) + cdots + (x_n+2i-1-x_n+2i) | & k = 2i \
endcases
$$



Using the fact that $x_n searrow 0$, it follows immediately that for all $k in mathbbN$ holds
$$|s_n+k - s_n| leq x_n+1$$



Hence, for $epsilon > 0$ choose $N_epsilon$ such that $x_N_epsilon < epsilon$. Then, for all $m> n > N_epsilon$ you have
$$|s_m - s_n| leq x_n+1 leq x_N_epsilon < epsilon$$






share|cite|improve this answer











$endgroup$












  • $begingroup$
    This is exactly what I was about to do.
    $endgroup$
    – Subhasis Biswas
    42 mins ago






  • 1




    $begingroup$
    @SubhasisBiswas So, I did it for you :-D
    $endgroup$
    – trancelocation
    41 mins ago


















2












$begingroup$

This is also known as the "Leibnitz's Test".



We write $s_n = x_1-x_2+x_3-...+(-1)^n+1x_n$



$s_2n+2-s_2n=u_2n+1-u_2n+2 geq0$ for all $n$.



$s_2n+1-s_2n-1=-u_2n+u_2n+1 leq 0$



$s_2n =u_1 -(u_2-u_3)-(u_4-u_5)...-u_2n leq u_1$, i.e. a monotone increasing sequence bounded above.



$s_2n+1 =(u_1 -u_2)+(u_3-u_4)+...+u_2n+1 geq u_1-u_2$, i.e. a monotone decreasing sequence bounded below.



Hence, both are convergent subsequences of $(s_n)$. But, we have $lim (s_2n+1-s_2n)=u_2n+1=0$, therefore, they converge to the same limit.



Hence, $(s_n)$ converges, i.e. it is Cauchy.



Note: We conclude that $(s_n)$ converges because the indices of the two subsequences $(s_2n)$ and $(s_2n+1)$ i.e. $U = 2n+1 : n in mathbbN$ and $V = 2n : n in mathbbN$ form a partition of $mathbbN$ and they both converge to the same limit.






share|cite|improve this answer









$endgroup$












  • $begingroup$
    I want to use the $varepsilon$ definition of a Cauchy sequence, and not the fact that all convergent sequences are Cauchy, which is why I cannot use this solution.
    $endgroup$
    – oranji
    46 mins ago










  • $begingroup$
    I'll edit this answer.
    $endgroup$
    – Subhasis Biswas
    43 mins ago











Your Answer








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
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3201256%2fprove-the-alternating-sum-of-a-decreasing-sequence-converging-to-0-is-cauchy%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









2












$begingroup$

To see that the sequence of partial sums is Cauchy, you cannot use the triangle inequality directly as you did. A famous counter example here is $sum_k=1^inftyfrac(-1)^kk$.



What you can do is grouping the terms of the partial sums $s_n= sum_j=1^n(-1)^jx_j$ as follows:



  • Let $m = n+k, k,n in mathbbN$

Now, you can write $|s_m - s_n|$ in two different ways:



$$|s_n+k - s_n| = begincases
|x_n+1 - (x_n+2-x_n+3) - cdots - (x_n+2i-x_n+2i+1)| & k = 2i+1 \
|x_n+1 - (x_n+2-x_n+3) - cdots - (x_n+2i-2-x_n+2i-1) - x_2i| & k = 2i \
endcases
$$



$$|s_n+k - s_n| = begincases
|(x_n+1 - x_n+2) + cdots + (x_n+2i-1-x_n+2i) + x_n+2i+1| & k = 2i+1 \
|(x_n+1 - x_n+2) + cdots + (x_n+2i-1-x_n+2i) | & k = 2i \
endcases
$$



Using the fact that $x_n searrow 0$, it follows immediately that for all $k in mathbbN$ holds
$$|s_n+k - s_n| leq x_n+1$$



Hence, for $epsilon > 0$ choose $N_epsilon$ such that $x_N_epsilon < epsilon$. Then, for all $m> n > N_epsilon$ you have
$$|s_m - s_n| leq x_n+1 leq x_N_epsilon < epsilon$$






share|cite|improve this answer











$endgroup$












  • $begingroup$
    This is exactly what I was about to do.
    $endgroup$
    – Subhasis Biswas
    42 mins ago






  • 1




    $begingroup$
    @SubhasisBiswas So, I did it for you :-D
    $endgroup$
    – trancelocation
    41 mins ago















2












$begingroup$

To see that the sequence of partial sums is Cauchy, you cannot use the triangle inequality directly as you did. A famous counter example here is $sum_k=1^inftyfrac(-1)^kk$.



What you can do is grouping the terms of the partial sums $s_n= sum_j=1^n(-1)^jx_j$ as follows:



  • Let $m = n+k, k,n in mathbbN$

Now, you can write $|s_m - s_n|$ in two different ways:



$$|s_n+k - s_n| = begincases
|x_n+1 - (x_n+2-x_n+3) - cdots - (x_n+2i-x_n+2i+1)| & k = 2i+1 \
|x_n+1 - (x_n+2-x_n+3) - cdots - (x_n+2i-2-x_n+2i-1) - x_2i| & k = 2i \
endcases
$$



$$|s_n+k - s_n| = begincases
|(x_n+1 - x_n+2) + cdots + (x_n+2i-1-x_n+2i) + x_n+2i+1| & k = 2i+1 \
|(x_n+1 - x_n+2) + cdots + (x_n+2i-1-x_n+2i) | & k = 2i \
endcases
$$



Using the fact that $x_n searrow 0$, it follows immediately that for all $k in mathbbN$ holds
$$|s_n+k - s_n| leq x_n+1$$



Hence, for $epsilon > 0$ choose $N_epsilon$ such that $x_N_epsilon < epsilon$. Then, for all $m> n > N_epsilon$ you have
$$|s_m - s_n| leq x_n+1 leq x_N_epsilon < epsilon$$






share|cite|improve this answer











$endgroup$












  • $begingroup$
    This is exactly what I was about to do.
    $endgroup$
    – Subhasis Biswas
    42 mins ago






  • 1




    $begingroup$
    @SubhasisBiswas So, I did it for you :-D
    $endgroup$
    – trancelocation
    41 mins ago













2












2








2





$begingroup$

To see that the sequence of partial sums is Cauchy, you cannot use the triangle inequality directly as you did. A famous counter example here is $sum_k=1^inftyfrac(-1)^kk$.



What you can do is grouping the terms of the partial sums $s_n= sum_j=1^n(-1)^jx_j$ as follows:



  • Let $m = n+k, k,n in mathbbN$

Now, you can write $|s_m - s_n|$ in two different ways:



$$|s_n+k - s_n| = begincases
|x_n+1 - (x_n+2-x_n+3) - cdots - (x_n+2i-x_n+2i+1)| & k = 2i+1 \
|x_n+1 - (x_n+2-x_n+3) - cdots - (x_n+2i-2-x_n+2i-1) - x_2i| & k = 2i \
endcases
$$



$$|s_n+k - s_n| = begincases
|(x_n+1 - x_n+2) + cdots + (x_n+2i-1-x_n+2i) + x_n+2i+1| & k = 2i+1 \
|(x_n+1 - x_n+2) + cdots + (x_n+2i-1-x_n+2i) | & k = 2i \
endcases
$$



Using the fact that $x_n searrow 0$, it follows immediately that for all $k in mathbbN$ holds
$$|s_n+k - s_n| leq x_n+1$$



Hence, for $epsilon > 0$ choose $N_epsilon$ such that $x_N_epsilon < epsilon$. Then, for all $m> n > N_epsilon$ you have
$$|s_m - s_n| leq x_n+1 leq x_N_epsilon < epsilon$$






share|cite|improve this answer











$endgroup$



To see that the sequence of partial sums is Cauchy, you cannot use the triangle inequality directly as you did. A famous counter example here is $sum_k=1^inftyfrac(-1)^kk$.



What you can do is grouping the terms of the partial sums $s_n= sum_j=1^n(-1)^jx_j$ as follows:



  • Let $m = n+k, k,n in mathbbN$

Now, you can write $|s_m - s_n|$ in two different ways:



$$|s_n+k - s_n| = begincases
|x_n+1 - (x_n+2-x_n+3) - cdots - (x_n+2i-x_n+2i+1)| & k = 2i+1 \
|x_n+1 - (x_n+2-x_n+3) - cdots - (x_n+2i-2-x_n+2i-1) - x_2i| & k = 2i \
endcases
$$



$$|s_n+k - s_n| = begincases
|(x_n+1 - x_n+2) + cdots + (x_n+2i-1-x_n+2i) + x_n+2i+1| & k = 2i+1 \
|(x_n+1 - x_n+2) + cdots + (x_n+2i-1-x_n+2i) | & k = 2i \
endcases
$$



Using the fact that $x_n searrow 0$, it follows immediately that for all $k in mathbbN$ holds
$$|s_n+k - s_n| leq x_n+1$$



Hence, for $epsilon > 0$ choose $N_epsilon$ such that $x_N_epsilon < epsilon$. Then, for all $m> n > N_epsilon$ you have
$$|s_m - s_n| leq x_n+1 leq x_N_epsilon < epsilon$$







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited 26 mins ago

























answered 43 mins ago









trancelocationtrancelocation

14.6k1929




14.6k1929











  • $begingroup$
    This is exactly what I was about to do.
    $endgroup$
    – Subhasis Biswas
    42 mins ago






  • 1




    $begingroup$
    @SubhasisBiswas So, I did it for you :-D
    $endgroup$
    – trancelocation
    41 mins ago
















  • $begingroup$
    This is exactly what I was about to do.
    $endgroup$
    – Subhasis Biswas
    42 mins ago






  • 1




    $begingroup$
    @SubhasisBiswas So, I did it for you :-D
    $endgroup$
    – trancelocation
    41 mins ago















$begingroup$
This is exactly what I was about to do.
$endgroup$
– Subhasis Biswas
42 mins ago




$begingroup$
This is exactly what I was about to do.
$endgroup$
– Subhasis Biswas
42 mins ago




1




1




$begingroup$
@SubhasisBiswas So, I did it for you :-D
$endgroup$
– trancelocation
41 mins ago




$begingroup$
@SubhasisBiswas So, I did it for you :-D
$endgroup$
– trancelocation
41 mins ago











2












$begingroup$

This is also known as the "Leibnitz's Test".



We write $s_n = x_1-x_2+x_3-...+(-1)^n+1x_n$



$s_2n+2-s_2n=u_2n+1-u_2n+2 geq0$ for all $n$.



$s_2n+1-s_2n-1=-u_2n+u_2n+1 leq 0$



$s_2n =u_1 -(u_2-u_3)-(u_4-u_5)...-u_2n leq u_1$, i.e. a monotone increasing sequence bounded above.



$s_2n+1 =(u_1 -u_2)+(u_3-u_4)+...+u_2n+1 geq u_1-u_2$, i.e. a monotone decreasing sequence bounded below.



Hence, both are convergent subsequences of $(s_n)$. But, we have $lim (s_2n+1-s_2n)=u_2n+1=0$, therefore, they converge to the same limit.



Hence, $(s_n)$ converges, i.e. it is Cauchy.



Note: We conclude that $(s_n)$ converges because the indices of the two subsequences $(s_2n)$ and $(s_2n+1)$ i.e. $U = 2n+1 : n in mathbbN$ and $V = 2n : n in mathbbN$ form a partition of $mathbbN$ and they both converge to the same limit.






share|cite|improve this answer









$endgroup$












  • $begingroup$
    I want to use the $varepsilon$ definition of a Cauchy sequence, and not the fact that all convergent sequences are Cauchy, which is why I cannot use this solution.
    $endgroup$
    – oranji
    46 mins ago










  • $begingroup$
    I'll edit this answer.
    $endgroup$
    – Subhasis Biswas
    43 mins ago















2












$begingroup$

This is also known as the "Leibnitz's Test".



We write $s_n = x_1-x_2+x_3-...+(-1)^n+1x_n$



$s_2n+2-s_2n=u_2n+1-u_2n+2 geq0$ for all $n$.



$s_2n+1-s_2n-1=-u_2n+u_2n+1 leq 0$



$s_2n =u_1 -(u_2-u_3)-(u_4-u_5)...-u_2n leq u_1$, i.e. a monotone increasing sequence bounded above.



$s_2n+1 =(u_1 -u_2)+(u_3-u_4)+...+u_2n+1 geq u_1-u_2$, i.e. a monotone decreasing sequence bounded below.



Hence, both are convergent subsequences of $(s_n)$. But, we have $lim (s_2n+1-s_2n)=u_2n+1=0$, therefore, they converge to the same limit.



Hence, $(s_n)$ converges, i.e. it is Cauchy.



Note: We conclude that $(s_n)$ converges because the indices of the two subsequences $(s_2n)$ and $(s_2n+1)$ i.e. $U = 2n+1 : n in mathbbN$ and $V = 2n : n in mathbbN$ form a partition of $mathbbN$ and they both converge to the same limit.






share|cite|improve this answer









$endgroup$












  • $begingroup$
    I want to use the $varepsilon$ definition of a Cauchy sequence, and not the fact that all convergent sequences are Cauchy, which is why I cannot use this solution.
    $endgroup$
    – oranji
    46 mins ago










  • $begingroup$
    I'll edit this answer.
    $endgroup$
    – Subhasis Biswas
    43 mins ago













2












2








2





$begingroup$

This is also known as the "Leibnitz's Test".



We write $s_n = x_1-x_2+x_3-...+(-1)^n+1x_n$



$s_2n+2-s_2n=u_2n+1-u_2n+2 geq0$ for all $n$.



$s_2n+1-s_2n-1=-u_2n+u_2n+1 leq 0$



$s_2n =u_1 -(u_2-u_3)-(u_4-u_5)...-u_2n leq u_1$, i.e. a monotone increasing sequence bounded above.



$s_2n+1 =(u_1 -u_2)+(u_3-u_4)+...+u_2n+1 geq u_1-u_2$, i.e. a monotone decreasing sequence bounded below.



Hence, both are convergent subsequences of $(s_n)$. But, we have $lim (s_2n+1-s_2n)=u_2n+1=0$, therefore, they converge to the same limit.



Hence, $(s_n)$ converges, i.e. it is Cauchy.



Note: We conclude that $(s_n)$ converges because the indices of the two subsequences $(s_2n)$ and $(s_2n+1)$ i.e. $U = 2n+1 : n in mathbbN$ and $V = 2n : n in mathbbN$ form a partition of $mathbbN$ and they both converge to the same limit.






share|cite|improve this answer









$endgroup$



This is also known as the "Leibnitz's Test".



We write $s_n = x_1-x_2+x_3-...+(-1)^n+1x_n$



$s_2n+2-s_2n=u_2n+1-u_2n+2 geq0$ for all $n$.



$s_2n+1-s_2n-1=-u_2n+u_2n+1 leq 0$



$s_2n =u_1 -(u_2-u_3)-(u_4-u_5)...-u_2n leq u_1$, i.e. a monotone increasing sequence bounded above.



$s_2n+1 =(u_1 -u_2)+(u_3-u_4)+...+u_2n+1 geq u_1-u_2$, i.e. a monotone decreasing sequence bounded below.



Hence, both are convergent subsequences of $(s_n)$. But, we have $lim (s_2n+1-s_2n)=u_2n+1=0$, therefore, they converge to the same limit.



Hence, $(s_n)$ converges, i.e. it is Cauchy.



Note: We conclude that $(s_n)$ converges because the indices of the two subsequences $(s_2n)$ and $(s_2n+1)$ i.e. $U = 2n+1 : n in mathbbN$ and $V = 2n : n in mathbbN$ form a partition of $mathbbN$ and they both converge to the same limit.







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered 3 hours ago









Subhasis BiswasSubhasis Biswas

608512




608512











  • $begingroup$
    I want to use the $varepsilon$ definition of a Cauchy sequence, and not the fact that all convergent sequences are Cauchy, which is why I cannot use this solution.
    $endgroup$
    – oranji
    46 mins ago










  • $begingroup$
    I'll edit this answer.
    $endgroup$
    – Subhasis Biswas
    43 mins ago
















  • $begingroup$
    I want to use the $varepsilon$ definition of a Cauchy sequence, and not the fact that all convergent sequences are Cauchy, which is why I cannot use this solution.
    $endgroup$
    – oranji
    46 mins ago










  • $begingroup$
    I'll edit this answer.
    $endgroup$
    – Subhasis Biswas
    43 mins ago















$begingroup$
I want to use the $varepsilon$ definition of a Cauchy sequence, and not the fact that all convergent sequences are Cauchy, which is why I cannot use this solution.
$endgroup$
– oranji
46 mins ago




$begingroup$
I want to use the $varepsilon$ definition of a Cauchy sequence, and not the fact that all convergent sequences are Cauchy, which is why I cannot use this solution.
$endgroup$
– oranji
46 mins ago












$begingroup$
I'll edit this answer.
$endgroup$
– Subhasis Biswas
43 mins ago




$begingroup$
I'll edit this answer.
$endgroup$
– Subhasis Biswas
43 mins ago

















draft saved

draft discarded
















































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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3201256%2fprove-the-alternating-sum-of-a-decreasing-sequence-converging-to-0-is-cauchy%23new-answer', 'question_page');

);

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







Popular posts from this blog

На ростанях Змест Гісторыя напісання | Месца дзеяння | Час дзеяння | Назва | Праблематыка трылогіі | Аўтабіяграфічнасць | Трылогія ў тэатры і кіно | Пераклады | У культуры | Зноскі Літаратура | Спасылкі | НавігацыяДагледжаная версіяправерана1 зменаДагледжаная версіяправерана1 зменаАкадэмік МІЦКЕВІЧ Канстанцін Міхайлавіч (Якуб Колас) Прадмова М. І. Мушынскага, доктара філалагічных навук, члена-карэспандэнта Нацыянальнай акадэміі навук Рэспублікі Беларусь, прафесараНашаніўцы ў трылогіі Якуба Коласа «На ростанях»: вобразы і прататыпы125 лет Янке МавруКнижно-документальная выставка к 125-летию со дня рождения Якуба Коласа (1882—1956)Колас Якуб. Новая зямля (паэма), На ростанях (трылогія). Сулкоўскі Уладзімір. Радзіма Якуба Коласа (серыял жывапісных палотнаў)Вокладка кнігіІлюстрацыя М. С. БасалыгіНа ростаняхАўдыёверсія трылогііВ. Жолтак У Люсiнскай школе 1959

Францішак Багушэвіч Змест Сям'я | Біяграфія | Творчасць | Мова Багушэвіча | Ацэнкі дзейнасці | Цікавыя факты | Спадчына | Выбраная бібліяграфія | Ушанаванне памяці | У філатэліі | Зноскі | Літаратура | Спасылкі | НавігацыяЛяхоўскі У. Рупіўся дзеля Бога і людзей: Жыццёвы шлях Лявона Вітан-Дубейкаўскага // Вольскі і Памідораў з песняй пра немца Адвакат, паэт, народны заступнік Ашмянскі веснікВ Минске появится площадь Богушевича и улица Сырокомли, Белорусская деловая газета, 19 июля 2001 г.Айцец беларускай нацыянальнай ідэі паўстаў у бронзе Сяргей Аляксандравіч Адашкевіч (1918, Мінск). 80-я гады. Бюст «Францішак Багушэвіч».Яўген Мікалаевіч Ціхановіч. «Партрэт Францішка Багушэвіча»Мікола Мікалаевіч Купава. «Партрэт зачынальніка новай беларускай літаратуры Францішка Багушэвіча»Уладзімір Іванавіч Мелехаў. На помніку «Змагарам за родную мову» Барэльеф «Францішак Багушэвіч»Памяць пра Багушэвіча на Віленшчыне Страчаная сталіца. Беларускія шыльды на вуліцах Вільні«Krynica». Ideologia i przywódcy białoruskiego katolicyzmuФранцішак БагушэвічТворы на knihi.comТворы Францішка Багушэвіча на bellib.byСодаль Уладзімір. Францішак Багушэвіч на Лідчыне;Луцкевіч Антон. Жыцьцё і творчасьць Фр. Багушэвіча ў успамінах ягоных сучасьнікаў // Запісы Беларускага Навуковага таварыства. Вільня, 1938. Сшытак 1. С. 16-34.Большая российская1188761710000 0000 5537 633Xn9209310021619551927869394п

Беларусь Змест Назва Гісторыя Геаграфія Сімволіка Дзяржаўны лад Палітычныя партыі Міжнароднае становішча і знешняя палітыка Адміністрацыйны падзел Насельніцтва Эканоміка Культура і грамадства Сацыяльная сфера Узброеныя сілы Заўвагі Літаратура Спасылкі НавігацыяHGЯOiТоп-2011 г. (па версіі ej.by)Топ-2013 г. (па версіі ej.by)Топ-2016 г. (па версіі ej.by)Топ-2017 г. (па версіі ej.by)Нацыянальны статыстычны камітэт Рэспублікі БеларусьШчыльнасць насельніцтва па краінахhttp://naviny.by/rubrics/society/2011/09/16/ic_articles_116_175144/А. Калечыц, У. Ксяндзоў. Спробы засялення краю неандэртальскім чалавекам.І ў Менску былі мамантыА. Калечыц, У. Ксяндзоў. Старажытны каменны век (палеаліт). Першапачатковае засяленне тэрыторыіГ. Штыхаў. Балты і славяне ў VI—VIII стст.М. Клімаў. Полацкае княства ў IX—XI стст.Г. Штыхаў, В. Ляўко. Палітычная гісторыя Полацкай зямліГ. Штыхаў. Дзяржаўны лад у землях-княствахГ. Штыхаў. Дзяржаўны лад у землях-княствахБеларускія землі ў складзе Вялікага Княства ЛітоўскагаЛюблінская унія 1569 г."The Early Stages of Independence"Zapomniane prawdy25 гадоў таму было аб'яўлена, што Язэп Пілсудскі — беларус (фота)Наша вадаДакументы ЧАЭС: Забруджванне тэрыторыі Беларусі « ЧАЭС Зона адчужэнняСведения о политических партиях, зарегистрированных в Республике Беларусь // Министерство юстиции Республики БеларусьСтатыстычны бюлетэнь „Полаўзроставая структура насельніцтва Рэспублікі Беларусь на 1 студзеня 2012 года і сярэднегадовая колькасць насельніцтва за 2011 год“Индекс человеческого развития Беларуси — не было бы нижеБеларусь занимает первое место в СНГ по индексу развития с учетом гендерного факцёраНацыянальны статыстычны камітэт Рэспублікі БеларусьКанстытуцыя РБ. Артыкул 17Трансфармацыйныя задачы БеларусіВыйсце з крызісу — далейшае рэфармаванне Беларускі рубель — сусветны лідар па дэвальвацыяхПра змену коштаў у кастрычніку 2011 г.Бядней за беларусаў у СНД толькі таджыкіСярэдні заробак у верасні дасягнуў 2,26 мільёна рублёўЭканомікаГаласуем за ТОП-100 беларускай прозыСучасныя беларускія мастакіАрхитектура Беларуси BELARUS.BYА. Каханоўскі. Культура Беларусі ўсярэдзіне XVII—XVIII ст.Анталогія беларускай народнай песні, гуказапісы спеваўБеларускія Музычныя IнструментыБеларускі рок, які мы страцілі. Топ-10 гуртоў«Мясцовы час» — нязгаслая легенда беларускай рок-музыкіСЯРГЕЙ БУДКІН. МЫ НЯ ЗНАЕМ СВАЁЙ МУЗЫКІМ. А. Каладзінскі. НАРОДНЫ ТЭАТРМагнацкія культурныя цэнтрыПублічная дыскусія «Беларуская новая пьеса: без беларускай мовы ці беларуская?»Беларускія драматургі па-ранейшаму лепш ставяцца за мяжой, чым на радзіме«Працэс незалежнага кіно пайшоў, і дзяржаву турбуе яго непадкантрольнасць»Беларускія філосафы ў пошуках прасторыВсе идём в библиотекуАрхіваванаАб Нацыянальнай праграме даследавання і выкарыстання касмічнай прасторы ў мірных мэтах на 2008—2012 гадыУ космас — разам.У суседнім з Барысаўскім раёне пабудуюць Камандна-вымяральны пунктСвяты і абрады беларусаў«Мірныя бульбашы з малой краіны» — 5 непраўдзівых стэрэатыпаў пра БеларусьМ. Раманюк. Беларускае народнае адзеннеУ Беларусі скарачаецца колькасць злачынстваўЛукашэнка незадаволены мінскімі ўладамі Крадзяжы складаюць у Мінску каля 70% злачынстваў Узровень злачыннасці ў Мінскай вобласці — адзін з самых высокіх у краіне Генпракуратура аналізуе стан са злачыннасцю ў Беларусі па каэфіцыенце злачыннасці У Беларусі стабілізавалася крымінагеннае становішча, лічыць генпракурорЗамежнікі сталі здзяйсняць у Беларусі больш злачынстваўМУС Беларусі турбуе рост рэцыдыўнай злачыннасціЯ з ЖЭСа. Дазволіце вас абкрасці! Рэйтынг усіх службаў і падраздзяленняў ГУУС Мінгарвыканкама вырасАб КДБ РБГісторыя Аператыўна-аналітычнага цэнтра РБГісторыя ДКФРТаможняagentura.ruБеларусьBelarus.by — Афіцыйны сайт Рэспублікі БеларусьСайт урада БеларусіRadzima.org — Збор архітэктурных помнікаў, гісторыя Беларусі«Глобус Беларуси»Гербы и флаги БеларусиАсаблівасці каменнага веку на БеларусіА. Калечыц, У. Ксяндзоў. Старажытны каменны век (палеаліт). Першапачатковае засяленне тэрыторыіУ. Ксяндзоў. Сярэдні каменны век (мезаліт). Засяленне краю плямёнамі паляўнічых, рыбакоў і збіральнікаўА. Калечыц, М. Чарняўскі. Плямёны на тэрыторыі Беларусі ў новым каменным веку (неаліце)А. Калечыц, У. Ксяндзоў, М. Чарняўскі. Гаспадарчыя заняткі ў каменным векуЭ. Зайкоўскі. Духоўная культура ў каменным векуАсаблівасці бронзавага веку на БеларусіФарміраванне супольнасцей ранняга перыяду бронзавага векуФотографии БеларусиРоля беларускіх зямель ва ўтварэнні і ўмацаванні ВКЛВ. Фадзеева. З гісторыі развіцця беларускай народнай вышыўкіDMOZGran catalanaБольшая российскаяBritannica (анлайн)Швейцарскі гістарычны15325917611952699xDA123282154079143-90000 0001 2171 2080n9112870100577502ge128882171858027501086026362074122714179пппппп