Let $N_t$ be a Poisson process of rate $\lambda$.
1)What is $P(N_s = 1|N_t =1)$ for $0<s<t$?
2) Find the distribution of the time of the first point of the process, conditional on the event that exactly one point occurs in the interval [0,t]?
I know $P(N_t = 1)=e^{-\lambda t}(\lambda t)$. I was wondering based on the memoryless property for Poisson processes whether $P(N_s = 1|N_t =1)=e^{-\lambda t}(\lambda t)$ as well since the distribution of $(N_t,t>t_0)$ conditional on the process $(N_t,t\ge t_0)$ depends only on the value of $N_{t_0}$
Additionally, I am not sure about part 2), would this also be a Poisson process of rate $\lambda$?
Conditionally on $\{N_t=1\}$, the first jump is uniformly distributed inside $[0,\,t]$. The probability that it belongs to $[0,s]$ is the ratio of lengths: $$P(N_s = 1|N_t =1) = \frac{s}{t}.$$
The answer to the second question is already contained here.