Hadamard Well-Posedness
Why Well-Posedness Matters for Imaging
Every imaging system can be abstractly described by a forward model
where is the unknown scene (reflectivity, permittivity, etc.) and is the measured data (scattered field, projections, etc.). The inverse problem is to recover from .
In practice, we never observe exactly — we have noisy data with . The central question of this chapter is: does a small perturbation in the data lead to a small perturbation in the reconstruction? If not, the problem is ill-posed, and naive inversion will catastrophically amplify noise.
Hadamard formalised these ideas in 1902, establishing three conditions that a well-posed problem must satisfy. Most imaging inverse problems fail at least one of these conditions, motivating the entire theory of regularization developed in this chapter.
Historical Note: Jacques Hadamard and the Origins of Well-Posedness
1902–1963Jacques Hadamard (1865–1963) introduced the concept of well-posedness in his 1902 paper Sur les problèmes aux dérivées partielles et leur signification physique, in the context of partial differential equations. He observed that physically reasonable problems should have solutions that exist, are unique, and depend continuously on the data — otherwise the model fails to capture reality.
For nearly half a century, ill-posed problems were considered pathological and unworthy of study. It was only with Tikhonov's work in the 1940s–1960s that a systematic theory for solving ill-posed problems was developed, transforming them from curiosities into the central challenge of inverse problems — and of computational imaging.
Definition: Hadamard Well-Posedness
Hadamard Well-Posedness
Let be an operator between normed spaces. The equation is well-posed in the sense of Hadamard if all three of the following conditions hold:
-
Existence: For every , there exists at least one such that (equivalently, is surjective).
-
Uniqueness: For every , there is at most one such that (equivalently, is injective).
-
Stability (continuous dependence on data): The inverse mapping is continuous: if in , then in .
A problem that fails any of these conditions is called ill-posed.
In finite dimensions, if is a square invertible matrix, all three conditions hold automatically — the inverse is a matrix, hence continuous. Ill-posedness is fundamentally an infinite-dimensional phenomenon, though discrete approximations inherit it through large condition numbers.
Well-Posed Problem
A problem is well-posed (in the sense of Hadamard) if a solution exists for every datum , the solution is unique, and it depends continuously on the data. A problem failing any condition is ill-posed.
Related: Compact operator, Degree of Ill-Posedness
Degree of Ill-Posedness
The degree of ill-posedness of a linear inverse problem is characterised by the decay rate of the singular values of the forward operator : polynomial decay gives mildly ill-posed problems; exponential decay gives severely ill-posed problems.
Related: Well-Posed Problem
Example: Failure of Existence: Limited-Angle Tomography
In X-ray computed tomography, the forward operator is the Radon transform , which maps a 2D density function to its line integrals. In limited-angle tomography, measurements are available only for projection angles with .
Explain why the limited-angle Radon transform is not surjective onto , so the existence condition fails for generic data.
Characterise the range via the Fourier Slice Theorem
The Fourier Slice Theorem states that the 1D Fourier transform of at angle equals a slice of the 2D Fourier transform through the origin at the same angle:
Limited-angle data determines only on a wedge of the frequency plane, corresponding to angles in .
Identify the gap
Any function whose sinogram has nonzero energy at angles outside lies outside the range of the limited-angle operator. Therefore, for generic , there need not exist an whose limited-angle projections equal — existence fails.
Imaging interpretation
The frequency components of the scene in the missing angular wedge are simply not measured. This explains the characteristic streak artefacts of limited-angle CT: the reconstruction algorithm tries to invent data that was never acquired.
Example: Failure of Uniqueness: Null Space of the Forward Operator
Consider 1D deconvolution where the forward operator is convolution with a band-limited kernel satisfying for . Show that uniqueness fails.
Identify the null space
By the convolution theorem, .
Any function whose Fourier transform is supported entirely in satisfies for all , so . Thus and the null space is infinite-dimensional.
Imaging interpretation
In RF imaging, the system's point spread function (PSF) always has finite bandwidth. High-frequency details of the scene beyond the system's resolution limit are in the null space — they produce zero response and are fundamentally invisible to the measurement system. This is why super-resolution is an inherently ill-posed problem.
Example: Failure of Stability: Compact Operators
Let be an injective compact operator between infinite-dimensional Hilbert spaces. Show that is unbounded, so stability fails.
Use the singular value decomposition
By the spectral theory of compact operators (TSpectral Theorem for Compact Self-Adjoint Operators), has singular values with as .
For the singular vector , we have and therefore
Conclude instability
Since , the ratio is unbounded. Thus is an unbounded operator and Hadamard's stability condition fails.
Physical interpretation: Data components become arbitrarily small for large , but the corresponding solution components do not. Noise at frequency gets amplified by , which grows without bound.
Theorem: Compact Operators Yield Ill-Posed Problems
Let be a compact linear operator between infinite-dimensional Hilbert spaces with . Then the equation is ill-posed: the inverse is discontinuous.
Compact operators compress infinite-dimensional information into a rapidly decaying sequence of singular values. Inverting this compression requires dividing by these vanishing singular values, which amplifies any perturbation without bound.
Singular value decay
Since is compact and the spaces are infinite-dimensional, it has infinitely many positive singular values (TSpectral Theorem for Compact Self-Adjoint Operators).
Unboundedness of the inverse
Consider the sequence . Then , but for all .
If were continuous at , then would imply , contradicting . Therefore is discontinuous.
Ill-Posedness in Standard Imaging Operators
| Modality | Forward Operator | Failing Condition | Singular Value Decay | Degree |
|---|---|---|---|---|
| SAR / Stripmap Radar | Band-limited Fourier restriction | Uniqueness (null space of high frequencies) | (mild) | Mildly ill-posed |
| X-ray CT (full angle) | Radon transform | Stability | Mildly ill-posed | |
| Limited-angle CT | Truncated Radon transform | Existence + Stability | Exponential in angular gap | Severely ill-posed |
| Gaussian Deblurring | Convolution with | Stability | Severely ill-posed | |
| Microwave Tomography | Volume integral equation (Born) | Stability | Mildly ill-posed |
Why This Matters: Ill-Posedness in RF Imaging Systems
Virtually all RF imaging modalities involve compact forward operators, making them ill-posed:
-
Synthetic Aperture Radar (SAR): The scattering operator maps the scene reflectivity to the received signal. The finite aperture and bandwidth limit the observable spatial frequencies, creating a band-limited (hence compact) forward operator.
-
Ground-Penetrating Radar (GPR): Subsurface permittivity profiles are mapped to surface measurements through a Green's function integral operator, which is compact due to the smoothing effect of wave propagation.
-
Microwave Tomography: The scattered field is related to the contrast function through a volume integral equation. The integral operator is compact, and the nonlinear dependence of the scattered field on the contrast makes the problem doubly challenging.
-
Near-Field to Far-Field Transformation: The near-to-far-field operator is compact, and exponential decay of evanescent modes means that near-field details are severely attenuated in far-field data.
In every case, the singular values of the discretized forward operator exhibit rapid decay, and the condition number grows with the problem size — a hallmark of ill-posedness.
See full treatment in Kronecker Product Structure of the Sensing Matrix
Common Mistake: Discrete Systems Can Be Invertible Yet Severely Ill-Conditioned
Mistake:
Believing that because a discretized imaging system has a unique solution (when is square and invertible), the problem is well-posed and can be solved by direct inversion.
Correction:
A finite-dimensional system is always well-posed in Hadamard's sense if is invertible — the inverse is automatically continuous in finite dimensions. However, the condition number can be astronomically large, making the problem effectively ill-posed for any practical noise level.
As the discretization is refined (), , reflecting the unboundedness of . Regularization is necessary for the discrete problem just as for the continuous one.
Quick Check
For the integral operator on , which Hadamard condition fails first?
Existence
Uniqueness
Stability
All three conditions fail
The Gaussian kernel yields exponentially decaying singular values , making this a severely ill-posed problem. The inverse is unbounded — stability fails catastrophically.
Condition Number as a Practical Ill-Posedness Metric
In software-defined radar and microwave imaging systems, the condition number of the discretized sensing matrix is routinely computed before choosing a reconstruction strategy:
- : Standard least-squares or CGLS without regularization.
- : Tikhonov regularization with the L-curve or discrepancy principle for parameter selection.
- : Truncated SVD or sparsity-promoting regularization required; standard Tikhonov may over-smooth.
For SAR systems, the condition number grows with the scene size as (mildly ill-posed), while microwave tomography in strongly scattering media can reach due to the multiple-scattering contribution.
Key Takeaway
Hadamard's three conditions — existence, uniqueness, stability — define well-posedness. Most RF imaging inverse problems fail the stability condition because their forward operators are compact with decaying singular values. The degree of ill-posedness is quantified by the decay rate of : polynomial decay gives mild ill-posedness; exponential decay gives severe ill-posedness. Discrete ill-posedness manifests as large condition numbers — regularization is needed regardless of whether one works in the continuous or discrete setting.