Convolution Support
📂Fourier AnalysisConvolution Support
Theorem
Given two sets of real numbers A,B, we define A+B as follows.
A+B:={a+b:∀a∈A,∀b∈suppB}
For two functions f,g, the following holds.
suppf∗g⊂suppf+suppg
Here, supp is the function’s support, and ∗ is the convolution.
Proof
Assume x∈/suppf+suppg. Then, for any y chosen, f(y)g(x−y)=0 occurs.
Case 1 y∈suppf
In this case, x−y∈/suppg holds. If we assume x−y∈suppg,
suppf+suppg∋(x−y)+y=x∈/suppf+suppg
this leads to a contradiction. Therefore, x−y∈/suppg and g(x−y)=0 hold.
Case 2 y∈/suppf
In this case, f(y)=0 holds.
Therefore, if x∈/suppf+suppg, then ∫f(y)g(x−y)dy=f∗g(x)=0, and so x∈/suppf∗g. Thus,
suppf∗g⊂suppf+suppg
■