I'm trying to solve a question but a not sure on how to approach. Here is the question
Let $V$ be a finite dimensional space with a given inner product and $A \subset V$ be a convex set and $a \notin A $, $a \in V$. Define $f(x) = ||x - a ||$. Prove that exist at maximum one $x$ that minimized f.
I don't know if a have to prove that exist on x because the statement says "Prove that exist at maximum one $x$".
I think we cannot prove the existence since we would need closedness of $A$ and completeness of $V$ in order to prove that. As for existence, if you have the closedness and completeness, here is a proof.
Let $V$ is complete and $A$ is closed. And let \begin{align*} \delta = \inf_{k\in A}\|{a-k}\| \end{align*}
Then, $\exists \{k_n\}\subset K$ such that $\|{a-k_n}\|\rightarrow \delta$. Observe that, by parallelogram law, \begin{align*} \|{k_n-k_m}\|^2=2\|{a-k_n}\|^2+2\|{a-k_m}\|^2-4\|{a-\frac{1}{2}k_n-\frac{1}{2}k_m}\|^2 \end{align*}
Since $A$ is convex, $\frac{1}{2}k_n+\frac{1}{2}k_m\in A$ $\forall n,m\in \mathbb{N}$. Thus, \begin{align*} \|{k_n-k_m}\|^2\leq 2\|{a-k_n}\|^2 + 2\|{a-k_m}\|^2-4\delta \end{align*}
By sending $n,m\rightarrow \infty$, since RHS converges to $0$, \begin{align*} \|{k_n-k_m}\|\rightarrow 0 \end{align*}
Thus, $\{k_n\}$ is a Cauchy sequence. Since $V$ is Hilbert and $A$ is closed subset, $A$ is complete, so, $\exists k\in A$ such that $k_n\rightarrow k$. And naturally, \begin{align*} \|{k}\|=\|{\lim_{n\rightarrow \infty}k_n}\|=\lim_{n\rightarrow \infty}\|{k_n}\|=\delta \end{align*}
As for uniqueness,
If $\exists k'\in A$ such that $\|{k'}\|=\delta$ and $k\neq k'$, note that $$\delta = \|(1/2)(2a-k-k')\|\leq (1/2)\|a-k'\|+(1/2)\|a-k\|=\delta $$, so $\|2a-k-k'\|=2\delta$.
Then, by Paraleogram law,
$$\|k-k'\|^2 = 2\|a-k\|^2+2\|a-k'\|^2-\|2a-k-k'\|=2\delta+2\delta-2\delta=0. $$
Therefore, $k=k'$ by the definition of the norm.