Prove that dual space of $\ell^1$ is $\ell^{\infty}$
My attempt : I got the answer Here but im not able to understand the answer
we know that the norm of $ x\in \ell^1$ is given by $||x||_1=\sum_{k=1}^{\infty}|a_k|$
norm of $ x\in \ell^{\infty}$ is given by $||x||_{\infty}=\sup_{k\in \mathbb{N}}|a_k|$
Now here my proof start :
Since $\ell^1$ is infinite dimensional because it contains the infinite sequence in the form $(0,0,\dots,1,0,\dots)$
So there exists a basis $\{e_1,e_2,\dots,e_k\dots\}$ of $\ell^1$ where $e_k=M_{jk}=\begin{cases} 1 &\text{ if } j=k \\ 0 & \text{ if } j \neq k. \end{cases}$
This implies that every $x \in \ell^1$ can be written as $x=a_1e_1+a_2e_2+\dots$
Now take a bounded linear functional $f$ of $\ell^1$
$f: \ell^1 \to \mathbb{R}$ defined by $f(x)= f(a_1e_1+a_2e_2+\dots)= a_1f(e_1)+a_2 f(e_2)+\dots=\sum_{k=1}^{\infty}a_kf(e_k)$
After that I am not able to proceed further..