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 A\mathcal{A} maps a scene function cL2(Ω)c \in L^2(\Omega) to measurement data yCM\mathbf{y} \in \mathbb{C}^M. 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:

  1. Boundedness — the operator does not amplify signals without bound.
  2. Adjoint — the operator A\mathcal{A}^* is the generalisation of AH\mathbf{A}^{H}; it appears in every iterative algorithm.
  3. Compactness — the operator "compresses" the unit ball, making inversion inherently unstable. This is why imaging is ill-posed.

Definition:

Linear Operator

An operator A:VW\mathcal{A}: \mathcal{V} \to \mathcal{W} is linear if

A(αf+βg)=αA(f)+βA(g)\mathcal{A}(\alpha f + \beta g) = \alpha\,\mathcal{A}(f) + \beta\,\mathcal{A}(g)

for all f,gVf, g \in \mathcal{V} and all scalars α,βF\alpha, \beta \in \mathbb{F}.

Definition:

Bounded Operator and Operator Norm

A linear operator A:VW\mathcal{A}: \mathcal{V} \to \mathcal{W} is bounded if its operator norm is finite:

AopsupfV=1AfW<.\|\mathcal{A}\|_{\mathrm{op}} \triangleq \sup_{\|f\|_{\mathcal{V}} = 1} \|\mathcal{A}f\|_{\mathcal{W}} < \infty.

Equivalently: there exists C>0C > 0 such that AfWCfV\|\mathcal{A}f\|_{\mathcal{W}} \leq C\,\|f\|_{\mathcal{V}} for all ff.

For linear operators, bounded     \iff continuous (see     \iff Continuous for Linear Operators" data-ref-type="theorem">TBounded     \iff Continuous for Linear Operators). This equivalence does NOT hold for nonlinear maps.

Theorem: Bounded     \iff Continuous for Linear Operators

A linear operator A:VW\mathcal{A}: \mathcal{V} \to \mathcal{W} 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 A\mathcal{A} is its operator norm.

Example: Integral Operators and the Hilbert–Schmidt Condition

The operator (Af)(r)=ΩK(r,r)f(r)dr(\mathcal{A}f)(\mathbf{r}) = \int_{\Omega} K(\mathbf{r}, \mathbf{r}')\,f(\mathbf{r}')\,d\mathbf{r}' with kernel KK arises throughout imaging. Show that A\mathcal{A} is bounded on L2(Ω)L^2(\Omega) when KK satisfies the Hilbert–Schmidt condition.

Definition:

Adjoint Operator

The adjoint of a bounded linear operator A:VW\mathcal{A}: \mathcal{V} \to \mathcal{W} is the unique bounded operator A:WV\mathcal{A}^*: \mathcal{W} \to \mathcal{V} satisfying

Af,gW=f,AgV\langle \mathcal{A}f, g \rangle_{\mathcal{W}} = \langle f, \mathcal{A}^* g \rangle_{\mathcal{V}}

for all fVf \in \mathcal{V} and gWg \in \mathcal{W}.

For matrices, A=AH\mathcal{A}^* = \mathbf{A}^H (conjugate transpose). For integral operators, the adjoint has kernel K(r,r)=K(r,r)K^*(\mathbf{r}', \mathbf{r}) = \overline{K(\mathbf{r}, \mathbf{r}')}: 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

A bounded operator A\mathcal{A} on a Hilbert space H\mathcal{H} is self-adjoint if A=A\mathcal{A} = \mathcal{A}^*, i.e.,

Af,g=f,Agf,gH.\langle \mathcal{A}f, g \rangle = \langle f, \mathcal{A}g \rangle \quad \forall\, f, g \in \mathcal{H}.

Key examples:

  • AA\mathcal{A}^*\mathcal{A} is always self-adjoint (and positive semidefinite): AAf,g=Af,Ag=f,AAg\langle \mathcal{A}^*\mathcal{A}f, g \rangle = \langle \mathcal{A}f, \mathcal{A}g \rangle = \langle f, \mathcal{A}^*\mathcal{A}g \rangle.
  • Real-valued convolution operators with symmetric kernels are self-adjoint on L2L^2.

The normal equation AAg^=Ay\mathcal{A}^*\mathcal{A}\hat{g} = \mathcal{A}^*y (Tikhonov regularisation, Ch~2) involves the self-adjoint operator AA\mathcal{A}^*\mathcal{A}. The spectral theorem for compact self-adjoint operators (TSpectral Theorem for Compact Self-Adjoint Operators) will give us a complete eigendecomposition of AA\mathcal{A}^*\mathcal{A}.

Definition:

Compact Operator

