I start by taking a Cauchy sequence $(a_i)$ in $\ell_\infty$. I denote the terms of $(a_i)$ as $f_1, f_2, f_3, \dots$ and so on.
For each $x \in \mathbb{N}$, the sequence $(f_1(x), f_2(x), f_3(x), \dots)$ converges. I define the sequence $L$ as $L(x) = \displaystyle \lim_{n \to \infty} f_n (x)$. I'm having trouble showing $L$ is bounded, but I have what I believe is the first step to an argument.
Since $(a_i)$ is Cauchy, it is bounded, so $d(f_n, f_m) \leq S$ for all naturals $m$ and $n$. (Where $d$ is the metric in $\ell_\infty$).
So let $x, n \in \mathbb{N}$. Then $|L(x)| \leq |L(x) - f_n(x)| + |f_n(x)| \leq |f_m(x) - f_n(x)| + |f_n(x)| \leq d(f_m,f_n) + \text{sup} f_n \leq S + $sup $f_n$. So $S + $sup $f_n$ bounds $\{|L(x)| | x \in \mathbb{N} \}$, implying $L$ is a bounded sequence.
My issue is choosing some $m \in \mathbb{N}$ such that $|L(x) - f_n(x)| \leq |f_m (x) - f_n(x)|$. Does such an $m$ always exist regardless of the choice of $x$ and $m$?