Given the ball of center $0$, radius $1$ in norm $\ell_1$
$$B(0,1) := \left\{ x \in \mathbb{R}^n : \Vert x \Vert_1 \le 1 \right\}.$$
calculate the distance $d_B(x)$ from a point $x \in \mathbb{R}^n$ to $B(0,1)$, where $d_B(x)$ defined by
$$d_{B}(x) := \inf\left\{\Vert x-c \Vert_2: c \in B(0,1) \right\}, \quad \forall x \in \mathbb{R}^n.$$
My attempt
I considered two cases
If $x \in B(0,1)$ then $d_B(x)=0$.
If $x \notin B(0,1)$. I have tried to use many inequality to find the minimum point of this distance but I still can't find it.