PirateFan308
- 91
- 0
Homework Statement
Suppose that V is the direct sum U\oplusU' where U, U' are subspaces of V, which is a subspace of Fn. Define P:V→V as follows: if v\inV then we know we can write v uniquely as v=u+u' for some u\inU, u'\inU'. Define P(v)=u. Show that:
a) P is linear
b) P2=P (a linear function with this property is called a projection).
Let P'=I-P where I is the identity function
c) PP'=0=P'P
d) U=KerP', U'=KerP
The Attempt at a Solution
Since V is a direct sum of U and U', then U\bigcapU'={0}
To prove that P is linear, I need to prove that P(v+v')=P(v)+P(v') and P(cv)=cP(v)
P(v+v') = u
P(v)+P(v') = u+u'
Which obviously doesn't work. I'm using the assumption that v+v' is still in V, which is clearly an incorrect assumption. I also tried this:
P(v+v') = P((u_1+u_1')+(u_2+u_2')) = P(u_1'+u_2'+u_1+u_2)
P(v)+P(v') = P(u_1+u_1')+P(u_2+u_2')
For closed under multiplication, I didn't even know where to start.
Sorry for not showing very much work, but I'm so stuck that there is no work to show...
