Let $X_1,X_2,...,X_n$ be i.i.d. from a Poisson distribution with mean $\lambda$, so that the common pdf is given by:
$$f_{X_i}(x)=\frac{e^{-\lambda}\lambda^x}{x!}$$
Define the statistic $S=\sum_{i=1}^nX_i$. Clearly $S\sim POISSON(n\lambda)$
Prove that the conditional distribution of $X_1$ given $S=s$ is binomial with parameters $s,n^{-1}$. That is, prove:
$$X_1|_{S=s}\sim B(s,n^{-1})$$
This is really tripping me up since $S$ is actually composed of $X_1$. I have no idea what the joint distribution would be, so I can't take that approach to find the conditional. So I'm really unsure of how to prove this. Any ideas?
\begin{align} Pr(X_1 = k | \sum_{i=1}^n X_i=s) &= \frac{Pr(X_1=k)Pr(\sum_{i=1}^n X_i=s|X_1=k)}{Pr(\sum_{i=1}^n X_i=s)} \\ &= \frac{Pr(X_1=k)Pr(\sum_{i=2}^n X_i=s-k)}{Pr(\sum_{i=1}^n X_i=s)} \\ \end{align}
Can you proceed?