$c_0 \subset \ell^\infty$ is the subspace of all sequences of scalars converging to zero.
Let $x \in \bar{c_0}$. Then there exists a Cauchy sequence of sequences $(x^k)_{k \in \mathbb{N}}$ in $c_0$, where $x^k = (a_1^k, a_2^k,a_3^k \dots )$ such that $x^k \to x = (a_1, a_2, a_3, \dots) $ under the $\ell^\infty$ norm. We will show $x \in c_0$.
By definition of convergence, for any $\epsilon > 0$, there exists $N_1 \in \mathbb{N}$ such that $$\|x^k - x\|_{\ell^\infty} < \epsilon /3 \quad \forall \, \, k \ge N_1$$
This implies $|a_i^k - a_i| \le \sup_{j \ge 1} \{|a_j^k - a_j|\} < \epsilon/3 \quad \forall \,\, i \ge 1$,
Since $x$ is convergent in $\ell^\infty$, it follows that for all $k \in \mathbb N$ and $\epsilon > 0$, there exists $N_2(\epsilon) \in \mathbb N$ such that $$|a_i^k - a_j^k| < \epsilon/3 \quad \forall \, \, i, j \ge N_2$$
Then, $$|a_i - a_j| \le |a_i - a_i^k| + |a_i^k - a_j^k| + |a_j^k - a_j| < \epsilon \quad \forall \, \, i, j \ge N_2$$
This implies $x = (a_1, a_2, \dots )$ is a Cauchy sequence of numbers in $\ell^\infty$ and so it's convergent.To show $x \in c_0$, we must show $a_i \to 0$.
$|a_i|\le |a_i - a_i^k| + |a_i^k|$
This is where I get stuck. Can I claim $|a_i^k| < 2\epsilon /3$?