Let $(X,d_X)$ and $(Y,d_Y)$ be two metric spaces.
Let $(C_b(X,Y), d_C)$ be a function space with the metric $$d_C(f,g):=\sup\limits_{x\in X} d_Y(f(x), g(x)).$$ Prove that if $(Y,d_Y)$ is complete then $(C_b(X,Y), d_C)$ is complete.
Unfortunately, I have no idea how to approach this problem. I can think of something like this:
Let $(y_k)_k\subset Y$ be a Cauchy sequence converging to $y\in Y$. Then there exists some $f\in C_b(X,Y)$ such that $f(x_k)=y_k$ for all $k\in \mathbb N$. Since $f$ is continuous, $\lim\limits_{k\to\infty} d_Y(f(x_k), y)=0$.
But how do I go from here? As far as I understand, what needs to be proved is that any Cauchy sequence of functions in $C_b(X,Y)$ converges in $C_b(X,Y)$, that is, that the limit is bounded and continuous. But how do we devise such a sequence of functions?