Suppose {x_n} has two limits, say x and y. Then this means that
1) for all e > 0, there exists and N_1 > 0 s.t. n > N_1 ==> |x_n - x| < e
2) for all e > 0, there exists and N_2 > 0 s.t. n > N_2 ==> |x_n - y| < e
It follows that for n > max{N_1, N_2}, |x_n - x| < e and |x_n - y| < e.
Therefor, for n > max{N_1, N_2}, |x - x_n + x_n - y| \leq |x - x_n| + |x_n - y| = |x - x_n| + |x_n - y| < e + e = 2e.
But |x - x_n + x_n - y| = |x - y|. So this last inequality writes, in limit notation,
\lim_{n \rightarrow \infty} (x - y) = 0
but x - y = a constant. We know that the limit of a constant is the constant itself. So \lim_{n \rightarrow \infty} (x - y) = x - y. So x - y = 0.
Edit: So x = y. \blacksquare (P.S. No, I don't think you're that dumb, I just like my proofs complete to the last drop... kind of a obsesso-maniacal thing I have

)