[motivation]
### The $L^1$ [Boundary](/page/Boundary)
The [Fourier transform](/page/Fourier%20Transform) on $L^1(\mathbb{R}^n, \mathcal{L}^n)$ is defined by
\begin{align*}
\hat{f}(\xi) &= \int_{\mathbb{R}^n} f(x) \, e^{i\xi \cdot x} \, d\mathcal{L}^n(x).
\end{align*}
This integral converges absolutely because $|f(x) e^{i\xi \cdot x}| = |f(x)|$ and $f \in L^1$. The [Riemann–Lebesgue lemma](/theorems/245) guarantees that $\hat{f}$ is bounded, uniformly continuous, and vanishes at infinity: $\hat{f} \in C_0(\mathbb{R}^n)$. These are powerful properties, and within $L^1$ the theory works well.
The difficulty is that $L^1$ is not large enough. Consider the Dirac mass $\delta_0$, defined by $\delta_0(A) = \mathbb{1}_A(0)$ for every Borel set $A \subseteq \mathbb{R}^n$. This is a perfectly well-defined finite Borel measure — it assigns mass $1$ to any set containing the origin — but it has no density with respect to Lebesgue measure. There is no function $f \in L^1(\mathbb{R}^n, \mathcal{L}^n)$ such that $\delta_0(A) = \int_A f \, d\mathcal{L}^n$ for all Borel sets $A$. The $L^1$ Fourier transform therefore cannot see $\delta_0$ at all.
Yet the formal computation is immediate: if we insert $\delta_0$ into the integral, we obtain
\begin{align*}
\int_{\mathbb{R}^n} e^{i\xi \cdot x} \, d\delta_0(x) &= e^{i\xi \cdot 0} = 1.
\end{align*}
The "Fourier transform" of the Dirac mass is the constant function $1$ — a perfectly concrete object. The integral makes sense; it is only the insistence on having a Lebesgue density that fails. This suggests that the correct domain for the Fourier transform should include measures, not just integrable functions.
### Measures as the Natural Domain
An $L^1$ function $f$ acts on frequency space through the integral $\xi \mapsto \int f(x) e^{i\xi \cdot x} \, d\mathcal{L}^n(x)$. But this integral depends on $f$ only through the measure $\mu_f$ defined by $\mu_f(A) = \int_A f \, d\mathcal{L}^n$ — the absolutely continuous measure with density $f$. The mapping $f \mapsto \mu_f$ embeds $L^1(\mathbb{R}^n, \mathcal{L}^n)$ isometrically into the space $M(\mathbb{R}^n)$ of finite complex Borel measures (equipped with the total variation norm), and the Fourier transform of $f$ is really the Fourier transform of the measure $\mu_f$:
\begin{align*}
\hat{f}(\xi) &= \int_{\mathbb{R}^n} e^{i\xi \cdot x} \, d\mu_f(x).
\end{align*}
Once this is recognised, the generalisation is immediate: for any $\mu \in M(\mathbb{R}^n)$, the integral $\int e^{i\xi \cdot x} \, d\mu(x)$ converges absolutely because $|e^{i\xi \cdot x}| = 1$ and $|\mu|(\mathbb{R}^n) < \infty$. No density is required, and the resulting function of $\xi$ inherits [continuity](/page/Continuity) and boundedness from the [dominated convergence theorem](/theorems/4). The space $M(\mathbb{R}^n)$ is strictly larger than $L^1$: it contains point masses, singular continuous measures (such as the Cantor measure), and all convex combinations thereof.
### The Probabilistic Perspective
In probability theory, the same object appears under a different name. If $X: \Omega \to \mathbb{R}^n$ is a random variable on a probability space $(\Omega, \mathcal{F}, \mathbb{P})$, its law $\mu_X = \mathbb{P} \circ X^{-1}$ is a Borel probability measure on $\mathbb{R}^n$, and the characteristic function of $X$ is
\begin{align*}
\phi_X(\xi) &= \mathbb{E}[e^{i\xi \cdot X}] = \int_{\mathbb{R}^n} e^{i\xi \cdot x} \, d\mu_X(x).
\end{align*}
This is exactly the Fourier–Stieltjes transform of $\mu_X$. The characteristic function determines the distribution uniquely (the uniqueness theorem below), encodes all moments through its Taylor expansion at the origin, and characterises convergence in distribution through the Lévy continuity theorem. These facts make it the single most important analytic tool in probability theory — and they are all consequences of the general theory of the Fourier–Stieltjes transform.
[/motivation]