As in the title, I'm trying to show that in a normed linear space $X$, if $K$ is convex then $\mathcal{D}_K(x)=\{y\in X\colon||y-x||=d(x,K)\}$ is convex.
My attempt : for $\alpha,\beta\in\mathcal{D}_K(x)$ and $t\in[0,1]$,
$$||t\alpha+(1-t)\beta-x||=||t(\alpha-x)+(1-t)(\beta-x)||\le t||\alpha-x||+(1-t)||\beta-x||=d(x,K)$$
I need to show the other direction : $$d(x,K)\le||t\alpha+(1-t)\beta-x||\forall t\in[0,1]$$
but I got stuck here. I'm not sure how to use the convexity of $K$ here. Any hint would be helpful.