Let $X$ be any metric space. Let $f_1:X\to R$ and $F_2:X\to R $ be defined. Then
$f:X\to R^2$
$f(x)= (f_1(x),f_2(x))$ is continuous on X
$\iff $
$f_1$ and $f_2$ are continuous.
Instead of proving this via $\epsilon -\delta$ definition, can't we straight away use the sequential criterion to prove this?
$f:X\to R^2$
$f(x)= (f_1(x),f_2(x))$ is continuous on X
$\iff$
$\forall \langle x_n \rangle \in X $ such that $\langle x_n \rangle \to a\in X$ we have $f(x_n)= (f_1(x_n),f_2(x_n)) \to (f_1(a),f_2(a)) \; \; \forall a\in X$
$\iff$
$f_1(x_n) \to f1(a)$ and $f_2(x_n) \to f_2(a)$
$\iff$
Both $f_1$ and $f_2 $ are continuous on X.
Why is it true that $$(f_1(x_n), f_2(x_n)) \rightarrow (f_1(a), f_2(a)) $$ if and only if $$f_1(x_n) \rightarrow f_a(a) \text{ and } f_s(x_n) \rightarrow f_2(a)$$
If you've already proved this somewhere previously then good, you're re-using that proof to make your current proof simpler. But if you haven't already proved it then you've skipped over some important details, which are roughly equivalent to grinding out the $\epsilon$-$\delta$ proof.