Proving Orthogonal Projections: Showing 2-Norm Greater Than or Equal to 1

Click For Summary

Homework Help Overview

The problem involves a nonzero complex matrix \( P \) that acts as a projector, satisfying the condition \( P^2 = P \). The task is to demonstrate that the 2-norm \( ||P|| \) is greater than or equal to 1, with equality if and only if \( P \) is an orthogonal projector, meaning \( P = P^* \).

Discussion Character

  • Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants explore the implications of the properties of the projector, particularly focusing on the relationship between the 2-norm and the equality condition for orthogonal projectors. There are attempts to show that if \( ||P|| = 1 \), then \( P \) must equal its adjoint \( P^* \). Questions arise regarding the justification of certain steps in the reasoning and the necessity of using the condition \( ||P|| = 1 \) in the proof.

Discussion Status

The discussion is ongoing, with participants sharing their reasoning and questioning the validity of their approaches. Some have identified potential gaps in their logic, particularly concerning the use of the norm condition. There is a recognition that while certain steps lead to \( P = P^* \), the reliance on \( ||P|| = 1 \) remains a point of contention.

Contextual Notes

Participants express uncertainty about the implications of their findings, particularly when considering different values of the norm. The discussion reflects a need for clarity on how the properties of the projector interact with the norm condition, and whether the derived conclusions hold universally or are contingent on specific cases.

buzzmath
Messages
108
Reaction score
0

Homework Statement



P is mxm complex matrix, nonzero, and a projector (P^2=P). Show 2-norm ||P|| >= 1
with equality if and only if P is an orthogonal projector (P=P*)

Homework Equations


Let ||.|| be the 2-norm


The Attempt at a Solution



a. show ||P|| >= 1
let v be in the range of P. Pv = v. so ||Pv|| = ||v||. By definition of matrix norm ||Pv|| <= ||P||*||v||. thus ||P|| >= 1. otherwise, ||Pv|| > ||P||*||v|| which is a contradiction.

b. show equality if and only if P = P*
first assume P =P*
||Px|| ^2 = <Px,Px> = <x,P*Px>=<x,Px> <= ||Px|| * ||x|| by cauchy-schwarz inequality
so we have ||Px||^2 <= ||Px|| * ||x||
we know ||P|| = max ||Px|| where ||x|| = 1
so let ||x||=1
we have ||Px||^2 <= ||Px|| so dividing by ||Px|| givex
||Px|| <= 1 thus Thus 1<=||P||<=1 so ||P||=1

This is the part of the problem that I'm having trouble with
assume ||P|| = 1 show P = P*
<Px,Px> = 1
<Px,Px> = <Px,PPx> = <P*Px,Px> = 1
<Px,Px> - <P*Px,Px> = <Px-P*Px,Px> = 0
P-P*P = 0 so P = P*P
does this imply that P = P*?
is so why? I'm stuck at this point. Thanks for any help pointing me in the right direction
 
Physics news on Phys.org
buzzmath said:
This is the part of the problem that I'm having trouble with
assume ||P|| = 1 show P = P*
<Px,Px> = 1
<Px,Px> = <Px,PPx> = <P*Px,Px> = 1
<Px,Px> - <P*Px,Px> = <Px-P*Px,Px> = 0
P-P*P = 0 so P = P*P
does this imply that P = P*?
is so why? I'm stuck at this point. Thanks for any help pointing me in the right direction

P also equals P2=PP, so P-P*P = 0 implies PP-P*P = (P-P*)P=0 and P is non-zero so ______
 
So I understand now that (P-P*)P=0 implies P=P* since P is nonzero. I'm questioning my method for getting there now. The reason is I don't use the fact that ||P|| = 1
I only use the fact that <Px,Px>=<P*Px,Px>
For example
What if ||P|| = 2 then <Px,Px> = <Px,PPx> = <P*Px,Px> = 2 and
<Px,Px> - <P*Px,Px> = <Px-P*Px,Px> = 0 still getting me to the same place.
then I would have P = P* and from part 1 ||P|| = 1 a contradiction.
Does this make sense?
I'm not sure how I can use the ||P|| = 1
 
Last edited:
buzzmath said:
So I understand now that (P-P*)P=0 implies P=P* since P is nonzero. I'm questioning my method for getting there now. The reason is I don't use the fact that ||P|| = 1
I only use the fact that <Px,Px>=<P*Px,Px>

Hmmm...yes, I just noticed that you go directly from \langle Px-P^*Px\vert Px\rangle=0 to P-P^*P=0...how do you justify that?

Also, your notation looks pretty suspect to me...is it supposed to be Dirac notation, or something else?
 
Last edited:
Yes, I see the problem now. I was thinking I could use ||.|| = 0 only is . = 0
but <Px-P*Px,Px> = 0 doesn't mean that the first part is zero.
I've been playing with this and can't find how to use the fact that ||P|| = 1
any pointers?
Thanks
 
Hmmm... how about using \langle(P-P^*P)x,Px\rangle=\langle(P-P^*P)x,(P-P^*P+P^*P)x\rangle=\langle(P-P^*P)x,(P-P^*P)x\rangle+\langle(P-P^*P)x,P^*Px\rangle
 
so I have <(P-P*P)x,Px> = <(P-P*P)x,(P-P*P)x>+<(P-P*P)x,P*PX>
I know <Px,Px> = 1 = x*P*Px
now I write <(P-P*P)x,Px>=x*P*Px-x*PP*Px=1-x*PP*Px

and <(P-P*P)x,(P-P*P)x> = ||(P-P*P)x||

and <(P-P*P)x,P*PX> = x*P*P*Px-x*PP*P*Px = 1-x*PP*Px
Then <(P-P*P)x,Px> = 1-x*PP*Px = <(P-P*P)x,(P-P*P)x>+<(P-P*P)x,P*PX>
= ||(P-P*P)x|| + 1-x*PP*Px

subtract 1-x*PP*Px from each sde

then we have
||(P-P*P)x|| = 0 and thus P = P*P so (P-P*)P =0 P isn't 0 so thus P=P*

This seems right but I have one concern
If ||P|| = 2 for example then <(P-P*P)x,P*PX> = 2-x*PP*Px = ||(P-P*P)x|| + 2-x*PP*Px which gives me the same thing of P = P* but from the first part of the proof P = P* implies ||P|| = 1 a contradiction
 
I'm still confused because we're not using the fact that ||P|| = 1 just the fact that
<(P-P*P)x,Px> = <(P-P*P)x,P*Px>
and that <(P-P*P)x,Px> =||(P-P*P)x|| - <(P-P*P)x,P*Px>
so ||(P-P*P)x|| = 0 and thus P-P*P = 0 thus P = P*
but we never use ||P|| = 1 so wouldn't this work for and finite value of ||P||?
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
9K
  • · Replies 24 ·
Replies
24
Views
4K
Replies
6
Views
4K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
3
Views
7K