Question: Let $d := d(x, [[y]]) = \inf_{\lambda} \|\ x + \lambda y \|\ $, where $y$ is a unit vector; and $[[y]]$ denotes the span of vectors (with norm of 1); show that:
(a) $d = \|\ x + \lambda_0 y \|\ $ for some $\lambda_0$ ,
(b) $| \langle x,y \rangle |^{2} = \|\ x \|^{2} - d^2 $ , and
(c) $y \perp (x - \lambda_0 y )$
It's also worth mentioning that we're working in a Hilbert Space. Also, I'm given a hint: substitute $\lambda = \alpha + i \beta$, then find the minimum by differentiating in $\alpha$ , $\beta$ to get $\lambda = - \overline{ \langle x , y \rangle } $. But when I tried to use it nothing surfaced for me.
So here are my thoughts so far:
Since any vector $x$ can be decomposed uniquely into two parts, one in the direction of $y$, and the other perpendicular to it: $$x = \lambda y + (x - \lambda y) \hspace{1cm} \text{with} \space\ \langle x - \lambda y , y \rangle = 0$$ which shows part (c), (feels wrong) but any Hilbert Space has the representation $H = M \bigoplus M^{\perp} $ where $M$ is a closed subspace of $H$. Anyways, this yields $\lambda = \dfrac{ \langle y , x \rangle }{ \langle y , y \rangle } $, but in our case $\|\ y \|\ = 1$, so we have $\lambda = \langle y , x \rangle = \overline{ \langle x , y \rangle } $. Applying Pythagoras' Theorem we have that: $$ \|\ x \|^2 = \|\ \lambda y \|^2 + \|\ x - \lambda y \|^2 $$ Then, substituting in what the hint indicated I should of got (which I didn't); I would have $\lambda = - \overline{ \langle x , y \rangle }$ would result in: $$\|\ x \|^{2} = | \lambda |^{2} \|\ y \|^{2} + \|\ x + \lambda y \|^{2} \iff | \langle x,y \rangle |^{2} = \|\ x \|^{2} - d^2 $$ showing part (b).