I am going through Carothers's A Short Course on Approximation Theory (link), and contemplating the following lemma.
Lemma 1.9. Let $Y$ be a finite-dimensional subspace of a normed linear space $X$, and suppose that each $x \in X$ has a unique nearest point $y_x \in Y$ such that $\displaystyle ||x-y_x|| = \min_{y \in Y} ||x-y||$. Then the nearest point map $P: x \to Y; x \mapsto y_x$ is continuous.
Proof (sketch): Suppose $x_n \to x$ in $X$.
- Show $(P(x_n))$ is bounded, and hence has a convergent subsequence (say, to $P_0$).
- By "passing to a subsequence", $P(x_n) \to P_0$.
- Establish the inequality $||x-P_0|| \leq ||x-P(x)||$, and thus $P_0 = P(x)$ by the uniqueness of nearest points.
I have the following questions, corresponding to the steps numbered above:
- Is this a straightforward application of Bolzano-Weierstrass?
- Why does the convergence of a subsequence of $(P(x_n))$ imply the convergence of the whole sequence?