Skip to content

Chapter 135. Operator Theory

135.1 Introduction

Operator theory studies linear maps acting on vector spaces with additional analytic structure, especially normed spaces, Banach spaces, and Hilbert spaces.

In finite-dimensional linear algebra, a linear transformation is usually represented by a matrix. In infinite-dimensional spaces, many linear transformations still behave like matrices, but new issues appear. A linear operator may fail to be bounded. Its spectrum may contain values that are not eigenvalues. Its inverse may exist algebraically but fail to be continuous. Its domain may be a proper subspace.

Operator theory extends matrix theory to infinite-dimensional settings. It is a central part of functional analysis and appears in differential equations, quantum mechanics, harmonic analysis, numerical analysis, and partial differential equations. Operator theory studies linear operators on function spaces, including differential and integral operators, and depends heavily on the topology of those spaces.

135.2 Linear Operators

Let VV and WW be vector spaces over a field FF. A linear operator is a linear map

T:VW T:V\to W

satisfying

T(u+v)=T(u)+T(v), T(u+v)=T(u)+T(v),

and

T(av)=aT(v). T(av)=aT(v).

When V=WV=W, one often writes

T:VV T:V\to V

and calls TT an operator on VV.

In finite dimensions, every linear operator on FnF^n is represented by an n×nn\times n matrix. In infinite dimensions, one often studies operators on spaces of sequences, functions, or distributions.

Examples include:

OperatorFormulaSpace
ShiftS(x1,x2,)=(0,x1,x2,)S(x_1,x_2,\ldots)=(0,x_1,x_2,\ldots)Sequence spaces
DifferentiationDf=fDf=f'Function spaces
MultiplicationMgf=gfM_gf=gfFunction spaces
Integral operatorTf(x)=K(x,y)f(y)dyTf(x)=\int K(x,y)f(y)\,dyFunction spaces
ProjectionPvPv equals component in a subspaceHilbert spaces

These operators generalize matrices, but their analytic behavior can be much richer.

135.3 Normed Spaces

A normed vector space is a vector space XX equipped with a norm

:XR0. \|\cdot\|:X\to\mathbb{R}_{\ge0}.

The norm satisfies:

