Assume the sequence $a_{n} \rightarrow a$. Show that if $a_{n} \geq 0$ for all $n \in \mathbb{N}$ then $a \geq 0$
I've gone over some of the other posts about it, and I have worked out the solution "somewhat". Where I am having problems is actually obtaining the contradiction myself formally. So as a template of the proof:
Proof:
Suppose towards contradiction $a < 0$
Consider $\epsilon = |a|$. By the definition of convergence there exists a $N > 0$ such that for all $n \geq N$, $|a_{n} - a| < \epsilon = |a|$.
Expanding this I will arrive at: $$-|a| < a_{n} - a < |a|$$
It is here where I get stuck. I know that when when it is worked out I will get a situation where $a_{n} < 0$ and that will be the contradiction, but arriving at that step by doing the steps is getting more difficult than it really should be......assitance?
Think of it geometrically. If $a< 0$ then $a$ is a distance of $|a|$ to the "left" of $0$. And as all $a_n > 0$ all $a_n$ are to the "right" of $0$. And the distance between them, $|a_n - a|$, is larger than the distance from $a$ to $0$ which is a positive $|a|$. $|a_n - a|$ can never be less than $|a|$.
So how to do it analytically where we can't rely on geometric "common sense"?
Well since $a < 0 \le a_n$ we have $a_n > a$ so $a_n - a > 0$ so $|a_n - a| = a_n - a$. And as $a < 0$ $a_n - a = a_n + |a|$. And as $a_n \ge 0$ and $a_n + |a| \ge |a| > 0$.
So IF $a< 0$ and $a_n \ge 0$ then $|a_n -a| \ge |a| > 0$.
So for any $0< \epsilon \le |a|$ it can not be true for any $a_n > 0$ that $|a_n - a| < \epsilon$.