[motivation]
## Motivation
### The Fourier Characterisation of Integer Regularity
The key insight is that the [Fourier transform](/page/Fourier%20Transform) converts the derivative count into a polynomial weight. For a [Schwartz function](/page/Schwartz%20Space) $\phi \in \mathcal{S}(\mathbb{R}^n)$, [Plancherel's theorem](/theorems/247) gives
\begin{align*}
\|\partial^\alpha \phi\|_{L^2}^2 &= \|\xi^\alpha \hat{\phi}\|_{L^2}^2 = \int_{\mathbb{R}^n} |\xi^\alpha|^2 \, |\hat{\phi}(\xi)|^2 \, d\mathcal{L}^n(\xi),
\end{align*}
so controlling derivatives in $L^2$ is the same as controlling polynomial moments of the Fourier transform. Summing over all multi-indices $|\alpha| \le k$:
\begin{align*}
\sum_{|\alpha| \le k} \|\partial^\alpha \phi\|_{L^2}^2 &= \int_{\mathbb{R}^n} \sum_{|\alpha| \le k} |\xi^\alpha|^2 \, |\hat{\phi}(\xi)|^2 \, d\mathcal{L}^n(\xi) \sim \int_{\mathbb{R}^n} (1+|\xi|^2)^k \, |\hat{\phi}(\xi)|^2 \, d\mathcal{L}^n(\xi),
\end{align*}
where $\sim$ denotes two-sided bounds with constants depending only on $n$ and $k$. **Having $k$ derivatives in $L^2$ is equivalent to the Fourier transform being square-[integrable](/page/Integral) against the weight $(1+|\xi|^2)^k$.**
### From Integers to All Reals
The weight $(1+|\xi|^2)^k$ makes sense for any real exponent, not just integers. Replacing $k$ by $s \in \mathbb{R}$ gives a meaningful condition
\begin{align*}
\int_{\mathbb{R}^n} (1+|\xi|^2)^s \, |\hat{\phi}(\xi)|^2 \, d\mathcal{L}^n(\xi) &< \infty
\end{align*}
that interpolates continuously between integer regularities. The frequency variable $\xi$ encodes spatial oscillation: large $|\xi|$ corresponds to rapid oscillation (high frequency), small $|\xi|$ to slow variation (low frequency). For $s > 0$, the weight penalises high-frequency components, enforcing smoothness. For $s < 0$, the weight *amplifies* high frequencies, allowing objects rougher than $L^2$ — such as the Dirac delta, which belongs to $H^s(\mathbb{R}^n)$ precisely when $s < -n/2$ (Problem 2). The "$+1$" in $(1+|\xi|^2)$ ensures that low-frequency components are also controlled, giving $L^2$ membership as a baseline — this is what distinguishes the inhomogeneous spaces from their [homogeneous counterparts](/page/Homogeneous%20Sobolev%20Space).
### The Distributional Subtlety
For a Schwartz function $\phi$, the integral above involves $|\hat{\phi}(\xi)|^2$ — the pointwise square of a genuine function. But for a [tempered distribution](/page/Tempered%20Distributions) $u \in \mathcal{S}'(\mathbb{R}^n)$, the Fourier transform $\hat{u}$ is another tempered distribution, not a function, and "$|\hat{u}(\xi)|^2$" has no meaning. The correct definition uses the distributional product $(1+|\xi|^2)^{s/2}\hat{u}$ — the product of the slowly increasing function $(1+|\xi|^2)^{s/2} \in \mathcal{O}_M(\mathbb{R}^n)$ with the tempered distribution $\hat{u}$, as defined on the [Tempered Distributions](/page/Tempered%20Distributions) page — and asks whether this tempered distribution is represented by an $L^2$ function.
[/motivation]