The cantor space is defined as $\{0,1\}^{\mathbb{N}}$. Let $a=(a_k,k \geq 0)$ be a sequence in $(0, \infty)$ with $\sum_k a_k < \infty$. Let us define the metric $d_a$ as $$d_a ((x_k)_{k \in \mathbb{N}}, (y_k)_{k \in \mathbb{N}}) = \sum_{k \in \mathbb{N}} a_k |x_k - y_k|$$ in $\{0,1\}^{\mathbb{N}}$. Then a sequence $Z^n=((z_k^n))$ in $\{0,1\}^{\mathbb{N}}$ converges to $Z=(z_k)$ if and only if for all $k \geq 0$, $\lim_{n \rightarrow \infty} z_k^n=z_k$.
The question now is: Why is the topology induced by this metric $d_a$ (call it $\mathcal{T_d}$) the same as the product topology (call it $\mathcal{T}$), where the product topology is the smallest topology such that the coordinate maps are continuous? How can I prove that $\mathcal{T_d}=\mathcal{T}$?
Thanks in advance!