missavvy
- 73
- 0
Homework Statement
Suppose Sn is a sequence defined by:
Sn = 0, if n is even
-1, if n is odd.
Show Sn does not converge
Homework Equations
The Attempt at a Solution
By contradiction:
Suppose there exists an x>0 s/t for all natural numbers N, there exists n>=N which implies |s-sn| >= x
I am trying to find an x but for some reason it doesn't ...
For example if I take x = 1, and let s = the limit of sn
N+1 and N+2 are > than N so
|sN+1 - s| < 1
|sN+2 - s| < 1
|sN+1 - sN+2| = 1
1 = |sN+1 - s + s - sN+2|
<= |sN+1 - s| + |s - sN+2|
< 1+1
< 2
which is true and not a contradiction! what am I doing wrong? :S