From Finite to Infinite Dimensions
Why Infinite-Dimensional Spaces for RF Imaging?
The fundamental task in RF imaging is reconstruction: given noisy measurements
we seek to recover the scene — a reflectivity map, a permittivity profile, or a scattering distribution defined at every point .
This is fundamentally different from the finite-dimensional linear algebra of Telecom Ch~1, where all signals live in . A scene function assigns a complex value to every point in a continuous domain — it lives in an infinite-dimensional space. To judge the quality of an estimate , we need , and the choice of norm is far from cosmetic:
- Minimising yields smooth, energy-optimal reconstructions.
- Minimising promotes sparse, edge-preserving solutions.
- Sobolev norms encode prior smoothness.
The mathematical framework of this section — normed spaces, completeness, Banach spaces — is the bedrock on which every reconstruction algorithm rests.
Historical Note: Stefan Banach and the Birth of Functional Analysis
1920–1932Stefan Banach (1892–1945), working in Lwów (then Poland), created the theory of complete normed spaces in his 1920 doctoral thesis and the landmark 1932 monograph Théorie des opérations linéaires. The monograph, written in French to reach the widest European audience, collected the Hahn–Banach theorem, the open mapping theorem, and the uniform boundedness principle — results developed in parallel by Banach, Hahn, and Steinhaus — into a unified theory.
Banach's spaces provided the language in which John von Neumann simultaneously developed quantum mechanics (Hilbert spaces) and in which Norbert Wiener grounded signal processing. The spaces had been defined by Riesz in 1910; Banach's insight was that completeness — not just a norm — was the essential structural property.
Definition: Normed Space
Normed Space
A normed space is a vector space over a field together with a function — called a norm — satisfying for all and :
| # | Axiom | Statement |
|---|---|---|
| N1 | Positive definiteness | |
| N2 | Absolute homogeneity | |
| N3 | Triangle inequality |
Every norm induces a metric , so a normed space is automatically a metric space and topological notions (convergence, continuity, open/closed sets) are inherited.
The nontrivial content of N1 is the converse direction: implies . This rules out "pseudo-norms" that vanish on nonzero elements.
Definition: Spaces
Spaces
Let be a measurable set. For , the Lebesgue space consists of all equivalence classes of measurable functions for which the following norm is finite:
For :
and consists of all measurable functions with (essentially bounded functions).
Two functions are identified if they differ only on a set of measure zero: a.e.
occupies a privileged position: it is the only space (for ) that is also a Hilbert space (see DHilbert Space). It is the natural home for finite-energy signals and the setting where least-squares reconstruction is most naturally formulated.
Example: Norms of a Rectangular Pulse
Let be the indicator function of the unit square:
Compute , , and .
$L^1$ norm (total mass)
$
$L^2$ norm (energy)
|f|^2 = |f|$ for a 0-1 valued function.
$L^\infty$ norm (peak value)
$
Interpretation for scaled pulses
For one gets , , — three genuinely different "sizes." This illustrates why the choice of norm shapes reconstruction objectives.
Definition: Sequence Spaces
Sequence Spaces
The sequence space is the discrete analogue of :
For : .
For finite sequences of length , all norms are well-defined and the space is with the norm.
When we discretise a scene on a grid of voxels, the infinite-dimensional problem in becomes a finite-dimensional problem in with the norm. This bridge between continuous theory and discrete computation is central to every practical imaging algorithm.
Definition: Cauchy Sequence
Cauchy Sequence
A sequence in a normed space is a Cauchy sequence if for every there exists such that
Every convergent sequence is Cauchy. The converse need not hold in an arbitrary normed space (the rationals provide a counterexample).
Definition: Banach Space
Banach Space
A normed space is a Banach space if every Cauchy sequence in converges to an element of :
Completeness is not a luxury — it is essential for the convergence guarantees of iterative reconstruction algorithms. Banach's fixed-point theorem (the cornerstone of ISTA, gradient descent, and proximal algorithms) requires completeness as a hypothesis. Without it, an iterative sequence could satisfy yet have no limit within the space.
Theorem: Spaces are Banach Spaces
For , the space equipped with the norm is a Banach space (the Riesz–Fischer theorem).
Extract a "rapidly convergent" subsequence from a Cauchy sequence, build a candidate limit via dominated or monotone convergence, then show the entire original sequence converges to that limit. The argument exploits the completeness of pointwise (a.e.) and then promotes this to convergence.
Extract a subsequence with .
Form and bound its norm by 1.
Apply monotone convergence to get a.e., defining a candidate limit.
Extract a rapidly convergent subsequence
Let be Cauchy in . For each choose such that for all , with inductively:
Show partial sums converge a.e.
Define . By Minkowski's inequality, . As , pointwise, and monotone convergence gives , so a.e.
Identify the limit and conclude $L^p$ convergence
Since a.e., the telescoping series converges absolutely a.e., defining a measurable with a.e.
Since a.e. and , dominated convergence gives .
For the full sequence: for , . Hence is complete.
Unit Balls in
The unit ball changes shape dramatically with . At : a diamond whose corners on the axes explain why minimisation promotes sparsity. At : the familiar Euclidean circle. As : a square .
For the "ball" is no longer convex — fails the triangle inequality and is only a quasi-norm. Observe how the pinching makes the coordinate axes even stronger attractors, linking sub- norms to compressed sensing.
Parameters
Norm order
Definition: Equivalence of Norms
Equivalence of Norms
Two norms and on a vector space are equivalent if there exist constants such that
Equivalent norms define the same topology (same convergent sequences, same continuous maps, same open/closed sets).
Theorem: All Norms on Finite-Dimensional Spaces are Equivalent
Let be a finite-dimensional vector space over or . Then any two norms on are equivalent.
The unit sphere of any norm on is compact (Heine–Borel). A continuous function on a compact set attains its minimum (which is positive, since the norm is positive definite) and maximum, supplying the equivalence constants.
Show every norm on is Lipschitz continuous w.r.t. .
Use compactness of the unit sphere to attain inf and sup.
Continuity of an arbitrary norm w.r.t. $\|\cdot\|_2$
Let be any norm on and let be the standard basis. For :
by Cauchy–Schwarz. Thus is Lipschitz (hence continuous) with respect to .
Extract equivalence constants via compactness
The unit sphere is compact. The continuous function attains its minimum and maximum on . For any nonzero , normalising by gives
Applying this to two arbitrary norms and (each equivalent to ) and composing yields their equivalence.
Common Mistake: Norms Are NOT Equivalent in Infinite Dimensions
Mistake:
Assuming that convergence in one norm implies convergence in another, as holds in .
Correction:
In infinite-dimensional spaces different norms give genuinely different notions of convergence.
Example. On , let (a tall thin spike).
- for all — does NOT converge to .
- — diverges.
- pointwise for , yet neither norm converges to zero.
The key point: convergence rates and even convergence itself depend on which norm you use. An algorithm converging in (minimising MSE) may behave very differently from one converging in (promoting sparsity and sharp edges).
Why This Matters: Norms and Image Reconstruction Quality
The choice of norm in
directly determines the character of the solution via the regulariser :
- (Tikhonov): — penalises large values, produces smooth reconstructions, leads to linear systems.
- (sparsity): — promotes exactly zero pixels, the basis of compressed sensing for radar.
- Total variation: — promotes piecewise-constant images with sharp edges, ideal for SAR urban scenes.
The completeness of the underlying space guarantees that minimisers exist and iterative algorithms converge — without it, none of these guarantees hold. We return to this in Chapter 2 (Regularisation Theory).
See full treatment in Chapter 2
Quick Check
Which space is also a Hilbert space?
All spaces are Hilbert spaces
admits the inner product which induces the norm. No other () has this property — their norms fail the parallelogram law .
Quick Check
In , the unit ball is a ___.
Circle
Square with sides parallel to the axes
Diamond (rhombus) with vertices on the axes
Ellipse
The constraint describes a square rotated , with vertices at and . The corners on the coordinate axes are why minimisation promotes sparsity: when a linear objective is tangent to this ball, it generically touches at a vertex — a sparse point.
Quick Check
True or False: All norms on are equivalent.
True
False
Norm equivalence holds only in finite-dimensional spaces. is infinite-dimensional, so it admits inequivalent norms. For instance, the and norms on are not equivalent: the sequence converges in but diverges in .
Normed space
A vector space equipped with a norm satisfying positive definiteness, absolute homogeneity, and the triangle inequality. See DNormed Space.
Related: Normed Space, Banach Space, Equivalence of Norms
Banach space
A normed space that is complete: every Cauchy sequence converges to an element of the space. Named after Stefan Banach. See DBanach Space.
Related: Banach Space, Cauchy Sequence, Spaces are Banach Spaces
space
The Lebesgue space of measurable functions whose -th power is integrable (), or essentially bounded (). is a Banach space for all ; only is also a Hilbert space. See Spaces" data-ref-type="definition">D Spaces.
Related: Spaces, Spaces are Banach Spaces, Sequence Spaces
Completeness
A metric or normed space is complete if every Cauchy sequence in the space converges to a limit that belongs to the space. Completeness ensures "limits stay inside" and is essential for well-posedness of iterative algorithms. See DBanach Space.
Related: Banach Space, Cauchy Sequence
Key Takeaway
Four core messages of this section:
(1) Normed spaces generalise to infinite dimensions. Imaging scenes are functions, not finite vectors, requiring spaces with norms that measure "size" in problem-specific ways.
(2) Banach spaces are the right setting for iterative algorithms. Completeness guarantees that convergent iterative sequences have a limit within the space — without it algorithms could "converge to nothing."
(3) The family is foundational: for energy-based and MSE reconstruction, for sparsity-promoting and edge-preserving solutions, Sobolev for smooth prior models.
(4) Unlike finite dimensions, the choice of norm is consequential. In all norms are equivalent. In infinite-dimensional function spaces they are not — the norm determines the topology, the notion of convergence, and ultimately the character of reconstruction.
From Infinite Dimensions to Finite Grids
In practice, every imaging algorithm operates on a discretised grid. Replacing by (a grid of voxels) introduces discretisation error: the continuous forward operator is approximated by a finite matrix .
The theorems of this section (completeness, Parseval's identity, the projection theorem) have exact finite-dimensional counterparts, so the transition is clean. However, the grid resolution must be chosen to satisfy the sampling theorem for the maximum spatial frequency supported by the aperture — under-sampling introduces aliasing that no regularisation can remove.
- •
Grid spacing where is the numerical aperture — this is the Nyquist criterion for imaging.
- •
For 3-D scenes at 10 GHz with 10 cm aperture, a mm grid gives voxels — GPU memory becomes the binding constraint.
- •
Coarser grids speed up computation but blur the PSF and reduce effective resolution; fine grids require storage for the full sensing matrix .