We are interested in the joint density of two Poisson distributions conditioned on their sum:
$$ P(X_1=n_1,X_2=n_2|X_1+X_2=n) $$
Where: $$ n_1 + n_2 = n $$
I am looking for a citation supporting the fact that this is a binomial. I was able to find a fairly straightforward blog post here https://blog.jpolak.org/?p=1924. Specifically, I'm looking for a citation that:
$$ \frac{P(X_1=n_1,X_2=n-n_1)}{P(X_1+X_2=n)} $$
is equivalent to:
$$ \binom{n}{n_1}p^{n_1}(1-p)^{n-n_1} $$
I know this seems fairly straightforward, but it would be nice to have a better citation than just a blog post.