I wanted to show that the space $\mathcal{S} := \{ x = (x_k)_{k \in \mathbb{N}} \subset \mathbb{C}\}$ with the metric \begin{equation*} d: \mathcal{S} \times \mathcal{S} \to \mathbb{R}, \ (x,y) \mapsto \sum_{k \in \mathbb{N}} \frac{1}{2^k} \frac{| x_k - y_k |}{1 + | x_k - y_k |} \end{equation*} is complete.
What I did was to show that if a sequence $(x^{(n)})_{n \in \mathbb{N}} \subset \mathcal{S}$ converges to $x \in \mathcal{S}$ in $(S, d)$ if and only if $x_k^{(n)} \to x_k$ for all $k \in \mathbb{N}$ in $(\mathbb{C}, d_2)$, where $d_2$ is the standard euclidean norm.
I then took a Cauchy sequence $(x^{(n)})_{n \in \mathbb{N}} \subset \mathcal{S}$ and showed that $(x^{(n)}_k)_{n \in \mathbb{N}}$ is a Cauchy sequence in the complete metric space $(\mathbb{C}, d_2)$ for all $k \in \mathbb{N}$. All those coordinate-wise "subsequence" therefore converge and therefore, also $(x^{(n)})$ converges, finishing the proof.
My question is if this can be done in an easier fashion by constructing an isometry between $(\mathcal{S},d)$ and $(\mathbb{C}, d_2)$ ( cardinality of $\mathbb{N}$ times?) or if in the context of sequence spaces this is not possible-
Context A simpler example. Let $X := (0,1]$ a set with the metric $d(x,y) := \left| \frac{1}{x} - \frac{1}{y} \right|$. One can show that $(X,d)$ is complete by defining the isometry $$ \Phi: (X,d) \to ([1, \infty), d_2), \ t \mapsto \frac{1}{t} $$ Since $([1, \infty), d_2)$ is complete, we know that $(X,d)$ is, too. I wanted to use the same principle but struggled to come up with a suitable $\Phi$.