Let $A$ be an $m\times n$ matrix, let $v \in \mathbb{R}^m$, and let $S$ be the set of least squares solutions to the system $Ax=b$. Show that there exists a unique minimal least square solution to $Ax=b$; that is, there exists some $x\in S$ such that $||x|| \le||y||$ for all $y\in S$.
I have two questions about this.
How can there be a unique least square solution if the stipulation is $||x|| \le ||y||$, shouldn't it just be less than?
This seems tautological to me, because you're just trying to show that there is a least element in S, which should clearly exist because the norm gives you a scalar that you can compare. Is there any more to this proof?
Since $x \mapsto \|Ax-b\|^2$ is convex, the set of minimisers $S$ is a closed, convex set.
(In particular, if $x_0$ is a solution, then $S = \{x_0\} + \ker A$.)
A standard Hilbert space theorem states that a closed convex set has a unique point of minimum norm.
The $x$ is the question is the point of minimum norm in $S$.