Let $C \subseteq \mathbb{R}^n$ be a closed convex set, and $x^* \in C^c$ (not in $C$ and its closure).
Define the Euclidean distance from $x^*$ to $C$ as $d_C(x^*):=\min_{z \in C}\|z -x^*\|_2$.
Let $D$ be a closed convex set containing $C$, i.e., $C \subseteq D$.
Show that $$ d_D(x^*) \leq d_C(x^*) $$
I do not know how to use $C \subseteq D$ together with taking minimum.
Since $C \subseteq D$, the minimum over $C$ can only be greater or equal to the minimum over $D$, so
$$d_D(x^*)=\min_{z \in D}\|z -x^*\|_2 \leq \min_{z \in C}\|z -x^*\|_2= d_D(x^*)$$