Using the definition of a limit to prove 1/n converges to zero.

So we define a sequence as a sequence ${a_n}$ is said to converge to a number $\alpha$ provided that for every positive number $\epsilon$ there is a natural number N such that |${a_n}$ - $\alpha$| < $\epsilon$ for all integers n $\geq$ N.

What I'm not understanding is what does this mean. For example, $\frac{1}{n}$ converges to 0. But I don't understand how I use this definition to prove that this converges to 0. It sounds trivial but how do I use the definition to prove that $\frac{1}{n}$ converges to 0. Can you also show the reasoning as to why you use certain steps?


Let's try and fit your definition into the example you mentioned, first. The sequence $a_n$ you gave is $a_n = \frac{1}{n}$, and the limit $\alpha$ is $\alpha = 0$. Therefore, we wish to prove that for any $\varepsilon > 0$ there is a positive integer $N$ such that if $n \geq N$, then $|\frac{1}{n} - 0| = \frac{1}{n} < \varepsilon$.

Let's think about that definition for a moment. What this says is that eventually, every term of the sequence $\frac{1}{n}$ is close to $0$, no matter how arbitrarily close we want to be. And really, that's all we mean by convergence: eventually, the terms of the sequence get "close" to the limit. We are just making that notion of closeness precise.

Now, let's prove the result. Let $\varepsilon > 0$ be given. Then there is a positive integer N such that $\frac{1}{N} < \varepsilon$ (this is the Archimedean Property). Of course, when $n \geq N$, we have that $\frac{1}{n} \leq \frac{1}{N}$ by dividing both sides by $n$ and $N$. This same procedure works for any $\varepsilon$; there is nothing special here about the one we chose (though $N$ might be different in each case; that's not a problem). Therefore, given any $\varepsilon > 0$, we can find a positive integer $N$ such that for $n \geq N$, $|\frac{1}{n} - 0| < \varepsilon$. That is, we showed that $a_n = \frac{1}{n}$ converges to $0$ by definition, as desired.


Often, it helps to work backwards. So for this, you must choose $N$ such that $|\frac{1}{n} - 0| = \frac{1}{n} \lt \epsilon$ whenever $n \geq N$ for any fixed $\epsilon$. Shuffling the first inequality around says $\frac{1}{\epsilon} \lt n$. So, simply pick $N \gt \frac{1}{\epsilon}$. This gives you the result, i.e. $n \geq N \Rightarrow \frac{1}{n} \leq \frac{1}{N} \lt \epsilon$