I am trying to show that $l_1$ norm's dual norm is $l_{\infty}$ norm. I have proceeded like the following:
$||z||_D = \sup \{z^Tx| ||x||_1\leq 1 \}$
Then: $ z^Tx = \sum_{i=1}^n z_i x_i \leq \sum_{i=1}^n |z_i||x_i| \leq (\max_{i=1}^n |z_i|)\sum_{i=1}^n|x_i|$
Finally since $||x||_1 \leq 1$, we have $z^Tx \leq \max_{i=1}^n |z_i|$.
With these, I am able to show that $l_{\infty}$ norm of $z$ is an upper bound of $z^Tx$ when $||x||_1\leq 1 $. But I additionally need to show that it is the least upper bound to satifsy $sup$, but I am stuck at this point.
We just have to pick at element of $x$ that attains it.
Given a $z$, we check it's component and look for the one with maximum norm. Say it is component $z_i$. Then we pick $x=sign(z_i)e_i$. We have $\|x\|=1$. Also,
$$z^Tx=z^Tsign(z_i)e_i=sign(z_i)z_i=|z_i|=\|z\|_\infty$$