I'm trying to do the following exercise:
Let $H$ a Hilbert space (Vector space complete with inner product), $F \subseteq H$ a closed convex set and $a \in H$. Show that $\exists! b \in F \subseteq H$ such that $d(a,b) = d(a,F)$
My teacher gave a hint that I can't see where it'll lead. He said this:
If $x_n \in F$ is a sequence such that $||a-x_n|| \to d(a,F)$, then use the parallelogram identity to show $(x_n)$ is Cauchy. I know that in vector spaces with inner product the parallelogram identity is true: $||x+y||^{2} + ||x-y||^{2} = 2||x||^{2} + 2||y||^{2}$. But I don't see how should I use it to prove $(x_n)$ is Cauchy. Since the space is complete it will converge, but why would this help me to prove existence or uniqueness of $b$?
Any help would be appreciated. Thanks.