Uniqueness of Limits of Sequences

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Fibo's Rabbit
Messages
8
Reaction score
0
Here is the proof provided in my textbook that I don't really understand.

Suppose that x' and x'' are both limits of (xn). For each ε > 0 there must exist K' such that | xn - x' | < ε/2 for all n ≥ K', and there exists K'' such that | xn - x'' | < ε/2 for all n ≥ K''. We let K be the larger of K' and K''. Then for n ≥ K we apply the triangle inequality to get:

| x' - x'' | = |x' - xn + xn - x'' | ≤ | x' - xn | + | xn - x'' | < ε/2 + ε/2 = ε​

Since ε > 0 is an arbitrary positive number we conclude that x' - x'' = 0.
Q.E.D.​

***I understand how they got to the conclusion |x' - x''| < ε. What I don't understand is how they can conclude from that that x' -x'' = 0.

Any help is much appreciated. This isn't homework by the way. I'm just trying to better my understanding.
 
Physics news on Phys.org
In general, [itex]0\leq a<\epsilon[/itex] is satisfied for all [itex]\epsilon>0[/itex] implies
that [itex]a=0[/itex]. Since otherwise, if [itex]a>0[/itex] then taking [itex]\epsilon=a[/itex] makes contradiction.