I was having trouble with the following question from Luenberg's Optimization by Vector Space Methods:
2.10 A normed space is said to be strictly normed if $\|x + y\| = \|x\| + \|y\|$ implies that $y = \theta$ or $x = \alpha y$ for some $\alpha$
a) Show that $L_p[0,1]$ is strictly normed for $1 < p < \infty$
b) Show that $X$ if $X$ is strictly normed, the solution to 2.9 (below) is unique.
Problem 2.9 (attempted here, any corrections/suggestions appreciated) is:
2.9: Let $X$ be a normed linear space and let $x_1, x_2, \ldots, x_n$ be linearly independent vectors from $X$. For fixed $y\in X$, show that there are coefficients $a_1, a_2, \ldots, a_n$ minimizing $\|y - a_1 x_1 - a_2 x_2 - \ldots - a_n x_n\|$
Question 1: could you provide feedback, if any, on my solution to 2.9?
Both 2.9 and 2.10 are introduced before we've learned Lebesgue integration or about measure or measurable functions, so there should be a solution to 2.10 that doesn't require this knowledge.
Update 1: The solution to problem 2.10a is available here. I had a question about it which I've included as a comment to the first response, if anyone is able to answer it.
Update 2: I was able to find a solution to 2.10b here, which I modified to fit the problem in the answer below.