Let $X,Y$ be independent random variables with $X,Y \sim$ Poi$(\lambda)$. What is the distribution of $X-Y$? Since $X$ and $Y$ are independent I would assume that $X$ and $-Y$ are independent and therefore it follows that $$\varphi_{X-Y}(t) = \mathbb E[\exp(it(X-Y))] = E\left[\frac{\exp(it(X))}{\exp(it(Y))}\right] = \frac{\exp(\lambda(e^{it}-1))}{\exp(\lambda(e^{it}-1))} = 1.$$ But as far as I know $X-Y\sim$ Poi$(\lambda)$. Should I consider introducing a random variable $Z$ with $\mathbb P(Z = 1) = \mathbb P(Z=-1)=\frac 1 2$ with $\varphi_Z(t) = \cos(t)$?
Thank you!