After having stated and/or proved some important theorems about sequences in the previous post we will know introduce some auxiliary notions that will help us continuing our study of sequences.
— 5.3. Relationships Between Sequences —
As an example let us consider the sequence $ { u_n=3n^2-5n+1}$. It is easy to see that in this case we have $ { u_n \sim 3n^2}$.
We can write $ { 3n^2-5n+1=3n^2\left(1-\dfrac{5}{3n}+\dfrac{1}{3n^2}\right)}$.
In this case it is $ { h_n=1-\dfrac{5}{3n}+\dfrac{1}{3n^2}}$ and we have $ { \lim h_n = \lim \left( 1-\dfrac{5}{3n}+\dfrac{1}{3n^2} \right) = 1}$.
Let us now try to give a more intuitive meaning to these three notions introduced so far:
First of the notion $ { u_n \sim v_n}$ expresses the fact the difference between $ { u_n}$ and $ { v_n}$ tends to $ { 0\,}$ as $ { n \rightarrow \infty}$. That is to say that the two sequences get closer and closer together.
The notion of $ { u_n = O(v_n)}$ expresses the fact the both sequences differ only by a scale factor. That is to say that they have the same kind of behavior at $ { \infty}$.
The meaning of the sentence the same kind of behavior will be made clearer as real analysis gets unfolded in this blog.
The notion of $ { u_n = o(v_n)}$ tell us at the $ { u_n}$ gets smaller and smaller when compared to $ { v_n}$ when we get to $ { \infty}$. In a more formal way: if $ { v_n \neq 0 \quad \lim \dfrac{u_n}{v_n}=0}$.
Let us now give some examples in order to make things a little bit easier to grasp:
$ \displaystyle \dfrac{1}{n^3}=o \left(\dfrac{1}{n}\right)$
This is easy to see if we write $ { \dfrac{1}{n^3}=\dfrac{1}{n^2}\dfrac{1}{n}}$. Taking $ { h_n = \dfrac{1}{n^2}}$ we see that it is effectively $ { \lim h_n=0}$.
$ \displaystyle \dfrac{\sin n}{n}=O\left(\dfrac{1}{n}\right)$
In this case we write $ { \dfrac{\sin n}{n}=\sin n \dfrac{1}{n}}$ and take $ { h_n=\sin n}$. Since $ { \sin n}$ is a bounded function we get the intended result.
— 5.4. Final Comments on Sequences —
| Definition 21 We'll say that $ { u_{\alpha_n}}$ is a subsequence of $ { u_n}$ whenever $ { \alpha_n}$ is a sequence that tends to $ { \infty}$. |
Roughly speaking a subsequence, $ { u_{\alpha_n}}$, of a given sequence, $ { u_n}$, is sequence that doesn't consider some of the indexes of the initial sequence.
A few examples of subsequences would be $ { u_{2n}}$ (where we don't take into account the odd numbered indexes of the initial sequence), $ { u_{n^2}}$ (only taking into account the the perfect square indexes of the initial sequence).
We already saw that $ { u_n = \left (1+\dfrac{1}{n} \right )^n}$ was a converging sequence, then even though $ { v_n = \left (1+\dfrac{1}{n^2} \right )^{n^2}}$ appears to be a harder sequence we can say, without any effort, that $ { \lim \left (1+\dfrac{1}{n} \right )^n = \lim \left (1+\dfrac{1}{n^2} \right )^{n^2}}$ if we note that it is actually $ { v_n=u_{n^2}}$ and so $ { v_n}$ is a subsequence of a converging sequence.
As an application from the previous corollary we have $ { u_n = (-1)^n}$.
$ { u_{2n}= (-1)^{2n}=1}$ and it is $ { \lim u_{2n}=1}$.
$ { u_{2n+1}=(-1)^{2n+1}=-1}$ and it is $ { \lim u_{2n+1}=-1}$.
In conclusion $ { u_n=(-1)^n}$ is a divergent sequence.
| Theorem 26 (Bolzano-Weierstrass) Each bounded sequence has a converging subsequence in $ { \mathbb{R}}$. Proof: This is only the sketch of a proof. One way to do this is first to prove that all sequences have a monotone subsequence. Applying this result to a bounded sequence we'd have that the bounded sequence have a subsequence that is monotone and bounded (since the sequence is bounded). But by the Corollary 21 we know that a bounded and monotone sequence is convergent. $ \Box$ |
| Definition 22 Let $ { X \subset \mathbb{R}}$. We'll say that $ { X}$ is a compact interval if it is bounded and closed. |
| Corollary 27 Let $ { X}$ be a compact interval and $ { u_n : \mathbb{N} \rightarrow X}$. Then $ { \exists \, u_{\alpha_n}: \quad \lim u_{\alpha_n}=x \in X}$ where $ { u_{\alpha_n}}$ is a subsequence of $ { u_n}$. Proof: Let $ { X= \lbrack a, b \rbrack}$ be the interval and $ { u_n}$ be a sequence of points in $ { X}$. Since $ { a \leq u_n \leq b}$, $ { u_n}$ is bounded. From the theorem 26 $ { u_n}$ has a converging subsequence $ { u_{\alpha_n}}$. For $ { u_{\alpha_n}}$ it also is $ { a \leq u_{\alpha_n} \leq b}$. This implies $ { \lim a \leq \lim u_{\alpha_n} \leq \lim b \Rightarrow a \leq \lim u_{\alpha_n} \leq b\Rightarrow \lim u_{\alpha_n} \in X}$ $ \Box$ |
Post a Comment