Try   HackMD



Lecture 4: Bounded Operators

tags: 224a

We now begin to develop the spectral theory of bounded operators on Hilbert space. Besides giving a great deal of insight into the structure of these operators, it is an indispensible tool in solving "infinite dimensional linear equations" (such as differential equations), due to the absence of algorithms like Gaussian elimination.

Norms and Convergence

A linear transformation

T:XY for Banach spaces
X,Y
is called bounded if there is a constant
C
such that
TxYCxXxX,

and the least such constant is called its operator norm
T
. We will denote the set of bounded operators
XY
by
L(X,Y)
. It is shown on the homework that an operator
T
is continuous with respect to convergence in norm if and only if it is bounded.

The fact that

T satisfies the triangle inequality follows from linearity and the triangle inequality for
Y
.

Here are some examples of bounded operators:

  1. X=Y=2(Z)
    with $(Tx)n = x{n-1} (shift operator). Check that
    Tx=x
    for all
    x
    .
  2. X=L1(R),Y=C
    and
    Tf=Rf(x)dx.
    The triangle inequality shows that
    T1
    and this is achieved for
    f
    any nonnegative function.
  3. X=Y=L2(0,1)
    ,
    (Vf)(x):=0xf(y)dy,
    the Volterra operator. A simple Cauchy-Schwartz argument reveals that the norm is bounded by
    1/2
    . The true answer is
    2/π,
    though this is harder to show.
  4. Any bounded linear functional
    y:HC
    . By the Riesz theorem this is always equal to
    (y,x)
    for some
    y
    , and it is easy to see that
    y=y
    .

We will often define operators in

L(X,Y) as absolutely convergent power series in other operators, so it is important to know that this space contains enough limit points. Let
TnT
denote
TnT0
as
n
.

Theorem. If

X is a normed linear space and
Y
is a Banach space,
L(X,Y)
is complete with respect to the operator norm.
Proof. Suppose
Tn
is a sequence in
L(X,Y)
satisfying
TnTm0
as
n,m
. For a fixed vector
xX
, the sequence
TnxY
satisfies
TnxTmxTnTmx0
so it must have a limit point; define
Tx
to be equal to this limit point.

Linearity of

T can be checked easily. We will now show
TnT0
. Fix
ϵ>0
, and choose
n
such that
TnTmϵ/2
whenever
m/gen
. Let
x=1
and observe that for every
mn
we have
TnxTxTnxTmx+TmxTxϵ/2+ϵ/2,

by taking
m
sufficiently large and using
TmxTx0
(note that
m
can depend on
x
). Since
n
depended only on
ϵ
we have shown that
supx=1TnxTx<ϵ
, as desired.

To see that

T is bounded, observe that for every
n
one has
TTnT+Tn
, and choose
n
such that
TnT1
(say).

Besides convergence in norm, there are two other useful notions of convergence for sequences of operators, called strong and weak convergence; for definitions and examples, see Sec VI.1 of Reed and Simon. Roughly speaking, weak convergence corresponds to "entrywise" convergence of matrices, and strong convergence corresponds to "columnwise" convergence. For the purposes of this course, the word "topology" just means notion of convergence. As seen from the examples, these notions of convergence are very different, and it is important to be mindful of which one is meant. We remark that

L(X,Y) is also closed with respect to weak convergence, and this is proven in Reed and Simon Theorem VI.1.

Adjoints and Positivity

We will use

L(H) to denote bounded operators from a Hilbert space to itself.

Theorem. If

AL(X,Y) for complex separable Hilbert spaces
X,Y
, there is a unique operator
AL(Y,X)
called its adjoint which satisfies
(y,Ax)Y=(Ay,x)X()

for all
xX,yY
.
Proof. Given
yY
, consider the linear functional
Ay(x):=(y,Ax)
on
X
. This is bounded by Cauchy-Schwartz, so by the Riesz theorem there is a vector
z
such that
Ay(x)=(z,x)
for all
xX
; define
Ay=z
for this
z
. By construction, the property
()
is satisfied for all
xX
. Linearity is then implied by the properties of the inner product, as
(A(ay+by),x)=(ay+by,Ax)=a¯(y,Ax)+b¯(y,Ax)

=a¯(Ay,x)+b¯(Ay,x)=(aAy+bAy,x)

for all
xX
, so by uniqueness in the Riesz theorem we must have
A(ay+by)=aAy+bAy
.

Boundedness follows by observing that

Ay2=|(Ay,Ay)|=(y,AAy)|yAAy
for all
y
, whence
AA
.

Uniqueness of

A follows because if
(Cy,x)=(Dy,x)
for all
x,y
then we must have
Cy=Dy
for all
y
or
C=D
.

The properties of the adjoint operation with respect to other operations like addition, multiplication, and norm are listed in Reed and Simon Theorem VI.3.

An operator

AL(H) is called self-adjoint if
A=A
. Self-adjointness is an important property both from a mathematical (becuase it allows a much better understanding of the spectrum) and physical (because such operators correspond to observables in quantum mechanics) point of view. A homework problem asks you to prove that
A=supx=1(x,Ax)

whenever
A=A
.

An operator

AL(H) is called positive, denoted
A0
, if
(x,Ax)0
for all
xH
. On the homework it is shown in a complex Hilbert space, a positive operator is always self-adjoint.

We conclude the lecture by recovering a familiar fact from finite dimensional linear algebra: a positive operator has a square root. The proof constructs this square root using an absolutely convergent power series. This is a common technique in the infinite dimensional setting; at a high level, the techniques of analytic function theory are the ones that generalize best beyond finite dimensions.

Theorem. If

A0 then there is a unique
BL(H)
with
B2=A
,
B0
, and
AB=BA
.
See Reed and Simon Theorem VI.9 for a proof.