Consider the space $\mathbb{E}:=\mathbb{R}^n$ to be equipped with the norm
$$||x||_p:=\Bigg(\sum_{k=1}^n |x_k|^p\Bigg)^{\frac{1}{p}},\,\,\,\,x=(x_1,...,x_n)^T\in\mathbb{E}$$
where $p>1$. Consider the space $\mathbb{E}^*$ and let $f\in\mathbb{E}^*$ be given by
$$\langle f,x\rangle:=\sum_{k=1}^n x_ky_k$$
Compute
$$||f||:=\sup_{||x||_p\le 1}\langle f,x\rangle$$
So far I did the following
BY uisng Holder's inequality we have
$$\langle f,x\rangle=\sum_{k=1}^n x_ky_k\le||x||_p ||y||_q$$
Therefore
$$||f||=\sup_{||x||_p\le 1}\langle f,x\rangle\le\sup_{||x||_p\le 1}||x||_p ||y||_q\le ||y||_q$$
I am not quite sure whether I am right so far, also I am stuck with the reverse way. Any help would be highly appreciated. Thanks in advance.