PropertyFormula
Positivityx0\|x\|\ge0, and x=0\|x\|=0 only if x=0x=0
Homogeneity(|ax|=
Triangle inequalityx+yx+y\|x+y\|\le \|x\|+\|y\|

The norm introduces size, distance, convergence, and continuity.

Operator theory depends on this added structure. A linear map may preserve algebraic operations while behaving badly with respect to limits. Thus continuity becomes a central issue.

135.4 Bounded Operators

Let XX and YY be normed vector spaces. A linear operator

T:XY T:X\to Y

is bounded if there exists a constant C0C\ge0 such that

TxCx \|Tx\|\le C\|x\|

for all

xX. x\in X.

The least such CC is the operator norm:

T=supx1Tx. \|T\| = \sup_{\|x\|\le1}\|Tx\|.

A bounded linear operator sends bounded sets to bounded sets. In finite-dimensional spaces, every linear map is bounded. In infinite-dimensional spaces, this is no longer automatic.

Boundedness is equivalent to continuity for linear maps between normed spaces. This is one of the first bridges between algebra and analysis.

135.5 The Space of Bounded Operators

The set of all bounded linear operators from XX to YY is denoted

B(X,Y). \mathcal{B}(X,Y).

When X=YX=Y, one writes

B(X). \mathcal{B}(X).

With addition, scalar multiplication, composition, and the operator norm, B(X)\mathcal{B}(X) behaves like an algebra of infinite-dimensional matrices.

If XX is a Banach space, then B(X)\mathcal{B}(X) is also a Banach space.

This fact allows one to study limits of operators using analytic methods.

135.6 Banach Spaces

A Banach space is a complete normed vector space.

Completeness means that every Cauchy sequence converges to an element inside the space.

Examples include:

SpaceDescription
p\ell^ppp-summable sequences
C([a,b])C([a,b])Continuous functions on a compact interval
Lp(Ω)L^p(\Omega)pp-integrable functions
c0c_0Sequences converging to zero

Banach spaces are the natural setting for bounded operator theory.

Many major results of functional analysis, including the open mapping theorem, the closed graph theorem, and the uniform boundedness principle, concern operators between Banach spaces.

135.7 Hilbert Spaces

A Hilbert space is a complete inner product space.

Its inner product is written

x,y. \langle x,y\rangle.

The norm is induced by the inner product:

x=x,x. \|x\|=\sqrt{\langle x,x\rangle}.

Hilbert spaces are especially close to Euclidean spaces. They have orthogonality, projections, adjoints, and spectral theory.

Examples include:

Hilbert spaceDescription
Rn\mathbb{R}^nFinite-dimensional Euclidean space
Cn\mathbb{C}^nFinite-dimensional complex Hilbert space
2\ell^2Square-summable sequences
L2(Ω)L^2(\Omega)Square-integrable functions

Most of the spectral theory used in quantum mechanics and harmonic analysis is Hilbert-space operator theory.

135.8 Adjoints

Let HH be a Hilbert space and let

T:HH T:H\to H

be a bounded linear operator.

The adjoint of TT is the unique bounded operator

T:HH T^*:H\to H

satisfying

Tx,y=x,Ty \langle Tx,y\rangle = \langle x,T^*y\rangle

for all

x,yH. x,y\in H.

In finite-dimensional complex spaces, the adjoint is the conjugate transpose of a matrix:

T=TT. T^*=\overline{T}^{\,T}.

Adjoints are central because they allow geometric structure to interact with operator algebra.

135.9 Self-Adjoint Operators

An operator TT on a Hilbert space is self-adjoint if

T=T. T=T^*.

Self-adjoint operators generalize real symmetric matrices and Hermitian matrices.

They satisfy many strong properties:

PropertyMeaning
Real spectrumSpectral values lie on the real line
Orthogonal spectral decompositionGeneralized diagonalization
Variational principlesEigenvalues described by optimization
Physical observablesQuantum-mechanical interpretation

In finite dimensions, every self-adjoint matrix is unitarily diagonalizable.

In infinite dimensions, diagonalization becomes spectral representation.

135.10 Normal Operators

An operator TT is normal if

TT=TT. TT^*=T^*T.

This class includes:

Operator typeCondition
Self-adjointT=TT=T^*
UnitaryTT=TT=IT^*T=TT^*=I
Skew-adjointT=TT^*=-T

Normal operators are the correct infinite-dimensional analogue of matrices that can be diagonalized by an orthonormal basis.

The spectral theorem for normal operators is one of the central theorems of operator theory. In broad terms, the spectral theorem identifies operators that can be modeled by multiplication operators, which are the infinite-dimensional analogue of diagonal matrices.

135.11 Projections

A projection is an operator PP satisfying

P2=P. P^2=P.

If HH is a Hilbert space, an orthogonal projection also satisfies

P=P. P=P^*.

Orthogonal projections generalize the familiar operation of projecting a vector onto a subspace.

If MHM\subseteq H is a closed subspace, then every vector xHx\in H has a unique decomposition

x=m+n, x=m+n,

where

mM,nM. m\in M, \qquad n\in M^\perp.

The projection sends

xm. x\mapsto m.

Projection operators encode geometric decomposition.

135.12 Compact Operators

A bounded operator T:XYT:X\to Y is compact if it sends bounded sets to relatively compact sets.

In practical terms, compact operators behave like limits of finite-rank operators.

Compact operators are important because their spectral behavior resembles finite-dimensional matrix theory more closely than general bounded operators.

For compact operators on infinite-dimensional Hilbert spaces, nonzero spectral values often behave like eigenvalues with finite-dimensional eigenspaces, and they may accumulate only at zero.

Integral operators with sufficiently regular kernels often define compact operators.

135.13 Spectrum

Let TB(X)T\in\mathcal{B}(X), where XX is a complex Banach space.

The resolvent set of TT is the set of complex numbers λ\lambda such that

TλI T-\lambda I

is invertible and has a bounded inverse.

The spectrum is the complement of the resolvent set:

σ(T)={λC:TλI is not boundedly invertible}. \sigma(T) = \{\lambda\in\mathbb{C}:T-\lambda I \text{ is not boundedly invertible}\}.

In finite dimensions, the spectrum is exactly the set of eigenvalues.

In infinite dimensions, the spectrum may contain values that are not eigenvalues.

This is one of the main differences between matrix theory and operator theory.

135.14 Point, Continuous, and Residual Spectrum

The spectrum is often divided into parts.

Spectral partMeaning
Point spectrumTλIT-\lambda I is not injective
Continuous spectrumInverse exists on a dense range but is unbounded
Residual spectrumRange is not dense

The point spectrum is the set of eigenvalues.

The continuous spectrum has no finite-dimensional analogue in ordinary matrix theory. It appears naturally in differential operators and multiplication operators.

For example, multiplication by xx on L2([0,1])L^2([0,1]) has spectrum [0,1][0,1], but most spectral values are not eigenvalues.

135.15 Resolvent

The resolvent of TT is the operator-valued function

R(λ,T)=(TλI)1 R(\lambda,T) = (T-\lambda I)^{-1}

defined for

λσ(T). \lambda\notin\sigma(T).

The resolvent studies how the inverse changes as the parameter λ\lambda varies.

It is a central tool because spectral information is encoded in the analytic behavior of the resolvent.

Many parts of operator theory can be phrased as estimates on

(TλI)1. \|(T-\lambda I)^{-1}\|.

For differential operators, resolvent estimates often imply regularity, stability, and decay properties.

135.16 Spectral Radius

The spectral radius of a bounded operator is

r(T)=sup{λ:λσ(T)}. r(T) = \sup\{|\lambda|:\lambda\in\sigma(T)\}.

For bounded operators on complex Banach spaces, it is related to powers of the operator by the spectral radius formula:

r(T)=limnTn1/n. r(T) = \lim_{n\to\infty}\|T^n\|^{1/n}.

This formula generalizes matrix spectral radius theory.

It connects long-term iteration behavior with spectral structure.

For example, if

r(T)<1, r(T)<1,

then the powers

Tn T^n

tend to zero in many important settings.

135.17 Unbounded Operators

Many important operators are not bounded.

The derivative operator

Df=f D f=f'

on a function space is a typical example. Its size can grow without bound relative to the size of ff.

Unbounded operators cannot be defined on the whole Banach space in the same way as bounded operators. They usually have a domain

D(T)X. \mathcal{D}(T)\subseteq X.

Thus an unbounded operator is written

T:D(T)X. T:\mathcal{D}(T)\to X.

The domain is part of the operator.

This is essential. Two differential operators with the same formula but different domains may have different spectra.

135.18 Closed Operators

An unbounded operator T:D(T)XT:\mathcal{D}(T)\to X is closed if its graph is closed in

X×X. X\times X.

That means whenever

xnx x_n\to x

and

Txny, Tx_n\to y,

with

xnD(T), x_n\in\mathcal{D}(T),

then

xD(T) x\in\mathcal{D}(T)

and

Tx=y. Tx=y.

Closedness is a substitute for boundedness in many parts of unbounded operator theory.

Many differential operators are studied as closed operators.

135.19 Differential Operators

Differential operators are among the main sources of operator theory.

Examples include:

OperatorFormula
First derivativeD=ddxD=\frac{d}{dx}
LaplacianΔ=i2xi2\Delta=\sum_i \frac{\partial^2}{\partial x_i^2}
Schrödinger operatorΔ+V-\Delta+V
Heat operatortΔ\partial_t-\Delta

These operators act on function spaces.

Their spectral properties encode analytic and physical information.

For example, eigenvalues of the Laplacian describe vibration modes, heat diffusion, and geometric structure.

135.20 Multiplication Operators

Let gg be a function, and define

(Mgf)(x)=g(x)f(x). (M_gf)(x)=g(x)f(x).

This is a multiplication operator.

Multiplication operators are important because they are the infinite-dimensional analogue of diagonal matrices.

For a diagonal matrix, each coordinate is multiplied by a scalar. For a multiplication operator, each point xx is multiplied by the scalar g(x)g(x).

The spectral theorem says, in broad form, that many normal operators can be represented as multiplication operators.

This is why multiplication operators are a basic model in operator theory.

135.21 Shift Operators

The unilateral shift on 2\ell^2 is defined by

S(x1,x2,x3,)=(0,x1,x2,x3,). S(x_1,x_2,x_3,\ldots) = (0,x_1,x_2,x_3,\ldots).

It is an isometry, since

Sx=x. \|Sx\|=\|x\|.

But it is not unitary, because it is not onto.

The shift operator is one of the simplest infinite-dimensional operators whose behavior differs from finite-dimensional intuition.

It plays a central role in Hardy spaces, dilation theory, and operator models.

A classification result known as the Wold decomposition says that every isometry on a Hilbert space decomposes into a unitary part and shift-like parts.

135.22 Operator Algebras

A collection of operators may form an algebra.

An operator algebra is an algebra whose elements are operators and whose multiplication is composition.

Important examples include:

AlgebraDescription
B(H)\mathcal{B}(H)All bounded operators on a Hilbert space
CC^*-algebraNorm-closed algebra with adjoint operation
von Neumann algebraOperator algebra closed in weak operator topology
Compact operatorsNorm-closed ideal in B(H)\mathcal{B}(H)

Operator algebras connect linear algebra, topology, analysis, and quantum theory.

The theory of operator algebras studies algebras such as CC^*-algebras and is a major part of operator theory.

135.23 Functional Calculus

Functional calculus assigns functions of an operator.

For a diagonalizable matrix

A=VDV1, A=V D V^{-1},

one defines

f(A)=Vf(D)V1, f(A)=V f(D) V^{-1},

where f(D)f(D) applies ff to the diagonal entries.

Operator theory generalizes this idea.

For suitable operators, one may define:

eT,T,(TλI)1,logT. e^T,\qquad \sqrt{T},\qquad (T-\lambda I)^{-1},\qquad \log T.

Functional calculus is essential in spectral theory, semigroup theory, differential equations, and quantum mechanics.

135.24 Semigroups of Operators

A one-parameter semigroup of operators is a family

(T(t))t0 (T(t))_{t\ge0}

satisfying

T(0)=I, T(0)=I,

and

T(t+s)=T(t)T(s). T(t+s)=T(t)T(s).

Such semigroups describe time evolution.

For example, the heat equation can be written abstractly as

u(t)=Au(t), u'(t)=Au(t),

with solution

u(t)=T(t)u(0). u(t)=T(t)u(0).

The operator AA is called the generator of the semigroup.

Sectorial operators are important in this context. They are operators whose spectrum lies in a sector and whose resolvent satisfies suitable bounds; they occur in the theory of elliptic and parabolic partial differential equations and as generators of analytic semigroups.

135.25 Operator Theory and Linear Algebra

Operator theory extends linear algebra in several directions.

Linear algebraOperator theory
MatrixLinear operator
Finite-dimensional vector spaceBanach or Hilbert space
Matrix normOperator norm
Transpose or conjugate transposeAdjoint
EigenvaluesSpectrum
DiagonalizationSpectral theorem
Matrix inverseBounded inverse and resolvent
Orthogonal projectionProjection onto closed subspace
Matrix algebraOperator algebra

The main shift is from finite-dimensional algebra to infinite-dimensional algebra plus topology.

135.26 Summary

Operator theory studies linear transformations on spaces with analytic structure.

The central ideas are:

ConceptMeaning
Bounded operatorLinear operator controlled by a norm
Operator normSize of an operator
Banach spaceComplete normed vector space
Hilbert spaceComplete inner product space
AdjointOperator defined by inner product duality
Self-adjoint operatorInfinite-dimensional Hermitian analogue
Normal operatorOperator satisfying TT=TTTT^*=T^*T
Compact operatorInfinite-dimensional analogue of finite-rank behavior
SpectrumGeneralized eigenvalue set
ResolventInverse family (TλI)1(T-\lambda I)^{-1}
Unbounded operatorOperator with proper domain
Closed operatorOperator with closed graph
Operator algebraAlgebra of operators under composition
Functional calculusMethod for defining functions of operators

Operator theory begins with linear algebra but adds norm, topology, convergence, and domain. It explains how matrices generalize to function spaces and why infinite-dimensional linear maps require analytic methods.