Let $V$ be an $N$-dimensional normed vector space, and let $(v_n)$ be a sequence of vectors such that $\lim (\left \| v_n \right \|)=0$. Given some basis $\{e^1,e^2,..., e^N \}$, we can write each $v_n$ as $a_1^{(n)}e^1+a_2^{(n)}e^2 +\dots + a_N^{(n)}e^N$.
Is it necessarily true that for each fixed $k \in \{1, 2, \dots, N\}$, $\lim_{n \to \infty} a_k^{(n)}=0$ ? If so, how can we prove this using only the axioms for a generic norm?
I thought the simplest way is that $\lvert\lvert v_n \rvert\rvert \rightarrow 0$ is the same as $\lvert \lvert v_n - 0 \rvert\rvert \rightarrow 0$, i.e. $v_n \rightarrow 0$.
EDIT 1: Let $v_n = a_1^ne_1 + \cdots + a_N^ne_N$. Then $\lvert\lvert v_n \rvert\rvert = \lvert\lvert \sum_{i=1}^N a_i^n e_i \rvert\rvert \leq \sum_{i=1}^N \lvert \lvert a_i^ne_i \rvert\rvert$ by the triangle inequality. Thus if $v_n \rightarrow 0$ component-wise, i.e. $a_i^n \rightarrow 0$, then $\lvert\lvert a_i^ne_i \rvert\rvert = \lvert a_i^n \rvert \lvert\lvert e_i \rvert\rvert \rightarrow 0$ and hence $\lvert \lvert v_n \rvert \rvert \rightarrow 0$, i.e. $v_n \rightarrow 0$ in norm.
On the other hand, if $v_n \rightarrow 0$ in norm but not all $a_i^n \rightarrow 0$, let $v = a_1e_1 + \cdots + a_Ne_N$ where $a_i = \lim_{n\to\infty} a_i^n$. Then $v$ is nonzero, since $(e_j)_{j=1}^N$ is a basis and at least one $a_i \neq 0$, and $\lvert \lvert v_n - v \rvert \rvert \leq \sum_{i=1}^N \lvert \lvert (a_i^n - a_i)e_i \rvert \rvert \rightarrow 0$ so $v_n \rightarrow v$, a contradiction since by continuity of the norm, $\lvert \lvert v_n \rvert \rvert \rightarrow \lvert \lvert v \rvert \rvert \neq 0$.
EDIT 2: The above assumes the limit exists, which may not be true. I'm not sure how to show the limit exists.