- #1
buzzmath
- 112
- 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