4

this problem screwed me up for a long time. Please help me solve this.

$V$ is an inner product space and $W$ is a finite-dimensional subspace of $V$. Prove that if $E$ is a projection with range $W$, then $E$ is the orthogonal projection on $W$ iff $||E\alpha|| \le ||\alpha||$ for all $\alpha$ in $V$.

I can prove that if $E$ is an orthogonal projection then $||E\alpha|| \le ||\alpha||$ using property: $(E\alpha | \beta) = (\alpha|\beta)$ for all $\alpha$ in $V$ and $\beta$ in W. But the converse seems more difficult.

le duc quang
  • 5,023

1 Answers1

6

Let $V = W \oplus \ker(E)$. If $E$ is not orthogonal, then there is $b\in ker(E)$ and $a\in W$ such that $(a|b)\neq 0$. Let us consider $\alpha=\lambda a+b$.

$$\|\alpha\|^2= \|\lambda a\|^2+2\lambda\operatorname{Re}(a|b)+\|b\|^2 = \|E\alpha\|^2+2\lambda\operatorname{Re}(a|b)+\|b\|^2$$

using $\lambda = -\dfrac{\|b\|^2}{\operatorname{Re}(a|b)}$ yields $\|\alpha\|^2 = \|E\alpha\|^2-\|b\|^2 < \|E\alpha\|^2$

so if it's not orthogonal, the relation is not verified. If it is verified, the projection must be orthogonal.

user0
  • 3,567
imj
  • 1,460