For 2 independent Poisson processes $X,Y$, with parameters $\lambda_X, \lambda_Y$ respectively, how can I prove that $X+Y$ is a Poisson process with parameter $\lambda_X+\lambda_Y$?
To do this, I suppose you would use the rule $$ P(X+Y = k) = \sum_{n=0}^k P(X = n) \cdot P(Y = k-n) \\ = \sum_{n=0}^k\frac{\lambda_X^n e^{\lambda_X}}{n!} \cdot \frac{\lambda_Y^n e^{\lambda_Y}}{(k-n)!} $$
However, I am unsure of how to continue from here. Can anyone prompt me in the right direction?