HW3
HW3
1 Proof. We need to define T ∗ such that ⟨v, T ∗ w⟩ = z1 x2 + z2 x3 + ... + zn−1 xn = ⟨T v, w⟩. Let v
= (z1 , ..., zn ) and w = (x1 , ..., xn ) be in Fn . Then define T ∗ w = (x2 , x3 , ..., xn , 0). Observe that
⟨v, T ∗ w⟩ = z1 x2 + z2 x3 + ... + zn−1 xn , as desired. ■
Suppose T ∗ T = 0. Then either T ∗ or T must be the zero map. In either case, T T ∗ = 0, as desired.
Finally, suppose T T ∗ = 0. Then either T or T ∗ must be the zero map. As we proved in the first
paragraph, one being 0 implies the other is 0 as well. Therefore, both T and T ∗ are 0, specifically T
in this instance. We have shown that T = 0 =⇒ T ∗ = 0 =⇒ T ∗ T = 0 =⇒ T T ∗ = 0 =⇒ T = 0.
Thus, we have completed the proof, and shown that these are all equivalent. ■
6 Proof. ■
1
7 Proof. (a) ( =⇒ ) Suppose T is injective. Then null T = (rangeT ∗ )⊥ = {0}. Then range T ∗ = V,
which means T ∗ is surjective.
(b) ( =⇒ ) Suppose T is surjective. Then range T (nullT ∗ )⊥ = W . That is, null T ∗ = 0. Therefore,
T ∗ is injective.
( ⇐= ) Suppose T −1 is self-adjoint. Once again, we know that ((T −1 )∗ )−1 = ((T −1 )−1 )∗ = T ∗ . By our
hyptothesis, the first expression equals (T −1 )−1 = T . Thus, we have T = T ∗ , and our proof is complete.
where the third equality is given by our inital hypothesis that T is normal. Therefore, T −1 is normal.
( ⇐= ) Suppose T −1 is normal. Then T T ∗ = (T −1 )−1 ((T ∗ )−1 )−1 = ((T ∗ )−1 T −1 )−1 = ((T −1 )∗ T −1 )−1 =
(T −1 (T −1 )∗ )−1 = ((T ∗ )−1 )−1 (T −1 )−1 = T ∗ T . Therefore, T is normal. ■
0 1
16 Proof. Consider two normal operators S and T on R2 such that M (S) = −1 01
0 and M (T ) = 1 0 .
These operators are both normal, however, M (S + T ) = 00 20 which is not normal. Therefore, the set
of normal operators on V is not closed under addition, so it is not a subspace of L(V ). ■
2
( ⇐= )Suppose P is self-adjoint. Then null P is orthogonal to range P. In 6C exercise 9, we showed that
this implies there exists a subspace U of V, namely range P, such that P = PU , and we are done. ■
20 Proof. Suppose the assumptions from the problem are true. Then v is eigenvector of T with a corre-
sponding eigenvalue of 3, and w is an eigenvector of T with a corresponding eigenvalue of 4. Since T
is normal, we can infer that v and w are orthogonal. With this in mind, ∥T (v + w)∥2 = ∥T v + T w∥2 =
∥3v + 4w∥2 = ⟨3v + 4w, 3v + 4w⟩ = ⟨3v, 3v⟩ + ⟨3v, 4w⟩ + ⟨4w, 3v⟩ + ⟨4w, 4w⟩ = 9∥v∥2 + 0 + 0 + 16∥w∥2 =
36 + 64 = 100. Thus, ∥T (v + w)∥2 = 100, so ∥T (v + w)∥ = 10. ■
23 Proof. First we will address null T = null T k . First we have the case where k = 2. We claim that since
T is normal, null T ∗ T = null T 2 . Let v be in null T ∗ T . Then T ∗ T v = T ∗ (T v) = 0. Then Tv must be
in null T as well. Therefore, T(Tv) = T 2 v = 0, so v is in null T 2 . Reverse the order of steps to see
inclusion in the other direction as well. Since null T = null T ∗ T , we have that null T = null T 2 .
Now assume the statement holds for any positive integer less than or equal to k. Then null T = null
T 2 = ... = null T k . Let v be in null T k+1 . Then T k+1 v = 0. Then T k (T v) = 0, which means Tv is in
null T k . By our induction hyptothesis, Tv must be in null T. Thus, T(Tv) = T 2 v = 0, which means v
is in null T 2 , and by extension that v is in null T. Inclusion in the other direction is trivial. Thus, we
conclue that null T = null T k .
Now we will look at the claim range T = range T k . We know range T ∗ T = range T ∗ . First we will show
that range T = range T 2 . Let v be in range T = range T ∗ = range T ∗ T . Then v = T ∗ T w = T T ∗ w
for some w in V. Then obviously, T ∗ w is in range T ∗ which means T ∗ w = T w1 for some w1 in V.
Therefore, v = T T w1 = T 2 w1 , so v is in range T 2 . Inclusion in the other direction is trivial. Thus,
range T = range T 2 .