Math113 F15 Hw8sols
Math113 F15 Hw8sols
Proof. By Prop 7.20 in the book, T is normal implies that ||T v|| = ||T ∗ v|| for all
v. Thus, if v ∈ null T then ||T v|| = 0 implies that ||T ∗ v|| = 0, thus v ∈ null T ∗ . As
(T ∗ )∗ = T , this means that v ∈ null T iff v ∈ null T ∗ . So the kernels of T and T ∗
are equal.
By Prop 7.7, null T ∗ = (range T )⊥ and null T = (range T ∗ )⊥ . As null T =
null T ∗ , this implies that
(range T )⊥ = (range T ∗ )⊥
If U is a subspace of V , then (U ⊥ )⊥ = U . Taking the orthogonal complement of
both sides of the above equation give us range T = range T ∗ .
Exercise 7.B.1. True or false (and give a proof of your answer): There exists
T ∈ L(R3 ) such that T is not self-adjoint (with respect to the usual inner product)
and such that there is a basis of R3 consisting of eigenvectors of T .
Proof. The statement above is true. To produce the desired example, note that
(1, 0, 0), (0, 1, 0), (1, 1, 1) is a basis of R3 and consider the operator T ∈ R3 such
that
T (1, 0, 0) = (0, 0, 0)
T (0, 1, 0) = (0, 0, 0)
T (1, 1, 1) = (1, 1, 1)
here we have used 3.5 to guarantee the existence of an operator T with the properties
above.
The vector (1, 0, 0) and (0, 1, 0) are eigenvectors of T with eigenvalue 0; the
vector (1, 1, 1) is an eigenvector of T with eigenvalue 1. Thus there is a basis of R3
consisting of eigenvectors of T .
However, 7.22 tells us that T is not normal (and thus not self-adjoint) because
the eigenvectors (1, 0, 0) and (1, 1, 1) correspond to distinct eigenvalues but these
eigenvectors are not orthogonal.
Question 1.
a) Given an example of two self-adjoint operators S ∈ L(R2 ) and T ∈ L(R2 ) whose
product is not self-adjoint.
Let V be a finite-dimensional inner product space, and assume that S, T ∈
L(V ) are self-adjoint.
b) Prove that ST + T S is a self-adjoint operator.
c) Prove that ST is self-adjoint iff ST = T S.
Proof. a) Let T, S : R2 → R2 s.t.
T (x, y) = (x + 2y, 2x) and S(x, y) = (y, x + y)
Their matrices with respect to the standard basis (which is orthonormal) are
1 2 0 1
M (T ) = and M (S) =
2 0 1 1
4
These operators are self-adjoint because the matrices are equal to their conjugate-
transposes. The product of these matrices is
2 3
M (T )M (S) =
0 2
This matrix is not equal to its conjugate transpose. As the standard basis is
orthonormal, this implies that T S is not self-adjoint.
b) We expand the following expression, using the fact that S, T are self-adjoint:
h(ST + T S)v, wi = hST v, wi + hT Sv, wi
= hT v, S ∗ wi + hSv, T ∗ wi
= hT v, Swi + hSv, T wi
= hv, T ∗ Swi + hv, S ∗ T wi
= hv, T Swi + hv, ST wi
= hv, (T S + ST )wi
Therefore, h(ST + T S)v, wi = hv, (T S + ST )wi so ST + T S is self-adjoint.
c) If ST = T S, then ST + T S = 2ST . Since 2ST is self-adjoint, and 2 is a real
number,
2hST v, wi = h2ST v, wi
= hv, 2ST wi
= 2hv, ST wi
Since our field is either R or C, we get that hST v, wi = hv, ST wi, so ST is
self-adjoint.
Suppose ST is self-adjoint. Then
hST v, wi = hv, ST wi
and,
hST v, wi = hv, (ST )∗ wi
= hv, T ∗ S ∗ wi
= hv, T Swi because T, S are self-adjoint.
Since
hv, ST wi = hv, T Swi for all v, w ∈ V ,
hv, (ST − T S)wi = 0 for all v, w ∈ V , so setting v = (ST − T S)w,
||(ST − T S)w||2 = 0 for all w ∈ V , therefore,
ST − T S = 0
So ST = T S.