Dr. Seafood
- 120
- 0
Call {a1, a2, a3, ...} = {an} a "convergent sequence" if
\exists L \in \mathbb{R} : \quad \forall \epsilon > 0 \quad \exists N \in \mathbb{N} : (\forall n > N \quad (n > N \implies |a_n - L| < \epsilon))
in which case we write \lim_{n \rightarrow \infty} a_n = \lim a_n = L. Of course this is the usual definition for sequences of reals. Consider the sequence
\{{n \over {n + 1}}\} = \{{1 \over 2}, {2 \over 3}, {3 \over 4}, ... \}
It appears the numbers approach 1, intuitively. We'll try to show by definition that \lim a_n = 1. Given \epsilon > 0, we'll try to find the corresponding positive integer N so that we satisfy the above definition. I get this far:
|{n \over n + 1} - 1| = |{-1 \over n + 1}| = |{1 \over n + 1}| < \epsilon \implies 1 < {\epsilon}(n + 1)
By the Archimedean property, we can always find (n + 1) so that this is true, i.e. for any \epsilon > 0. But this doesn't help me find the particular fixed integer N which corresponds to our choice of \epsilon. How is this done?
\exists L \in \mathbb{R} : \quad \forall \epsilon > 0 \quad \exists N \in \mathbb{N} : (\forall n > N \quad (n > N \implies |a_n - L| < \epsilon))
in which case we write \lim_{n \rightarrow \infty} a_n = \lim a_n = L. Of course this is the usual definition for sequences of reals. Consider the sequence
\{{n \over {n + 1}}\} = \{{1 \over 2}, {2 \over 3}, {3 \over 4}, ... \}
It appears the numbers approach 1, intuitively. We'll try to show by definition that \lim a_n = 1. Given \epsilon > 0, we'll try to find the corresponding positive integer N so that we satisfy the above definition. I get this far:
|{n \over n + 1} - 1| = |{-1 \over n + 1}| = |{1 \over n + 1}| < \epsilon \implies 1 < {\epsilon}(n + 1)
By the Archimedean property, we can always find (n + 1) so that this is true, i.e. for any \epsilon > 0. But this doesn't help me find the particular fixed integer N which corresponds to our choice of \epsilon. How is this done?