I have seen the convolution operator in different settings, and I was wondering about the following:
Suppose $h=f\ast g$ for an unordered pair of functions $(f,g)$. Does there exist a pair of functions $(f',g')$, different from $(f,g)$, such that $h=f'\ast g'$? "$\ast$" here means the convolution operator.
Now, when I say that $(f,g)$ and $(f',g')$ are different, I also think there should be a restriction such that \begin{cases} ||f-f'||_{L^1}\neq 0, \\ ||g-f'||_{L^1}\neq 0, \end{cases} or \begin{cases} ||f-g'||_{L^1}\neq 0, \\ ||g-g'||_{L^1}\neq 0, \end{cases}
so that the functions cannot be the same almost everywhere.
It would seem a bit strange if the answer to the question was "no", but I cannot come up with an example that works.