{Sn} is convergent -> {|Sn|} is convergent

  • Thread starter Thread starter Jamin2112
  • Start date Start date
  • Tags Tags
    Convergent
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
Jamin2112
Messages
973
Reaction score
12
{Sn} is convergent ---> {|Sn|} is convergent

Homework Statement



I need to prove that if {sn} is convergent, then {|sn|} is convergent.

Homework Equations



sn is convergent if for some s and all ε > 0 there exists a positive integer N such that |sn - s| < ε whenever nN.

The Attempt at a Solution



Proof. By contrapositive. Suppose {|sn|} is not convergent. Then for all s there exists an ε > 0 such that ||sn| - s|| ≥ ε for all n.

... I need to somehow show that this implies that {sn} does not converge.

Maybe some fancy triangle inequality thing like

ε ≤ ||sn| - s| ≤ ||sn| - sn| + |sn - s|

Wat do, PF?
 
Last edited:
Physics news on Phys.org


Ah, wait. I think I figured out something.

ε ≤ ||sn| - s| ≤ ||sn| - sn| + |sn - s| ≤ 2|sn| + |sn - s|

Am I any closer?
 
Last edited:


You are supposed to show that |Sn| converges to |S| not to S.
The trick is to show that ||Sn|-|S|| <= |Sn-S|

Hint to showing it:
|S| = |Sn + (S-Sn)|
And use the triangle inequality.
 


MaxManus said:
You are supposed to show that |Sn| converges to |S| not to S.
The trick is to show that ||Sn|-|S|| <= |Sn-S|

Hint to showing it:
|S| = |Sn + (S-Sn)|
And use the triangle inequality.

I knew the triangle inequality would show his face somewhere.
 


screen-capture-57.png




http://images.icanhascheezburger.com/completestore/2009/3/5/128807888821558038.jpg
 


Hey, I need a hint for another problem. (You guys give stellar hints. Pat yourselves on the back.)

Suppose {pn} is a Cauchy sequence in a metric space X, and some subsequence {pni} converges to a point p in X. Prove that the full sequence {pn} converges to p.

As always, I'd love to use contradiction.

Suppose {pn} does not converge to p. Then for some ε > 0, d(p,pn) ≥ ε for all n. Then d(pm,pn)+d(pm,p) ≥ ε for all m, n. But {pm} is a Cauchy sequence, so with the proper choice of m, n we'll have d(pm,pn) < ε. ... blah blah I hope this is going somewhere. A little hint, maybe?