If $X_1$, $X_2$, $\dots$, $X_k$ are random variables with Poisson distribution with the following parameters: $\lambda_1$, $\lambda_2$, $\dots$, $\lambda_k$.
Show that $(X_1 \mid X_1 + X_2 + \dots + X_k)$ (conditional probability) has binomial distribution.
If I suppose that $(X_1 \mid X_1 + X_2 + \dots + X_k)$ has binomial distribution and given that the sum $Y = X_1 + X_2 + \dots + X_k $ has Poisson distribuition (with $\sum_i^k \lambda_i$ parameter), I can build the result and the distribution is a Binomial with parameters $(k, \frac{\lambda_1}{\lambda_1 + \lambda_2 + \dots + \lambda_k})$, but looks like I done from the end to beginning. There is a direct method?
I am asking for an explanation, and the similar post did not help me.