The convolution of two Borel measures $\mu$ and $\nu$ is given by $$(\mu * \nu)(E) = \int_{-\infty}^\infty \nu(E - x) \; \mu(d x).$$
I have been trying to figure out whether the following cancellation law holds for convolutions: $$\text{if } \nu \neq 0 \text{ and } \mu_1 * \nu = \mu_2 * \nu, \text{ then also } \mu_1 = \mu_2$$ Here I use $\mu = \nu$ to mean that $\mu(E) = \nu(E)$ for all Borel measurable $E$.
Intuitively, I feel that the cancellation property should hold, but I have seen examples of the cancellation property failing for very similar kinds of convolution, so I am unsure.
Does the cancellation property above hold for convolution of measures? And if not, can we recover it by restricting for example to probability measures and/or continuous measures?
Examples of infinitely divisible measures are Normal distribution or Cauchy distribution. Distributions of the form $\delta_a$ are also infinitely divisible. Another example would be Poisson distribution.
It can also be shown that it is false in general for probability measures. Consider functions $$\phi(x) = (-|x|+1)1_{[0, 1]}(|x|),\ \varphi_1(x) = e^{-|x|},\\ \varphi_2(x) = e^{-|x|}1_{[0, 1)}(|x|)+e^{-1}(-|x|+2)1_{[1, 2]}(|x|) $$ We have that those are characteristic functions from Pólya criterion, and they satisfy $(1)$, which is equivalent to $\varphi_1\phi = \varphi_2\phi$, and so $\mu_1*\nu = \mu_2*\nu$ where $\mu_1, \mu_2, \nu$ are probability measures corresponding to $\varphi_1, \varphi_2,\phi$, and $\mu_1 \neq \mu_2$ because $\varphi_1\neq \varphi_2$.
There can be doubt about if $\varphi_2$ is convex for positive values because of the point $x = 1$, but it can be easily checked that $(e^{-x})'_{x=1} = -e^{-1}$, so it is indeed a convex function.
In fact, those characteristic functions are all integrable, hence they correspond to absolutely continuous random variables (in addition, symmetric).
[1] https://math.stackexchange.com/a/416436/476484