logo

Definition of Convolution 📂Fourier Analysis

Definition of Convolution

Definition

Let’s assume that two functions ff and gg defined in R\mathbb{R} are given. If the integral below exists, it is called the convolution of the two functions ff and gg, and is denoted by fgf \ast g.

fg(x):=f(y)g(xy)dy f \ast g(x):=\int _{-\infty} ^{\infty} f(y)g(x-y)dy

If ff and gg are discrete functions, they are defined as follows.

(fg)(m)=nf(n)g(mn) (f \ast g)(m)=\sum \limits_{n}f(n)g(m-n)

Explanation

Although there is a translation as convolution, the term convolution is more commonly used. Generally, the above definition is learned as convolution, but more generally, it is a convolution regarding Fourier transform which is an integral transform. It is used in various fields because it has many good properties such as commutative law, distributive law, etc.

In the case of discrete convolution, it is defined a bit differently in analytic number theory.

The conditions for convolution to be defined are as follows:

  • (a)

    If fL1f\in L^{1} and g<M|g|<M, then

    f(y)g(xy)dyf(y)g(xy)dyMf(y)dy< \left| \int f(y)g(x-y)dy \right| \le \int \left| f(y)g(x-y) \right|dy \le M\int \left| f(y) \right|dy \lt \infty

  • (b)

    If fM\left| f \right| \le M and gL1g\in L^{1}, then

    f(y)g(xy)dyf(y)g(xy)dyMg(xy)dy< \left| \int f(y)g(x-y)dy \right| \le \int \left| f(y) g(x-y) \right|dy \le M\int \left| g(x-y) \right|dy \lt \infty

  • (c)

    Let’s assume f,gL2f,g\in L^{2} and g~x(y)=g(xy)\tilde{g}_{x}(y)=g(x-y). Then g~xL2\tilde{g}_{x}\in L^{2} and g2=g~x2\left\| g \right\|_{2}=\left\| \tilde{g}_{x} \right\|_{2}, and by the Cauchy-Schwarz inequality,

    f(y)g(xy)dy=f(y)g~x(y)dy=f,g~xf2g~x2< \begin{align*} \left| \int f(y)g(x-y)dy \right| &= \left| \int f(y)\tilde{g}_{x}(y)dy \right| \\ & = \left| \left\langle f,\tilde{g}_{x} \right\rangle \right| \\ &\le \left\| f \right\|_{2} \left\| \tilde{g}_{x} \right\|_{2} \\ &<\infty \end{align*}

  • (d)

    If ff is bounded except for the closed interval [a,b][a,b] where it is 00 and when gg is piecewise continuous,

    f(y)g(xy)dy=abf(y)g(xy)dy< \int _{-\infty} ^{\infty} f(y)g(x-y)dy=\int _{a}^{b}f(y)g(x-y)dy<\infty