Bounded Linear Operators and Compact Operators
From Matrices to Operators
In Telecom Ch~1, linear maps between finite-dimensional spaces are matrices. In imaging, the forward operator maps a scene function to measurement data . This is an infinite-to-finite dimensional map — a bounded linear operator — and understanding its properties determines what reconstruction is possible.
The key properties to develop:
- Boundedness — the operator does not amplify signals without bound.
- Adjoint — the operator is the generalisation of ; it appears in every iterative algorithm.
- Compactness — the operator "compresses" the unit ball, making inversion inherently unstable. This is why imaging is ill-posed.
Definition: Linear Operator
Linear Operator
An operator is linear if
for all and all scalars .
Definition: Bounded Operator and Operator Norm
Bounded Operator and Operator Norm
A linear operator is bounded if its operator norm is finite:
Equivalently: there exists such that for all .
For linear operators, bounded continuous (see Continuous for Linear Operators" data-ref-type="theorem">TBounded Continuous for Linear Operators). This equivalence does NOT hold for nonlinear maps.
Theorem: Bounded Continuous for Linear Operators
A linear operator between normed spaces is bounded if and only if it is continuous.
A linear map that is continuous at one point is continuous everywhere by linearity. Boundedness is precisely the quantitative version of this uniform continuity: the Lipschitz constant of is its operator norm.
Use .
Contrapositive: if is unbounded, construct a sequence converging to whose image does not.
Bounded $\Rightarrow$ Continuous
Suppose . For any :
Given , take . Then implies . Thus is Lipschitz continuous.
Continuous $\Rightarrow$ Bounded (contrapositive)
Suppose is unbounded. There exist with and . Set . Then but . So is not continuous at .
Example: Integral Operators and the Hilbert–Schmidt Condition
The operator with kernel arises throughout imaging. Show that is bounded on when satisfies the Hilbert–Schmidt condition.
Hilbert–Schmidt condition
The operator is bounded when
By Cauchy–Schwarz:
Integrating over : , so .
Connection to the imaging forward operator
The Born-approximation forward operator (Ch~5) has kernel where is the free-space Green's function. The Hilbert–Schmidt condition is satisfied for bounded, compactly supported scenes, so the forward operator is always bounded.
Definition: Adjoint Operator
Adjoint Operator
The adjoint of a bounded linear operator is the unique bounded operator satisfying
for all and .
For matrices, (conjugate transpose). For integral operators, the adjoint has kernel : source and receiver positions are swapped and the kernel is conjugated.
This swapping has a physical interpretation: the adjoint of the forward scattering operator is the back-propagation (matched filter) operator — propagating the received field back toward the scene.
Definition: Self-Adjoint (Hermitian) Operator
Self-Adjoint (Hermitian) Operator
A bounded operator on a Hilbert space is self-adjoint if , i.e.,
Key examples:
- is always self-adjoint (and positive semidefinite): .
- Real-valued convolution operators with symmetric kernels are self-adjoint on .
The normal equation (Tikhonov regularisation, Ch~2) involves the self-adjoint operator . The spectral theorem for compact self-adjoint operators (TSpectral Theorem for Compact Self-Adjoint Operators) will give us a complete eigendecomposition of .
Definition: Compact Operator
Compact Operator
A linear operator is compact if it maps bounded sets to relatively compact (pre-compact) sets. Equivalently: every bounded sequence has a subsequence such that converges in .
Compact operators are the "closest to finite-dimensional" class of infinite-dimensional operators. All Hilbert–Schmidt integral operators (with square-integrable kernels) are compact. The definition via pre-compactness of the image of the unit ball explains the name: the operator "compacts" the unit ball to something with compact closure.
Theorem: Compact Operators are Not Invertible on Infinite-Dimensional Spaces
Let be an infinite-dimensional Hilbert space. Then:
(i) The compact operators form a closed two-sided ideal in the algebra of bounded operators .
(ii) A compact operator on an infinite-dimensional space is not boundedly invertible: if is compact and injective on an infinite-dimensional space, its inverse (if it exists) is unbounded.
(iii) This non-invertibility is why imaging problems are ill-posed: the forward operator is compact, so naive inversion amplifies noise without bound.
A compact operator "compresses" the unit ball to a relatively compact (strictly smaller) image. No operator that compresses in this way can have a bounded inverse that "un-compresses" everything back to the full unit ball in infinite dimensions.
Sketch of (ii)
Suppose is compact and boundedly invertible with bounded. Then would be compact (the composition of a bounded operator with a compact operator is compact). But the identity on an infinite-dimensional space is not compact — by Riesz's lemma, the unit ball is not pre-compact. Contradiction.
Visualizing the Operator Norm
For a matrix (a finite-dimensional operator), the operator norm equals the largest singular value — the maximum stretching factor. The unit circle maps to an ellipse whose semi-major axis equals . Explore how different matrix types (rotation, projection, scaling, shear) affect the geometry.
Parameters
Common Mistake: Adjoint is NOT the Same as Inverse
Mistake:
Using (the adjoint applied to the data) as the reconstruction, expecting it to recover the scene.
Correction:
The adjoint is the analogue of , not . For a unitary operator we have , but the imaging forward operator is never unitary (it loses information by mapping to a lower-dimensional space or having a non-trivial null space).
The result of applying to the data is the back-projection or matched filter image . This is a blurred version of the true scene, not the reconstruction. The point spread function is — invertible only up to regularisation.
Why This Matters: Operators in Reconstruction Algorithms
Every imaging algorithm repeatedly applies and . For example, ISTA performs:
where is soft-thresholding. ADMM alternates between applying (a linear solve involving ) and a proximal step. The Lipschitz constant of the gradient is — the step size is a hard constraint for convergence.
Efficient implementation of and — exploiting Kronecker product structure (Ch~4), FFT-based convolution, or the NUFFT — is the computational bottleneck of every reconstruction pipeline.
See full treatment in Chapter 4
Quick Check
For a linear operator between normed spaces, "bounded" is equivalent to ___.
differentiable
continuous
compact
invertible
A linear operator is bounded if and only if it is continuous. This equivalence relies on linearity — it does NOT hold for nonlinear maps.
Quick Check
The adjoint of a matrix , viewed as an operator from to , is ___.
(conjugate transpose)
(element-wise conjugate)
The adjoint of a matrix is its conjugate transpose , since .
Quick Check
True or False: A compact operator on an infinite-dimensional Hilbert space can be boundedly invertible.
True
False
A compact operator that is boundedly invertible would imply the identity is compact (as would be compact). But the identity on an infinite-dimensional space is never compact (Riesz's lemma). This is why the imaging inverse problem is inherently ill-posed.
Bounded operator
A linear operator with finite operator norm . Equivalent to continuity for linear operators.
Related: Bounded Operator and Operator Norm, Adjoint Operator
Adjoint operator
The unique operator satisfying for all . Generalises the conjugate transpose . Physically: the back-propagation (matched filter) operator.
Related: Adjoint Operator, Compact Operator
Compact operator
A linear operator that maps bounded sets to pre-compact (relatively compact) sets. Compact operators are bounded, have countably many singular values decaying to zero, and are not boundedly invertible on infinite-dimensional spaces. The forward operator in imaging is always compact.
Related: Compact Operator, Compact Operators are Not Invertible on Infinite-Dimensional Spaces
Key Takeaway
Three core messages of this section:
(1) Bounded operators generalise matrices to function spaces. The operator norm controls the Lipschitz constant of and the step size of iterative algorithms.
(2) The adjoint is the infinite-dimensional generalisation of . It appears in every reconstruction algorithm as the back-projection (matched filter) step.
(3) Compact operators — the class that includes all imaging forward operators — are not boundedly invertible on infinite-dimensional spaces. This is the mathematical origin of ill-posedness. The resolution: regularisation, studied in Chapter 2.