Skip to content

Chapter 108. Functional Analysis Connections

Functional analysis studies vector spaces together with topology, norms, inner products, and linear operators. It extends linear algebra from finite-dimensional coordinate spaces to spaces of functions, sequences, distributions, and operators.

The central objects are Banach spaces, Hilbert spaces, and continuous linear operators. A Banach space is a complete normed vector space. A Hilbert space is a complete inner product space. Functional analysis studies these spaces and the bounded linear maps between them.

108.1 From Linear Algebra to Functional Analysis

Finite-dimensional linear algebra studies spaces such as

Fn. F^n.

Functional analysis studies spaces such as

C([0,1]),L2([0,1]),p,H1(Ω). C([0,1]), \qquad L^2([0,1]), \qquad \ell^p, \qquad H^1(\Omega).

The objects are still vectors. A function can be added to another function. A sequence can be multiplied by a scalar. A differential equation can be viewed as an equation in a vector space.

The new issue is convergence.

In finite dimensions, algebra and topology are tightly linked. In infinite dimensions, they separate. A linear map may fail to be continuous. A subspace may fail to be closed. A bounded sequence may fail to have a convergent subsequence.

Functional analysis studies linear algebra under these analytic constraints.

108.2 Normed Spaces

A normed vector space is a vector space VV with a function

:V[0,) \|\cdot\| : V \to [0,\infty)

satisfying:

v=0    v=0, \|v\|=0 \iff v=0, cv=cv, \|cv\|=|c|\|v\|,

and

u+vu+v. \|u+v\|\le \|u\|+\|v\|.

The norm gives a notion of length. It also defines distance:

d(u,v)=uv. d(u,v)=\|u-v\|.

Thus a normed space is both algebraic and metric.

Examples include:

