Prove Cauchy Sequence: {sn} from {tn}

AI Thread Summary
The discussion focuses on proving that if the sequence {tn} is a Cauchy sequence, then the sequence {sn} is also a Cauchy sequence. The proof begins by applying the definition of a Cauchy sequence, establishing that for sufficiently large n and m, the difference |tn - tm| is less than a specified epsilon. It demonstrates that the sum of the absolute differences |an| + |an-1| + ... + |am+1| is bounded by epsilon, leading to the conclusion that |sn - sm| is also less than epsilon. The use of the triangle inequality reinforces this result, confirming that {sn} is indeed a Cauchy sequence. Overall, the proof is validated, and there is a request for assistance with LaTeX formatting for summation notation.
tink
Messages
13
Reaction score
0
Let {an}(n goes from 1 to infinity) be a sequence. For each n define:
sn=Summation(j=1 to n) of aj
tn=Summation(j=1 to n) of the absolute value of aj.

Prove that if
{tn}(n goes from 1 to infinity)
is a Cauchy sequence, then so is
{sn}(n goes from 1 to infinity).


I started this proof with the definition of a Cauchy sequence. Pick an N large enough so that n,m>N makes
|an - am| < epsolon.
So if tn is Cauchy, we have
|tn-tm| < epsolon.
tn-tm = summation|an|-summation|am| = |an|+|an-1|+...+|am+1|
so now
|an| + |an-1| +...+ |am+1| < epsolon
but
|an + an-1 + ... + am+1| < |an|+|an-1|+...+|am+1|
by triangle inequality.
so now
|an + an-1 +...+ am+1| < epsolon
but
|an + an-1 + ... + am+1| = |sn - sm|
so now
|sn-sm| < epsolon, and therefore Cauchy.


Can anybody tell me if this makes sence? Or at least tell me how to write out "summation from n=1 to infinity" on here in symbols? Thanks so much!
 
Physics news on Phys.org
There's a thread on \LaTeX somewhere around here...
s_n=\sum_{i=0}^{n}a_i

The proof looks ok too.
 
Thank you SOOO much!
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...

Similar threads

Back
Top