[motivation]
## Motivation
### The Schwartz Space: Perfect but Too Small
We want the Fourier transform to *interact well with calculus*. The exchange identities
\begin{align*}
\widehat{\partial_j f}(\xi) &= i\xi_j \hat{f}(\xi), \\
\widehat{x_j f}(\xi) &= -i\partial_{\xi_j}\hat{f}(\xi)
\end{align*}
convert differentiation into polynomial multiplication and polynomial weights into differentiation on the frequency side. For both to work simultaneously, $f$ and all its derivatives must be integrable, and multiplying $f$ by any polynomial must preserve [integrability](/page/Integral). This forces $f$ to decay faster than every polynomial — which is precisely the condition defining the [Schwartz space](/page/Schwartz%20Space) $\mathcal{S}(\mathbb{R}^n)$.
The Schwartz space has the remarkable property that
\begin{align*}
\mathcal{F}: \mathcal{S}(\mathbb{R}^n) &\xrightarrow{\;\sim\;} \mathcal{S}(\mathbb{R}^n)
\end{align*}
is a [topological automorphism](/theorems/228) — the Fourier transform maps Schwartz functions to Schwartz functions, continuously and bijectively. But $\mathcal{S}$ is too small: the Dirac delta $\delta_0$, constant functions, plane waves $e^{ik \cdot x}$, polynomials, and PDE solutions with distributional regularity all lie outside $\mathcal{S}$.
### Distributions: Large Enough but No Fourier Transform
The space of [distributions](/page/Distribution) $\mathcal{D}'(\mathbb{R}^n)$ contains all these objects, but the Fourier transform cannot be defined on all of $\mathcal{D}'$ — distributions like $T_{e^{e^x}}$ grow too fast (see the example in the section on the [boundary](/page/Boundary) of temperedness). We need a space *large enough* to contain all the objects listed above, yet *small enough* that the Fourier transform extends to it.
### The Duality Extension
The extension works by **duality**. For $f, \phi \in \mathcal{S}(\mathbb{R}^n)$, Fubini's theorem gives the transpose identity
\begin{align*}
\int_{\mathbb{R}^n} \hat{f}(x) \, \phi(x) \, d\mathcal{L}^n(x) &= \int_{\mathbb{R}^n} f(x) \, \hat{\phi}(x) \, d\mathcal{L}^n(x),
\end{align*}
which shows that the Fourier transform of the functional $T_f$ can be defined by
\begin{align*}
\widehat{T_f}(\phi) &:= T_f(\hat{\phi}).
\end{align*}
For this to make sense for a general continuous linear functional $u$ on $\mathcal{S}$, we need $\hat{\phi} \in \mathcal{S}$ whenever $\phi \in \mathcal{S}$ — and this is exactly what $\mathcal{F}(\mathcal{S}) = \mathcal{S}$ guarantees.
This leads to the space of **tempered distributions** $\mathcal{S}'(\mathbb{R}^n)$: the [topological dual](/page/Topological%20Dual) of $\mathcal{S}(\mathbb{R}^n)$. Because $\mathcal{F}$ is a [topological](/page/Topology) automorphism of $\mathcal{S}$, the composition $u \mapsto u \circ \mathcal{F}$ is automatically a bijection $\mathcal{S}' \to \mathcal{S}'$ — the Fourier transform extends as a [topological automorphism](/theorems/230), and this is the *raison d'être* of the space.
The word "tempered" means "of moderate growth." A functional on $\mathcal{S}$ must be controlled by finitely many Schwartz semi-norms
\begin{align*}
\|\phi\|_{\alpha,\beta} &= \sup_{x \in \mathbb{R}^n} |x^\alpha \partial^\beta \phi(x)|,
\end{align*}
and this forces the distribution to have at most polynomial growth at infinity. Distributions that grow faster are continuous on $\mathcal{D}(\mathbb{R}^n)$ (where compact support kills any growth) but not on $\mathcal{S}$ (where only polynomial decay is available to compensate). The temperedness condition is the maximal growth rate compatible with the duality extension.
[/motivation]