a. Which are the properties that define an orthogonal projection? Give a precise definition.
b. What does completeness mean? Please state both the definition and an example (without proof) of a complete vector space.
Can someone give these precise definitions please ?
Regarding a) I know it orthogonal if it
- Is linear
- Is idempotent.
B) I don't have clue about it.
To see that $P_M$ is well-defined, suppose $(x-m)\perp M$ and $(x-m')\perp M$ for some $m,m'\in M$. Then $m-m'=(x-m')-(x-m)$ is orthogonal to itself, making $m-m'=0$.
One can show that orthogonal projection is the same as closest point projection onto $M$. Closest point projection exists because $M$ is a complete subspace. So orthogonal projection is everywhere defined, and these two projections map $x$ to the same $m \in M$.
Linearity: Orthogonal projection is automatically linear because of uniqueness, and the fact that $$ (x-P_Mx)\perp M,\;\;(y-P_{M}y)\perp M \\ \implies \{(\alpha x+\beta y)-(\alpha P_{M}x+\beta P_{M}y)\} \perp M. $$ Idempotent: $P_{M}$ is the identity on $M$ because $(m-m)\perp M$. Therefore $P_{M}^2=P_{M}$.
Symmetry: $ \langle P_{M}x,y\rangle = \langle P_{M}x,(y-P_{M}y)+P_{M}y\rangle = \langle P_{M}x,P_{M}y\rangle.$ Hence, $$ \langle P_{M}x,y\rangle = \langle P_{M}x,P_{M}y\rangle = \langle x,P_{M}y\rangle. $$ Bounded: $\|x\|^2=\|x-P_{M}x\|^2+\|P_{M}x\|^2 \ge \|P_{M}x\|^2$.
Conversely, if $P=P^2=P^{\star}$ is linear, then you can show that $P$ satisfies the properties of an orthogonal projection onto $M=P\mathcal{H}$ because \begin{align} \langle x-Px,m \rangle & = \langle x-Px,Pm \rangle \\ &= \langle P^{\star}(x-Px),m\rangle \\ &= \langle P(x-Px),m\rangle \\ &= \langle Px-P^2x,m\rangle = 0,\;\;\; m \in M. \end{align}
Example: $\mathbb{R}^{n}$ is complete.