Real Vector Sequences#
Definition: Real Vector Sequence
A real vector sequence in the Euclidean space \(\mathbb{R}^n\) is a sequence of real vectors in \(\mathbb{R}^n\).
Convergence#
Theorem: Convergence via Metric
A real vector sequence \((\mathbf{x})_{k \in \mathcal{D}}\) in \(\mathbb{R}^n\) converges to the limit \(\mathbf{L} \in \mathbb{R}^n\) if and only the real sequence of the Euclidean distance between \(\mathbf{x}_k\) and \(\mathbf{L}\) converges to zero:
Proof
TODO
Theorem: Convergence via Component Convergence
A real vector sequence \((\mathbf{x})_{k \in \mathcal{D}}\) in \(\mathbb{R}^n\) converges to the limit \(\mathbf{L} = \begin{bmatrix}L^1, \dotsc, L^n\end{bmatrix}^{\mathsf{T}} \in \mathbb{R}^n\) if and only if the real sequences \((x^1)_{k \in \mathcal{D}}, \dotsc, (x^n)_{k \in \mathcal{D}}\) of its components converge to \(L^1, \dotsc, L^n\), respectively:
Example
Consider the real vector sequence \((\mathbf{x}_k)_{k \in \mathbb{N}}\) in \(\mathbb{R}^2\) defined as follows:
The real sequences \((x^1)_{k \in \mathbb{N}}\) and \((x^2)_{k \in \mathbb{N}}\) of its components are given as follows:
They converge to the following limits, respectively:
Therefore, the real vector sequence \((\mathbf{x}_k)_{k \in \mathbb{N}}\) converges to \(\begin{bmatrix}1 & 0\end{bmatrix}^{\mathsf{T}}\):
Proof
TODO