Distribution Convergence of Sequence of Functions

122 Views Asked by At

Consider the sequence of functions \begin{align*} f_n(x)=\begin{cases} 0 & x \leq -\tfrac{1}{n} \\[0.5em] nx+1 & x \in (-\tfrac{1}{n},0) \\[0.5em] 1 & x\geq 0 \end{cases} \end{align*} Show by the definition of a distribution that $f_n\rightarrow H$ in the sense of distributions where $H$ is the Heaviside function.

I feel like it would be easier to show that $f_n-H\rightarrow 0$ in the sense of distributions, but I'm not sure how to go from here.

Any tips would be appreciated!

1

There are 1 best solutions below

2
On BEST ANSWER

We have to show that $\int_0^{\infty} \phi (x) dx+\int_{-1/n}^{0} (1+nx) \phi (x)dx \to \int_0^{\infty} \phi (x) dx$ for every test function $\phi$. So it suffices to show that $\int_{-1/n}^{0} (1+nx) \phi (x)dx \to 0$. Use the fact that $|1+nx| \leq 1$ and $\phi$ is integrable. So DCT finishes the proof.