Question: Let $X$ and $Y$ be independent random variables, each $\mathrm{Poi}(\lambda)$ distributed, and $Z = X+Y$.
Given $Z=n$, what is the expectation of $X - Y$? Explain it.
My Work: From solving a previous part of this question, I believe that $Z$ is distributed: $Z\sim\mathrm{Poi}(2\lambda)$, and that the $P(X=k \mid Z=n)$ is the pdf of a binomial distribution.
Thus, the expectation of $X$, given $Z=n$, is $n/2$.
I'm confused, however, on how to prove the expectation of $X - Y$. My guess is that $E(X-Y)$ given $Z=n$ should be something like $0$? (Since $E(X \mid Z=n)$ is $n/2$ and $E(Y | Z=n)$ should also be $n/2$?)
Could someone explain how to prove something like this for $E(X-Y | Z=n)$ though?
Thanks!