Let $(X,d)$ be a metric space. Let $f$: $X$ $\rightarrow$ $\mathbb{R}$ be uniformly continuous and bounded. The method of attack is to consider the sequence of functions {${f_n}$} defined by $$ f_n(x) = \inf_{y\in X}\{f(y)+n\text{d}(x,y)\}.$$
It's quite easy to show that these are bounded and Lipschitz continuous. However, I cannot prove that $f_n \rightarrow f$ uniformly. I've looked at proving it by contradiction: Assuming $f_n$ doesn't converge to $f$ uniformly, there is an $\epsilon > 0$ such that, for all $N \in \mathbb{N}$, there is a $t \in X$ and a $n \in \mathbb{N}$ with $n \geq N$ such that $$f(t)-f_n(t) \geq \epsilon.$$ Then we can construct a sequence of $\{t_k\}$ in $X$ such that for all $N \in \mathbb{N}$, there exists a $n_k \in \mathbb{N}$ with $n_k \geq N$ where $f(t_k) - f_{n_k}(t_k) \geq \epsilon.$ I don't see a way to proceed now. Is there something here? I appreciate any help that you can provide.