Say I have two biased coins with probabilities of coming up heads $p$ and $r$, where $p\ne r$.
If I toss each of the coins $n$ times, the number of heads that show up is Poisson Binomial distributed.
But how do I prove that it is not Binomial? I tried using MGFs but the problem gets complex really fast.
Thank you for your help.
But MGF gives you an anwser immediately. Binomial distribution's MGF is $$(1 - p + pe^t)^n$$ But for your distribution it looks like this $$\prod(1 - p_i + p_ie^t)^{n_i}$$ Think about this thing as you're thinking about polynomials, replace $e^t$ term with $x$ and check what happens: $$p^n(\frac{1}{p} - 1 + x)^n$$ $$\prod p_i(\frac{1}{p_i} - 1 + x)^{n_i}$$ As you can see, it can not be the same polynomial, unless $p_i$ equals $p$ for all $i$.