Exercise 6.6.5

Answers

1.
Since T is an orthogonal projection, we may write V = R(T) R(T). So for each x V we could write x = u + v such that u R(T) and v R(T). So we have
T(u + v) = uu + v = x.

The example for which the in which the inequality does not hold is T(a,b) = (a + b,0), since we have

T(1,1) = (2,0) = 2 > (1,1) = 2.

Finally, if the equality holds for all x V , then we have u = u + v. Since u and v are orthogonal, we have

u + v2 = u2 + v2.

So the equality holds only when v = 0. This means that x is always an element in R(T) and so R(T) = V . More precisely, T is the identity mapping on V .

2.
If T is a projection on W along W, we have V = W W. So every vector x V could be written as x = u + v such that u W and v W. If WW, we may find some u W and v W such that they are not orthogonal. So u,v is not zero. We may pick t = 2v2 2u,v and calculate that
T(tu + v)2 = tu2.

But now we have

tu + v2 = tu2 + 2tu,v + v2
= tu2 v2 < T(tu + v)2.

So T must be an orthogonal projection.

User profile picture
2011-06-27 00:00
Comments