Let $X_2$ and $X_3$ be the inter-arrival times in a Poisson process. That's $X_i = t_i - t_{i-1}$ where $t_i$ is the arrival of an event $i$. I'm trying to calculate the following probability:
$$P[X_3 - X_2 < c | X_2 < c] ..(1)$$
where $c$ is a constant. I calculated the CDF of the new R.V $Z = X_3 - X_2$:
$$1/2(1-exp(-\lambda t ))$$
Can I say that the $Z$ is also incrementally independent, so any information about $X_2$ doesn't affect the probability? In other words, $(1)$ can be written as:
$$P[Z<c]$$
if not, how can I find that probability? if so, how can I prove it?