SpaceNorm
Rn\mathbb R^nx2=(xi2)1/2\|x\|_2=(\sum x_i^2)^{1/2}
C([a,b])C([a,b])(|f|\infty=\max{x\in[a,b]}
p\ell^p(|x|_p=(\sum
LpL^p(|f|_p=(\int

108.3 Banach Spaces

A Banach space is a complete normed vector space.

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

If

(vn) (v_n)

is Cauchy, then for every ε>0\varepsilon>0, there exists NN such that

vmvn<ε \|v_m-v_n\|<\varepsilon

for all m,nNm,n\ge N.

The space is complete if there exists vVv\in V such that

vnv. v_n\to v.

Completeness is essential because analysis repeatedly constructs objects as limits. A space used for solving equations should contain the limits produced by its approximation methods.

Standard Banach spaces include C([a,b])C([a,b]) with the supremum norm, p\ell^p for 1p1\le p\le\infty, and LpL^p spaces for 1p1\le p\le\infty. Functional analysis treats continuous linear operators on Banach and Hilbert spaces as central objects.

108.4 Inner Product Spaces

An inner product space is a vector space with a pairing

u,v \langle u,v\rangle

that generalizes the dot product.

Over R\mathbb R, it satisfies:

u,v=v,u, \langle u,v\rangle=\langle v,u\rangle, au+bv,w=au,w+bv,w, \langle au+bv,w\rangle = a\langle u,w\rangle+b\langle v,w\rangle,

and

v,v>0 \langle v,v\rangle>0

for v0v\ne 0.

The inner product defines a norm:

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

It also defines orthogonality:

uvu,v=0. u\perp v \quad\Longleftrightarrow\quad \langle u,v\rangle=0.

Inner product spaces generalize Euclidean geometry and provide formal notions of length, angle, and projection.

108.5 Hilbert Spaces

A Hilbert space is a complete inner product space.

Every Hilbert space is a Banach space because its inner product defines a norm. Hilbert spaces behave more like Euclidean spaces than general Banach spaces because they support orthogonality and projection.

Examples include:

Hilbert spaceInner product
Rn\mathbb R^nx,y=xiyi\langle x,y\rangle=\sum x_i y_i
2\ell^2x,y=xnyn\langle x,y\rangle=\sum x_n\overline{y_n}
L2([a,b])L^2([a,b])f,g=abfg\langle f,g\rangle=\int_a^b f\overline g

Hilbert spaces are the natural setting for Fourier analysis, quantum mechanics, spectral theory, and weak formulations of differential equations.

108.6 Bounded Linear Operators

Let XX and YY be normed spaces.

A linear operator

T:XY T:X\to Y

is bounded if there exists C0C\ge 0 such that

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

for all xXx\in X.

The least such constant is the operator norm:

T=supx1Tx. \|T\| = \sup_{\|x\|\le 1}\|Tx\|.

For linear maps between normed spaces, boundedness is equivalent to continuity.

This is one of the basic bridges between algebra and analysis. A bounded linear operator is a linear map compatible with the topology.

108.7 Operator Spaces

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

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

It is itself a normed vector space under the operator norm.

When YY is complete, B(X,Y)\mathcal B(X,Y) is also complete. Thus if YY is a Banach space, then B(X,Y)\mathcal B(X,Y) is a Banach space.

When X=YX=Y, one writes

B(X)=B(X,X). \mathcal B(X)=\mathcal B(X,X).

This space is an algebra under composition:

(ST)(x)=S(Tx). (ST)(x)=S(Tx).

Thus functional analysis studies not only vector spaces, but also algebras of operators on vector spaces.

108.8 Linear Functionals

A linear functional is a linear map

f:XF. f:X\to F.

If XX is normed, one usually studies continuous linear functionals.

The continuous dual space is

X=B(X,F). X' = \mathcal B(X,F).

It consists of all bounded linear functionals on XX.

The dual space is one of the main tools of functional analysis. It allows vectors to be studied through scalar measurements.

For finite-dimensional spaces, the algebraic dual and continuous dual coincide. In infinite-dimensional normed spaces, they may differ greatly.

108.9 Hahn-Banach Theorem

The Hahn-Banach theorem is one of the foundational theorems of functional analysis.

In one common form, it says that a bounded linear functional defined on a subspace can be extended to the whole normed space without increasing its norm.

Thus, if

MX M\subseteq X

and

f:MF f:M\to F

is bounded and linear, then under the usual hypotheses there exists a bounded linear extension

F:XF F:X\to F

such that

FM=f F|_M=f

and

F=f. \|F\|=\|f\|.

The theorem guarantees that normed spaces have enough continuous linear functionals to separate points and study dual spaces.

108.10 Duality

Duality is the study of a space through its linear functionals.

A vector xXx\in X can be tested by functionals:

f(x). f(x).

If sufficiently many functionals are available, the behavior of xx can be recovered from all such scalar evaluations.

For example, in a Hilbert space HH, the Riesz representation theorem states that every continuous linear functional has the form

f(x)=x,y f(x)=\langle x,y\rangle

for a unique yHy\in H.

Thus

HH H'\cong H

in a canonical way, up to the convention for complex conjugation.

This is one reason Hilbert spaces have especially strong geometric structure.

108.11 Weak Convergence

Norm convergence means

xnx0. \|x_n-x\|\to 0.

Weak convergence means that all continuous linear functionals converge on the sequence:

f(xn)f(x) f(x_n)\to f(x)

for every

fX. f\in X'.

Weak convergence is written

xnx. x_n\rightharpoonup x.

Weak convergence is weaker than norm convergence. It records convergence under all scalar tests, but not necessarily convergence in length.

Weak topologies are important because they often provide compactness where norm topology does not.

108.12 Banach-Alaoglu Theorem

The Banach-Alaoglu theorem states that the closed unit ball of the dual space of a normed vector space is compact in the weak star topology.

This theorem is a substitute for the finite-dimensional fact that closed bounded sets are compact.

In infinite-dimensional normed spaces, the closed unit ball usually fails to be compact in the norm topology. Weak and weak star topologies recover compactness in a form useful for analysis.

This compactness principle is central in optimization, PDEs, measure theory, and variational methods.

108.13 Open Mapping Theorem

The open mapping theorem states that a surjective bounded linear operator between Banach spaces maps open sets to open sets. One important consequence is the bounded inverse theorem: a bijective bounded linear operator between Banach spaces has a bounded inverse.

This result has no purely algebraic analogue.

Algebra says that a bijective linear map has an inverse. Functional analysis asks whether the inverse is continuous.

For Banach spaces, completeness makes the answer positive.

108.14 Closed Graph Theorem

The closed graph theorem gives another criterion for continuity.

If

T:XY T:X\to Y

is a linear operator between Banach spaces, then TT is continuous if and only if its graph

{(x,Tx):xX} \{(x,Tx):x\in X\}

is closed in

X×Y. X\times Y.

This theorem connects an analytic property of an operator with a topological property of its graph.

It is especially useful when continuity is hard to prove directly.

108.15 Uniform Boundedness Principle

The uniform boundedness principle is another central theorem of Banach-space theory.

It says that a pointwise bounded family of bounded linear operators on a Banach space is uniformly bounded in operator norm.

That is, if

supαTαx< \sup_{\alpha}\|T_\alpha x\|<\infty

for every fixed xXx\in X, then

supαTα<. \sup_{\alpha}\|T_\alpha\|<\infty.

The theorem turns pointwise control into uniform operator control.

It is one of the main tools for detecting hidden unboundedness in approximation processes.

108.16 Orthogonal Projection

Hilbert spaces support orthogonal projection.

If MM is a closed subspace of a Hilbert space HH, then every xHx\in H can be written uniquely as

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

where

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

The vector mm is the orthogonal projection of xx onto MM.

This generalizes the projection theorem from Euclidean geometry.

The requirement that MM be closed is essential. In infinite dimensions, nonclosed subspaces may fail to contain best approximations.

108.17 Spectral Theory

Spectral theory generalizes eigenvalue theory.

For a linear operator TT, a scalar λ\lambda belongs to the spectrum if

TλI T-\lambda I

fails to have a bounded inverse.

In finite dimensions, this is equivalent to

det(TλI)=0. \det(T-\lambda I)=0.

In infinite dimensions, determinants are usually unavailable, and the spectrum may contain values that are not eigenvalues.

Thus functional analysis replaces the characteristic polynomial with operator-theoretic invertibility.

Spectral theory is central in quantum mechanics, PDEs, numerical analysis, and signal processing.

108.18 Compact Operators

A compact operator sends bounded sets to relatively compact sets.

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

For many compact operators on infinite-dimensional Hilbert spaces, nonzero spectral values appear as eigenvalues with finite multiplicity and can accumulate only at zero.

Integral operators often provide examples:

(Tf)(x)=abK(x,y)f(y)dy. (Tf)(x)=\int_a^b K(x,y)f(y)\,dy.

Compactness turns an infinite-dimensional operator into something that can often be approximated effectively by finite-rank operators.

108.19 Self-Adjoint Operators

In a Hilbert space, the adjoint of an operator TT is an operator TT^* satisfying

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

An operator is self-adjoint if

T=T. T=T^*.

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

They have real spectral behavior and support spectral decompositions. They are central in quantum mechanics, where observables are modeled by self-adjoint operators.

108.20 Weak Formulations of Differential Equations

Functional analysis is a natural language for differential equations.

A differential equation can often be rewritten as an operator equation:

Lu=f. Lu=f.

Instead of requiring classical derivatives, one may seek weak solutions in a Hilbert or Banach space.

For example, the equation

u=f -u''=f

can be studied through the bilinear form

a(u,v)=u(x)v(x)dx. a(u,v)=\int u'(x)v'(x)\,dx.

One then seeks uu such that

a(u,v)=f,v a(u,v)=\langle f,v\rangle

for all test functions vv.

This converts a differential equation into a problem about linear functionals, bilinear forms, and Hilbert-space geometry.

108.21 Approximation and Projection

Functional analysis provides the foundation for approximation methods.

A common strategy is to choose finite-dimensional subspaces

V1V2X V_1\subseteq V_2\subseteq\cdots\subseteq X

and solve finite-dimensional problems in VnV_n.

This leads to Galerkin methods, finite element methods, spectral methods, and projection algorithms.

The linear algebra is finite at each stage. The functional analysis proves convergence as

n. n\to\infty.

Thus numerical analysis of infinite-dimensional problems depends on both matrix computation and analytic estimates.

108.22 Relation to Linear Algebra

Functional analysis can be viewed as linear algebra plus limits.

Linear algebraFunctional analysis
Vector spaceNormed or topological vector space
MatrixLinear operator
Dot productInner product
Euclidean spaceHilbert space
Finite basisSchauder basis or orthonormal basis
EigenvaluesSpectrum
Matrix inverseBounded inverse
Orthogonal projectionProjection onto closed subspaces
RankRange and closed range
Dual spaceContinuous dual

The finite-dimensional theory remains the model, but many statements require new hypotheses.

Completeness, continuity, boundedness, and compactness become structural assumptions rather than automatic facts.

108.23 Example: Shift Operator on 2\ell^2

Let

S:22 S:\ell^2\to\ell^2

be 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).

This is the right shift operator.

It is linear and bounded.

Indeed,

Sx22=02+x12+x22+=x22. \|Sx\|_2^2 = 0^2+|x_1|^2+|x_2|^2+\cdots = \|x\|_2^2.

Thus

Sx2=x2. \|Sx\|_2=\|x\|_2.

The operator preserves norm, but it is not surjective. No vector maps to a sequence whose first coordinate is nonzero.

This example shows how simple infinite-dimensional operators can behave differently from square matrices.

108.24 Example: Multiplication Operator

Let

X=C([0,1]) X=C([0,1])

with the supremum norm, and define

(Tf)(x)=xf(x). (Tf)(x)=x f(x).

Then TT is linear.

Also,

Tf=maxx[0,1]xf(x)maxx[0,1]f(x)=f. \|Tf\|_\infty = \max_{x\in[0,1]} |x f(x)| \le \max_{x\in[0,1]} |f(x)| = \|f\|_\infty.

Thus

T1. \|T\|\le 1.

Taking f(x)=1f(x)=1, we get

Tf=1, \|Tf\|_\infty=1,

so

T=1. \|T\|=1.

This operator behaves like an infinite-dimensional diagonal matrix whose diagonal entries vary continuously over [0,1][0,1].

108.25 Example: Integral Operator

Let

(Tf)(x)=01K(x,y)f(y)dy, (Tf)(x)=\int_0^1 K(x,y)f(y)\,dy,

where KK is a continuous function on [0,1]×[0,1][0,1]\times[0,1].

Such an operator maps functions to functions.

It is linear because integration is linear.

Under standard norms, integral operators are often bounded, and many are compact.

This makes them important in integral equations, PDEs, probability, and applied mathematics.

They are infinite-dimensional analogues of matrices, with the kernel K(x,y)K(x,y) playing the role of matrix entries.

108.26 Why Functional Analysis Matters

Functional analysis matters because many problems are linear but infinite-dimensional.

Examples include:

ProblemFunctional-analytic form
Fourier analysisExpansion in Hilbert spaces
PDEsOperator equations
Quantum mechanicsSelf-adjoint operators on Hilbert spaces
OptimizationWeak compactness and duality
Signal processingProjections and transforms
ProbabilityFunction spaces and operators
Numerical analysisFinite-dimensional approximation of infinite problems

The subject supplies the theorems that justify limiting processes, approximation schemes, and operator methods.

108.27 Summary

Functional analysis extends linear algebra to vector spaces with topology.

The main objects are:

ConceptMeaning
Normed spaceVector space with length
Banach spaceComplete normed space
Inner product spaceVector space with angle and orthogonality
Hilbert spaceComplete inner product space
Bounded operatorContinuous linear map
Dual spaceSpace of continuous linear functionals
Weak topologyTopology defined by functionals
SpectrumInfinite-dimensional eigenvalue theory

The guiding principle is that linear algebra remains valid only when analytic structure is controlled. In finite dimensions, many properties are automatic. In infinite dimensions, they become theorems, hypotheses, or failures. Functional analysis is the discipline that studies this boundary.