I'm studying approximation theory and I saw this exercise on Rivlin book an introduction to the approximation of functions:
Prove that if $V$ is a normed linear space, $W$ a finite-dimensional subspace of $V$, and $U$ a closed subset of $W$, then, given $v\in V$, there exists $u^*\in U$ such that $\Vert v-u^*\Vert\le\Vert v-u\Vert $ for all $u\in U$.
my approach is as follows:
$dist(v,U)=inf\Vert v-u\Vert_{u\in U}$
by definition of infimum there exists a sequence $[u_i]$ in $U$ such that $lim_{i\to \infty}\Vert v-u_i \Vert=dist(v,U)$ since $U$ is closed it contains all it's limit points and $u^*=dist(v,U)$ belongs to $U$.
so I didn't use the assumption that W is a finite-dimensional subspace.
Am I missing something here? if yes any hints on the correct proof would be so appreciated.