Apologies if this question has been asked beforehand, the use of different norms in different (but similar) questions makes it really hard to filter out the relevant ones. Anyway:
Let $C(I)^n$ denote the set of functions $y:\mathbb{R} \rightarrow \mathbb{R}^n$ that are continuous in every coordinate in the open interval $I$ (which is what I take it to be, guessing from the lecture notes). Define the norm
$$||y|| := \max\limits_{i = \{1, \ldots, n\}} \max\limits_{x \in I} |y_i(x)|$$
on this space. To show this is a Banach space, we can rewrite the Cauchy condition as follows:
$$\forall \varepsilon > 0, k,l \geq N(\varepsilon): ||y^{k}-y^{l}|| < \varepsilon \iff \forall i \in \{1,\ldots,n\}, x \in I: |y^{(k)}_i(x)-y^{(l)}_i(x)| < \varepsilon$$
and because $\mathbb{R}$ is a complete space with respect to the norm $|\cdot|$, we know that the sequence $\{y^{(n)}_i(x)\}_{n \in \mathbb{N}}$ converges and we can define the limit functions $y_i$ for each $i \in \{1,\ldots,n\}$ and $y = (y_1,\ldots,y_n)^T$. My goal was to show that $\{y^{(n)}\}_{n \in \mathbb{N}}$ must necessarily converge to $y$ in $C(I)^n$ under this definition, but at the moment it is only pulling the knots in my brain even tighter.
Any help is appreciated!