Consider a sequence of function defined on a compact interval $[-k,k]$ of $\mathbb{R}$ by $$f_n(x) := \cos\left(\frac{x}{2n}\right)\text{sinc}\left(\frac{x}{2n}\right),$$ where $\text{sinc}(y) := \frac{\sin(y)}{y}$.
Given $\varepsilon > 0$, is it possible to find $N \in \mathbb{N}$ such that $$ m, n \geq N ~~\Rightarrow~~ \big|f_n(x) - f_m(x)\big| < \varepsilon, ~~~~~~\forall x \in [-k,k].$$
My idea : $$\sup\limits_{x \in [-k,k]}\big|f_n(x) - f_m(x)\big| = \sup\limits_{x \in [-k,k]}\left|\cos\left(\frac{x}{2n}\right)\text{sinc}\left(\frac{x}{2n}\right) - \cos\left(\frac{x}{2m}\right)\text{sinc}\left(\frac{x}{2m}\right)\right| \\= \sup\limits_{x \in [-k,k]}\left|\cos\left(\frac{x}{2n}\right)\frac{\sin\left(\frac{x}{2n}\right)}{\frac{x}{2n}} - \cos\left(\frac{x}{2m}\right)\frac{\sin\left(\frac{x}{2m}\right)}{\frac{x}{2m}}\right| \\= \sup\limits_{x \in [-k,k]}\left|\frac{2\sin\left(\frac{x}{2n}\right)\cos\left(\frac{x}{2n}\right)}{\frac{x}{n}} - \frac{2\sin\left(\frac{x}{2m}\right)\cos\left(\frac{x}{2m}\right)}{\frac{x}{m}}\right|\\= \sup\limits_{x \in [-k,k]}\left| \frac{\sin\left(\frac{x}{n}\right)}{\frac{x}{n}}- \frac{\sin\left(\frac{x}{m}\right)}{\frac{x}{m}}\right|.$$ But then I don't know what to do...