A linear operator A:VW\mathcal{A}: \mathcal{V} \to \mathcal{W} is compact if it maps bounded sets to relatively compact (pre-compact) sets. Equivalently: every bounded sequence {fn}V\{f_n\} \subset \mathcal{V} has a subsequence {fnk}\{f_{n_k}\} such that {Afnk}\{\mathcal{A}f_{n_k}\} converges in W\mathcal{W}.

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 H\mathcal{H} be an infinite-dimensional Hilbert space. Then:

(i) The compact operators form a closed two-sided ideal in the algebra of bounded operators B(H)\mathcal{B}(\mathcal{H}).

(ii) A compact operator on an infinite-dimensional space is not boundedly invertible: if A\mathcal{A} 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.

,

Visualizing the Operator Norm

For a 2×22 \times 2 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 Aop\|\mathbf{A}\|_{\mathrm{op}}. Explore how different matrix types (rotation, projection, scaling, shear) affect the geometry.

Parameters
1.5

Common Mistake: Adjoint is NOT the Same as Inverse

Mistake:

Using Ay\mathcal{A}^*\mathbf{y} (the adjoint applied to the data) as the reconstruction, expecting it to recover the scene.

Correction:

The adjoint A\mathcal{A}^* is the analogue of AH\mathbf{A}^H, not A1\mathbf{A}^{-1}. For a unitary operator U\mathcal{U} we have U=U1\mathcal{U}^* = \mathcal{U}^{-1}, 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 A\mathcal{A}^* to the data is the back-projection or matched filter image c^BP=AHy\hat{c}^{\mathrm{BP}} = \mathbf{A}^{H}\mathbf{y}. This is a blurred version of the true scene, not the reconstruction. The point spread function is AA\mathcal{A}^*\mathcal{A} — invertible only up to regularisation.

Why This Matters: Operators in Reconstruction Algorithms

Every imaging algorithm repeatedly applies A\mathcal{A} and A\mathcal{A}^*. For example, ISTA performs:

c^(t+1)=Sτ ⁣(c^(t)μA ⁣(Ac^(t)y)),\hat{c}^{(t+1)} = \mathcal{S}_\tau\!\Bigl( \hat{c}^{(t)} - \mu\,\mathcal{A}^*\!\bigl(\mathcal{A}\hat{c}^{(t)} - \mathbf{y}\bigr)\Bigr),

where Sτ\mathcal{S}_\tau is soft-thresholding. ADMM alternates between applying (AA+ρI)1(\mathcal{A}^*\mathcal{A} + \rho\mathbf{I})^{-1} (a linear solve involving AA\mathcal{A}^*\mathcal{A}) and a proximal step. The Lipschitz constant of the gradient is AAop=σ1(A)2\|\mathcal{A}^*\mathcal{A}\|_{\mathrm{op}} = \sigma_1(\mathcal{A})^2 — the step size μ<2/σ12\mu < 2/\sigma_1^2 is a hard constraint for convergence.

Efficient implementation of A\mathcal{A} and A\mathcal{A}^* — 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

Quick Check

The adjoint of a matrix ACM×N\mathbf{A} \in \mathbb{C}^{M \times N}, viewed as an operator from (CN,2)(\mathbb{C}^N, \|\cdot\|_2) to (CM,2)(\mathbb{C}^M, \|\cdot\|_2), is ___.

AT\mathbf{A}^T

A1\mathbf{A}^{-1}

AH\mathbf{A}^H (conjugate transpose)

Aˉ\bar{\mathbf{A}} (element-wise conjugate)

Quick Check

True or False: A compact operator on an infinite-dimensional Hilbert space can be boundedly invertible.

True

False

Bounded operator

A linear operator A:VW\mathcal{A}: \mathcal{V} \to \mathcal{W} with finite operator norm Aop=supf=1Af<\|\mathcal{A}\|_{\mathrm{op}} = \sup_{\|f\|=1}\|\mathcal{A}f\| < \infty. Equivalent to continuity for linear operators.

Related: Bounded Operator and Operator Norm, Adjoint Operator

Adjoint operator

The unique operator A:WV\mathcal{A}^*: \mathcal{W} \to \mathcal{V} satisfying Af,g=f,Ag\langle \mathcal{A}f, g \rangle = \langle f, \mathcal{A}^* g \rangle for all f,gf, g. Generalises the conjugate transpose AH\mathbf{A}^H. 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 Aop\|\mathcal{A}\|_{\mathrm{op}} controls the Lipschitz constant of A\mathcal{A} and the step size of iterative algorithms.

(2) The adjoint A\mathcal{A}^* is the infinite-dimensional generalisation of AH\mathbf{A}^H. 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.