Graduate → Real Analysis → Functional Analysis ↓
Spectral Theory
Spectral theory is an important field in functional analysis, primarily concerned with the study of spectra or eigenvalues of operators in infinite-dimensional spaces. This theory plays an important role in understanding how different types of operations work on different spaces.
Introduction to basic concepts
In functional analysis, we often deal with function spaces, where functions play the same role as numbers in classical algebra. We are particularly interested in linear operators, which are functions that "act" on these function spaces.
Consider a vector space V
and a linear operator T: V → V
Spectral theory studies the properties and behaviors of such operators through their spectrum.
Understanding the spectrum
The concept of the spectrum of an operator is an extension of the idea of eigenvalues. For finite-dimensional spaces, the spectrum coincides with the set of eigenvalues. However, in infinite dimensions, the theory becomes richer and more complicated.
Definitions
Let's define some key terms:
- Eigenvalue: A scalar
λ
is an eigenvalue of a linear operatorT
if there exists a non-zero vectorv
such thatT(v) = λv
. - Eigenvector: A nonzero vector
v
that satisfiesT(v) = λv
for some scalarλ
. - Spectrum: The set of all scalars
λ
such thatT - λI
is not invertible, whereI
is the identity operator.
Types of spectrum
The spectrum σ(T)
of the operator T
can be broken down into the following parts:
- Point spectrum
σ_p(T)
: It consists of the eigenvalues ofT
- Continuous spectrum
σ_c(T)
: the valueλ
whereT - λI
is not invertible and has no eigenvalues. - Residual spectrum
σ_r(T)
: the values whereT - λI
is not invertible and not bounded below.
Illustrative examples
Example of a finite-dimensional operator
Consider the 2x2 matrix operator:
A = [ 2, 1 ] [ 0, 3 ]
This matrix represents an operator A: R^2 → R^2
. The characteristic polynomial is given as:
det(A - λI) = (2-λ)(3-λ) - 0 = (2-λ)(3-λ)
The roots of this polynomial, λ = 2
and λ = 3
, are the eigenvalues of A
Therefore, the spectrum is σ(A) = {2, 3}
.
Example of an infinite-dimensional operator
Consider the shift operator T
in place of the square-summable sequence l^2
:
T(x₁, x₂, x₃, ...) = (0, x₁, x₂, x₃, ...)
This operator has no eigenvalues because there is no non-zero sequence (x₁, x₂, x₃, ...)
such that (0, x₁, x₂, x₃, ...) = λ(x₁, x₂, x₃, ...)
The point spectrum σ_p(T)
is empty.
However, T
is not invertible. The spectrum σ(T)
is the closed unit disk in the complex plane.
Visualization of spectral theory
Consider an operator represented by a matrix:
The spectrum can be viewed as a set of points on the complex plane.
Spectral theorem
The spectral theorem is a powerful result that provides conditions under which a linear operator can be decomposed into simpler components.
Hilbert space
For linear operators on a Hilbert space, the theorem states that an operator T
can be transformed into a "diagonal" form by using a suitable basis of the eigenvectors, similar to the diagonalization of matrices.
General operator
For a normal operator T
in a Hilbert space (where TT* = T*T
), the spectral theorem guarantees that T
can be represented as:
T = UDU*
Here, U
is a unitary operator and D
is a diagonal operator. This simplifies understanding and calculations with T
Applications of spectral theory
Spectral theory has many applications in mathematics and science.
Quantum mechanics
The state of a quantum system is often described by a vector in a Hilbert space. Physical observables are represented by operators, and their spectra are related to measurable values (e.g., energy levels).
Signal processing
Spectral analysis of signals is based on decomposing a signal into its frequency components, which is similar to studying the spectrum of a linear operator representing a transformation of the signal.
Control principles
In control systems, the eigenvalues of the system's matrix can determine stability. Spectral methods help to design systems with desired dynamic properties.
Connections to other regions
Regularity properties of operators play an important role in partial differential equations (PDEs) and are often analyzed using spectral theory.
Examples in differential operators
Consider the operator -(d^2/dx^2)
on L^2([0, π])
with Dirichlet boundary conditions. The eigenfunctions are sin(nx)
and the eigenvalues are n^2
for n = 1, 2, ...
This is a classical spectral problem where the spectrum corresponds directly to physical frequencies.
Concluding remarks
Spectral theory is a vast and complex subject that is essential to functional analysis, which has diverse applications in mathematics and science. By understanding how operators behave, especially in infinite dimensions, we gain insight into many mathematical and physical phenomena.