Matrix Projection in Linear Algebra
📂Matrix AlgebraMatrix Projection in Linear Algebra
Definition
A square matrix P∈Cm×m is a projector if P2=P.
Explanation
In algebraic terms, this is referred to as an idempotent, which similarly refers to an element like a2=a.
If P is a projection, then (I−P)2=I−2P+P2=I−2P+P=(I−P), so it can be known that (I−P) is also a projection.
Such a projector (I−P) is called the complementary projector of P.
Thinking of projection as a linear transformation geometrically, it’s like casting light on a geometric figure and obtaining its shadow. For example, a function like f(x,y,z):=(x,y,0) shoots light towards the direction of the z axis and represents the shadow that forms on the xy plane. Projecting the shadow again yields the same result, hence the definition of P2=P as a projector is sensible.
Properties
Projection P∈Cm×m and its complementary projection I−P satisfy the following properties:
(a) C(I−P)=N(P)
(b) N(1−P)=C(P)
(c) N(1−P)∩N(P)={0}
(d) C(P)∩N(P)={0}
(e) C(P)⊕N(P)=Cm
Proof
(a)(b)
It suffices to show that C(I−P) and N(P) are inclusive of each other. For any vector v∈Cm,
(I−P)v=v−Pv
If v∈N(P), then Pv=0, hence (I−P)v=v, i.e., v∈C(I−P), thus
N(P)⊂C(I−P)
If we let w∈C(I−P), then any v satisfying w=(I−P)v is also in C(I−P). Taking the projection P on w=(I−P)v,
Pw=Pv−P2v=Pv−Pv=0
Thus w∈N(P), and therefore
C(I−P)⊂N(P)
Hence (1) is proven, and since P=I−(I−P), by regarding the complementary projection (I−P) of projection P, (2) is immediately proven.
■
(c)(d)
Assume that v∈N(I−P)∩N(P) is not the zero vector. However, since v∈N(I−P), (I−P)v=0, and v∈N(P),
Pv=0
Adding both sides yields (I−P)v+Pv=v=0, which is a contradiction to the assumption.
Thus, (3) is proven, and (4) is immediately proven by (1) and (2).
■
(e)
By the definition of direct sum, it suffices to show existence, exclusivity, and uniqueness.
(i) Existence
By (a), N(P)=C(I−P), and for any vector s∈Cm, Ps∈C(P), and (I−P)s∈C(I−P).
However, since Ps+(I−P)s=Ps+s−Ps=s∈Cm, s can always be represented as the sum of C(P) and C(I−P).
(ii) Exclusivity
Already proven in (d).
(iii) Uniqueness
From the above (ii), for s∈Cm,
s=c1+n1=c2+n2
There exist c1,c2∈C(P) and n1,n2∈N(P) satisfying it.
Let’s assume c1=c2 and n1=n2.
Multiplying both sides of c1+n1=c2+n2 by P,
Pc1+Pn1=Pc2+Pn2
Meanwhile, since n1,n2∈N(P),
Pc1=Pc2
Thus P(c1−c2)=0. By the definition of the null space, (c1−c2)∈N(P), and by the property of vector spaces, (c1−c2)∈C(P), which by (exclusivity) must mean c1−c2=0.
This contradicts the assumption c1=c2, and similarly, n1=n2 being true can be shown.
■
See also