I am trying to compute the Fourier transform of the Heaviside step function in the space of tempered distributions. $$\langle \mathscr{F}(H), \varphi \rangle \stackrel{\mathrm{\mathscr{S}'(\mathbb{R})}}{=} \langle H, \mathscr{F}(\varphi) \rangle $$ Since $H(x)$ is a moderate function (at most polynomial divergence approaching infinity) I can write (Can I? I know that in $\mathscr{D}'$ I can since the distribution is regular but I'm not entirely sure about $\mathscr S '$)
$$= \int_{-\infty}^\infty H(x) \left( \int_{-\infty}^\infty \varphi(y) e^{-2 \pi i x y} dy \right) dx \stackrel{(1)}{=} \lim_{\varepsilon \to 0^+} \int_{0}^\infty e^{-\varepsilon x^2} \left( \int_{-\infty}^\infty \varphi(y) e^{-2 \pi i x y} dy \right) dx \\ \stackrel{(2)}{=} \lim_{\varepsilon \to 0^+} \int_{-\infty}^\infty \varphi(y) \left( \int_{0}^\infty e^{-\varepsilon x^2} e^{-2 \pi i x y} dx \right) dy $$
and that after some integration (completing the square in the exponent, changing the variable, integrating the inner integral and changing the variable again) becomes
$$= \lim_{\varepsilon \to 0^+} \frac{1}{2\sqrt{\pi}} \int_{-\infty}^\infty \varphi \left(\frac{\sqrt{\varepsilon}}{\pi}u\right) e^{-u^2}du \stackrel{(3)}{=} \frac{1}{2} \varphi(0) = \frac{1}{2} \langle \delta, \varphi \rangle $$
In (1) I am using the monotone convergence theorem (edit: as was pointed out in the comments dominated convergence here as well), in (3) the dominated convergence theorem and in (2) Fubini's theorem.
Usually one manages to lose the delta part along the way but I managed to lose the $ \sim \frac{1}{x}$ part.
Where does this approach go wrong?
http://math.stackexchange.com/questions/1353607/fourier-transform-of-the-heaviside-function
but there's the problem with the derivatives of deltas and how the deltas got there in the first place.
– VaNa Jan 17 '17 at 16:54