Limits are Unique

Unique Limits

If a sequence has a limit, then the limit is unique.

Proof
Let ana and anb are both true. We want to show that a=b. We know that then ε>0NN(|ana|<ε) and ε>0NN(|anb|<ε).

Here let ε>0 (I know we aren't proving convergence, but we want to prove that |ab|<ε since then a=b. If you're confused see Least Upper Bounds and Greatest Upper Bounds and namely the Suprema Lemma for context). Since ε>0, and thus ε2>0 then there are N1N such that for all nN1 that |ana|<ε2 (why not just ε? Later we'll have to add two ε's in the worst case, so then we need half of this to show that it's still possible). Similarly there is a N2N where for all nN2 then |anb|<ε2.

Now with that then:

|ab|=|(aan)+(anb)||aan|+|anb|Triangle Inequality=|ana|+|anb|<ε2+ε2=ε

Thus |ab|<ε so then a=b as required.