I am looking for the dual of the following optimization problem
\begin{alignat}{2} \tag{P1} &\underset{x \in \mathbb{R}^{n \times 1}}{\text{minimize}}&\quad \frac{1}{2}\left\|x - a \right\|_2^2\\ &\text{subject to }&\quad \|x\|_{\infty} \leq b, \end{alignat} where $a \in \mathbb{R}^{n \times 1}$ and $b \in \mathbb{R}_{\geq0}$.
Question:
How to find the dual of this problem ${\text{P}}1$ (in particular, unconstrained problem by using the dual of the infinity norm ball)?
Partial understanding (perhaps I should say everything is mixed up in my head):
As I understand so far, the dual norm of the inifinity norm ball is $\ell_1$ norm, that is, $\|x\|_1 = \underset{\|z \|_{\infty} \leq 1}{\max} z^Tx$. My "problem" is how to remove the constraint in the primal problem ${\text{P}}1$ and convert the problem as unconstrained by using the fact there is an equivalent notion of dual norm. Can anybody help me please?