I could use some help with a homework question. Let ${N(t), t \geq 0}$ be a Poisson Process with rate $\lambda$. For $i\leq n $ and $s<t$, find: $P(N(t)=n|N(s)=i)$ and $P(N(s)=i|N(t)=n)$.
For the first part here is what I did:
I assumed the times are memoryless: $$P(N(t)=n|N(s)=i) = P(N(t-s)=n-i)$$
Then, we get $$ = \frac{e^{-\lambda(t-s)}(\lambda(t-s))^{n-i}}{(n-i)!}$$
So, I'm wondering if I have the correct approach. If not, please provide any suggestions.