Proof: P is an Orthogonal Projection with P^2=P

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
evilpostingmong
Messages
338
Reaction score
0

Homework Statement


Let P[tex]\in[/tex]L(V). If P^2=P, and llPvll<=llvll, prove that P is an orthogonal projection.

Homework Equations


The Attempt at a Solution


I think that regarding llPvll<=llvll is redundant. For example, consider P^2=P
and let v be a vector in V. Doesn't P^2=P kind of give it away by itself?
I mean v=a1v1+...+amvm+...+anvn. Consider the subspace that P projects to whose
dimension is less than V's. So for P^2 to =P, and P^2v=/=0,
PPv=a1v1+...+amvm=Pv=a1v1+...+amvm. Notice how the scalars from 1 to m
do not change to make P^2=P possible. Isn't it obvious enough from P^2=P
that the length of the vector a1v1+..+amvm is < a1v1+...+amvm+...+anvn?
I know that that's not were trying to prove, but why is llPvll<=llvll important
when we know P^2=P?
 
Last edited:
Physics news on Phys.org
The condition is not redundant. The condition that [tex]P^2=P[/tex] is precisely the definition of a projection, but you most definitely need the second piece, that [tex]||Pv||\leq||v||[/tex] to show that it is orthogonal. As a counterexample, consider the oblique (as opposed to orthogonal) projection in [tex]\mathbb{R}^2[/tex]

[tex]P=\[ \left( \begin{array}{ccc}<br /> 0 & 0 \\<br /> c & 1 \end{array} \right)\][/tex]

You can quickly check that it is indeed a projection by computing [tex]P^2=P[/tex] but if we look at its action on a vector we find:

[tex]Pv=\[ \left( \begin{array}{ccc}<br /> 0 \\<br /> cv_1+v_2 \end{array} \right)\][/tex]

So for c>1, we would have [tex]||Pv||>||v||[/tex]. This goes to show that an projection need not always reduce the magnitude of a vector upon which it acts and hence the second condition is not derivable from the first. In fact, we have to hope that the added condition is precisely what you need to show that the projection is orthogonal, or else that's going to be one tricky homework problem :wink:
 
cipher42 said:
The condition is not redundant. The condition that [tex]P^2=P[/tex] is precisely the definition of a projection, but you most definitely need the second piece, that [tex]||Pv||\leq||v||[/tex] to show that it is orthogonal. As a counterexample, consider the oblique (as opposed to orthogonal) projection in [tex]\mathbb{R}^2[/tex]

[tex]P=\[ \left( \begin{array}{ccc}<br /> 0 & 0 \\<br /> c & 1 \end{array} \right)\][/tex]

You can quickly check that it is indeed a projection by computing [tex]P^2=P[/tex] but if we look at its action on a vector we find:

[tex]Pv=\[ \left( \begin{array}{ccc}<br /> 0 \\<br /> cv_1+v_2 \end{array} \right)\][/tex]

So for c>1, we would have [tex]||Pv||>||v||[/tex]. This goes to show that an projection need not always reduce the magnitude of a vector upon which it acts and hence the second condition is not derivable from the first. In fact, we have to hope that the added condition is precisely what you need to show that the projection is orthogonal, or else that's going to be one tricky homework problem :wink:

Thank you! There had to be some motive for the author to put llPvll<=llvll, I just
couldn't find it.