Consider a real normed vector space, and a collection of linearly independent vectors $x_i \in X$ for $i=1,2,3,4..., n$. For a fixed $y \in X$ show that:
$\inf_{\alpha_i \in \mathbb{R}, i=1,2,3...,n} ||{y-\sum_{i=1}^{n}\alpha_ix_i}||$ assumes a minimum.
So this is an engineering math course and were going over function fitting. First off, I know that infimum and minimum are not the same thing, but the way the problem is posed seems to imply that there is an absolute minimum and it is equal the infimum of the set. I think it may that I'm not understanding his notation.
Conceptually, as I see it, if $X$ were the space of continuous functions, and we wanted to fit a polynomial to that continuous function, we certainly would want to minimize the norm difference between our function, $y$, and the fit polynomial $\sum_{i=1}^{n}\alpha_ix_i$. In this case the $x_i$ could be a basis of $n$th order polynomials. Hence, if we find a minimum norm value and the vector $\sum_{i=1}^{n}\alpha_ix_i$ that generates it, then we've found a "best" fit approximation for $y$.
My first thought to go about showing a minimum exists was to say that we could simply go through every possible $\sum_{i=1}^{n}\alpha_ix_i$, evaluate the norm with $y$, and then find one particular selection of $x_i$ and $\alpha_i$ that generates the minimum. However, since the $\alpha_i$ can be any numbers, I can't "check" every possible fit function. So this won't work.
Another small note I made is that $0$ is always a bound I can make below by properties of norms, but I'm unsure of how to refine the minimum value from that point.