The question I've been given is as follows:
Given that $(X,d),(Y,e)$ are complete metric spaces, show that the metric space $(M,f)$ is complete where $M=X \times Y$ and $f:M \times M\rightarrow \mathbb{R}$ is defined by $f((x_1,y_1),(x_2,y_2))=d(x_1,x_2)+e(y_1,y_2)$
The solution I have produced is:
Since $(X,d)$ is complete we must have that for any Cauchy sequence $(x_n)$ in $X,$ $\exists x \in X$ where $d(x_n,x)\rightarrow 0$ as $n\rightarrow \infty$,
Similarly, for any Cauchy sequence $(y_n)$ in $Y$, $\exists y \in Y$ where $e(y_n,y)\rightarrow 0$ as $n \rightarrow \infty$
Let $A_n=(x_n,y_n)$ be a sequence in $M$, then $$\lim_{n\to\infty}f((x_1,y_1),(x,y))=\lim_{n\to\infty}d(x_n,x)+\lim_{n\to\infty}e(y_n,y)=0$$Also, note that since $x\in X$, $y\in Y$, we have that $(x,y)\in M=X\times Y$.
So the (arbitrary) sequence $A_n$ converges to its limit which lies in M, therefore the metric space $(M,f)$ is complete.
Looking over this proof now I see that I haven't stated anywhere that the sequence $A_n$ is Cauchy, would this answer nonetheless be likely to achieve full credit? More specifically, is the fact that $A_n$ is Cauchy induced from $(x_n)$ and $(y_n)$ being Cauchy or would I need to prove this rigorously?