Projections

Given a vector space V, a projection is a map

P:VV

such that P2=P.
Pasted image 20211017184359.png
Informally speaking, for a projection you not only need to specify the "target" subspace, but also a "direction" along which to project (the red vectors in the picture above). So, in some sense, a projection gives us a decomposition of the vector space V in horizontal and vertical subspace.

In finite dimensional vector spaces V, the subspaces U=Im(P) and W=Ker(P) satisfies:

x=Px(xPx)

Other properties, valid even for infinite dimension:

When we work in a Hilbert space H instead of in a plain vector space V, we can say that P is an orthogonal projection if

Px,y=x,Py

that is, is a self adjoint operator.
They satisfy the following properties:

u,w=Pu,w=u,Pw

Reciprocally, any projection P such that U and W are orthogonal satisfies, assuming x=u1+w1 and y=u2+w2

Px,y=P(u1+w1),u2+w2=u1,u2

and

x,Py=u1+w1,P(u2+w2)=u1,u2

and therefore P is self-adjoint.

im(IP)=Ker(P)

Proof:
First,

(IP)2=I22P+P2=IP

And secondly, xH, (IP)(x)Ker(P) since

P(IP)(x)=PxPx=0

Pv2=Pv,Pv=Pv,vPvv

and so

Pvv

This is similar, in some sense, to saying that is continue.

P=uu

or

P=|uu|

in Dirac bracket notation. I guess that is like taking an element of the tensor product HH.
This formula can be generalized for a projection on a subspace U of any dimension k. Choose an orthonormal basis of U, and take their coordinates with respect to the main orthonormal basis to form a matrix A. Then

P=AA