Matrix Sequences#
Convergence#
To get a sense of what it means for a matrix sequence \((\boldsymbol{A}_k)_{k \in \mathcal{D}} \subseteq F^{m \times n}\) of \(m\times n\)-matrices to approach a specific matrix \(\boldsymbol{L} \in F^{m \times n}\), we need a way to quantify how different two matrices, i.e. we need to measure the "distance" between them. If the distance between \(\boldsymbol{A}_k\) and \(\boldsymbol{L}\) approaches \(0\), for \(k \to \infty\), then we can say that \(A_k\) approaches \(\boldsymbol{L}\). To quantify this distance we can use a matrix norms. Luckily, the specific choice for a matrix norms is irrelevant because if the distance approaches \(0\) with respect to one matrix norm, then it does so for all matrix norms.
Theorem: Matrix Convergence via Component Conversion
Let \((\boldsymbol{A}_k)_{k \in \mathcal{D}} \subseteq F^{m \times n}\) be a sequence of \(m\times n\)-matrices over the same topological field \(F\).
The limit of \((\boldsymbol{A}_k)_{k \in \mathcal{D}}\) is \(\boldsymbol{L} \in F^{m \times n}\) if and only if the limits of \(\boldsymbol{A}_k\)'s entries are the entries of \(\boldsymbol{L}\):
Example
Consider the matrix sequence defined as follows:
It has the following limit:
Proof
TODO
Theorem: Matrix Norm Equivalence
Let \((\boldsymbol{A}_k)_{k \in \mathcal{D}} \subseteq F^{m \times n}\) be a sequence of \(m\times n\)-matrices over the same field \(F\), let \(\boldsymbol{L} \in F^{m \times n}\) and let \(N_1\) and \(N_2\) be norms on \(F^{m \times n}\).
The limit of \(N_1(\boldsymbol{A}_k - \boldsymbol{L})\) for \(k \to \infty\) is zero if and only if the limit of \(N_2(\boldsymbol{A}_k - \boldsymbol{L})\) for \(k \to \infty\) is also zero:
Proof
TODO
Theorem: Limits via Norms
Let \((\boldsymbol{A}_k)_{k \in \mathcal{D}} \subseteq F^{m \times n}\) be a sequence of \(m\times n\)-matrices over the same topological field \(F\).
The limit of \((\boldsymbol{A}_k)_{k \in \mathcal{D}}\) is \(\boldsymbol{L} \in F^{m \times n}\) if and only if the limit of any norm of the difference between \(\boldsymbol{A}_k\) and \(\boldsymbol{L}\) is zero:
Proof
TODO