I have the two following implications to prove. The first is this:
Assume that $\forall k\in \mathbb{N}, \{f_n(k)\}_{n=1}^\infty \subset \mathbb{R}$ converges in $\mathbb{R}$. Then prove that $\{f_n\}_{n=1}^\infty \subset \mathbb{R}^\mathbb{N}$ is convergent in the metric space $(\mathbb{R}^\mathbb{N}, d)$. I have already proven that d is a metric; it is defined by: $$ d(f,g)= \sum_{k=1}^\infty 2^{-k} \min\{1, |f(k)-g(k)| \} .$$
For this implication, I have the following so far: Assume that $\forall k\in \mathbb{N}, \{f_n(k)\}_{n=1}^\infty \subset \mathbb{R}$ converges in $\mathbb{R}$ to some point $p\in \mathbb{R}$. Then, for all $\epsilon>0$, there exists some integer $N$ such that $n\geq N\rightarrow d(f_n(k), p)=|f_n(k)-p|< \epsilon$. Note that $|f_n(k)-p|\leq \min\{1,|f_n(k)-p|\}$ and $0<2^{k}<1$ for all $1\leq k< \infty$, so then for the same set of $k$ values we have that $2^{-k} \min\{1,|f_n(k)-p|\}< |f_n(k)-p|<\epsilon$.
From here, I wanted to add all the $2^{-k} \min\{1,|f_n(k)-p|\}$ was less that $\epsilon \,\times $ the number of $k$'s, but there are infinite $k$ values so that wouldn't really work. Also, I realized that I assumed all the sequences for the different $k$ values converge to the same point, which I don't think is guaranteed. Would anyone be able to point me in the right direction or validate if anything I've shown is very useful?
For the second implication, I need to show that given that $\{f_n\}_{n=1}^\infty \subset \mathbb{R}^\mathbb{N}$ converges in the metric space $(\mathbb{R}^\mathbb{N}, d)$, show that $\forall k\in \mathbb{N}, \{f_n(k)\}_{n=1}^\infty \subset \mathbb{R}$ is a Cauchy sequence in $\mathbb{R}$. I believe this will be similar to the first implication I need to prove, but I'm not too sure on how to start.
Define $f(k)=\lim_{n\rightarrow\infty}f_{n}(k)$. Given $\epsilon>0$, find some positive integer $N$ such that $\displaystyle\sum_{k\geq N+1}\dfrac{1}{2^{k}}<\epsilon$. We can find a positive integer $M$ such that $|f_{n}(k)-f(k)|<\epsilon/N$ for all $n\geq M$, $k=1,...,N$. Now for all $n\geq M$, \begin{align*} d(f_{n},f)&=\sum_{k=1}^{\infty}2^{-k}\min\{1,|f_{n}(k)-f(k)|\}\\ &=\sum_{k=1}^{N}2^{-k}\min\{1,|f_{n}(k)-f(k)|\}+\sum_{k\geq N+1}2^{-k}\min\{1,|f_{n}(k)-f(k)|\}\\ &\leq\sum_{k=1}^{N}|f_{n}(k)-f(k)|+\sum_{k\geq N+1}2^{-k}\\ &<\sum_{k=1}^{N}\dfrac{\epsilon}{N}+\epsilon\\ &=2\epsilon. \end{align*}
For the second mission, let $f_{n}\rightarrow f$ in $d$ for some $f$. Fix a positive integer $k$ and let $\epsilon\in(0,1)$. Consider the number $\epsilon/2^{k}$, then for some positive integer $N$ we have $d(f_{n},f)<\epsilon/2^{k}$. If $|f_{n}(k)-f(k)|\geq 1$, then $2^{-k}=2^{-k}\min\{1,|f_{n}(k)-f(k)|\}\leq d(f_{n},f)<\epsilon/2^{k}<2^{-k}$, a contradiction. So we must have $\min\{1,|f_{n}(k)-f(k)|\}=|f_{n}(k)-f(k)|$, and hence $2^{-k}|f_{n}(k)-f(k)|<\epsilon/2^{k}$ for all such $n$. In other words, $|f_{n}(k)-f(k)|<\epsilon$ for all $n\geq N$, so $\{f_{n}(k)\}_{n=1}^{\infty}$ is convergent.