Let $H$ be a hilbert space, and $C \subset H$ a convex set. Let $(x_n)_{n\in \mathbb{N}}$ be a sequence in $C$ with $\lim_{n\to \infty}||x_n|| = \inf_{x\in C}||x||$. Show $x_n$ converges in $H$.
So far I have:
Let $P_C(0) = \{x \in C: ||x|| = \inf_{x \in C}||x||\}$ be the projection of $0$ onto $C$.
If we consider $\bar{C}$ (the closure of $C$), then there is a theorem that tells us since $\bar{C}$ is closed and convex, there is exactly one $y \in \bar{C}$ with $y=P_{\bar{C}}(0)$, i.e., $||y|| = \inf_{x\in \bar{C}}||x||$. Since the infimum of a set's closure equals the infimum of the set, we also have $||y|| = \inf_{x\in C} ||x||$.
Now, I need to show that since the norms converge to the norm of a unique element ($y$), the sequence itself must converge to this element. This makes sense intuitively, but I can't make it rigorous! Any hints would be appreciated.