The Definitions of Sequences and Convergence: here.
Problem Discussion
From the definitions page, the limit of a sequence converges to \(a\) (in this case \(a = 0\)) if we can find some number \(N\) such that no matter what \(\epsilon\) we choose, the inequality \(|a_n - a| < \epsilon\) will always hold. This inequality is saying that the terms in the sequence are going to fall within the epsilon neighborhood of \(a\) for some value \(n \geq N\). In other words, all the terms starting at \(n \geq N\) will be within a radius of \(\epsilon\) around \(a\).
Before attempting to find this limit, lets test setting a few \(\epsilon\) values. Suppose \(\epsilon = \frac{1}{10}\). How far do we have to go until the terms fall in the epsilon (\(\epsilon = 1/10\)) neighborhood of \(0\), meaning that the terms will be fall within \((-\frac{1}{10}, \frac{1}{10})\)? Intuitively, observe that if we set \(N = 100\), then when \(n > 100\), we must have
To derive \(n\) by hand, we can expand the definition of the epsilon neighborhood to get
and then solve for \(n\)
What about \(\epsilon = \frac{1}{50}\)? Observe that if \(N = 2500\), then whenever \(n \geq 2500\), we must have
or in terms of the epsilon neighborhood
But now what we want, is to find \(N\) such that no matter what \(\epsilon\) we choose, the terms of the sequence will always end up in this \(\epsilon\) neighborhood. In other words
And what we want is to find a relationship between \(N\) and \(\epsilon\). Therefore
So we want \(n\) to be greater than \(1/\epsilon^2\). So now we are ready to write a formal proof.
Proof Template
There is a pretty nice template for showing that the limit of some sequence \((a_n)\) equals a real number \(a\) in the book. The template consists of
- Let \(\epsilon > 0\) be arbitrary. (It's important to show this works for any \(\epsilon\).)
- Demonstrate a choice for \(N\). This step is where all the work is. We need an \(N\) that would work for any choice of \(\epsilon\). You can see in the previous section that all the work was in deriving this \(N\).
- Show that \(N\) works by assuming that \(n \geq N\) and then derving \(|a_n - a| \leq \epsilon\)
Next we’re going to copy this template and fill out the necessary details for the specific problem given above.
Formal Proof
Let \(\epsilon > 0\) be arbitrary. We want to show that there is an \(N \geq 1\) such that if \(n \geq N\), then
Choose a natural number \(N\) satisfying
We now verify that this choice has the desired property. Let \(n \geq N\). Then,
Therefore, \(|\frac{1}{\sqrt{n}} - 0| < \epsilon\) as desired. \(\ \blacksquare\)