I've come across this type of problem a few times now so I understand what the correct steps are but I am struggling to understand the intuition behind this. The example problem states:
Consider a Poisson process on the interval [0, T] with rate λ > 0, and let 0 < τ < T. Define X1 to be the number of counts during [0, τ ], X2 to be the number of counts during [τ, T], and X to be the total number of counts during [0, T]. Let i, j, n be nonnegative integers such that n = i + j. Express the following probabilities in terms of n, i, j, τ, T, and λ, simplifying your answers as much as possible: Find P(X1 = i|X = n).
Steps to solve seem to be:
- P(X1=i|X=n) = P(X1=i,X=n)/P(X=n)
- P(X1=i,X-X1=n-i)/P(X=n)
- P(X1=i,X2=j)/P(X=n) ...
I don't understand why step 2 is true. Why is the intersection of X1=i and X=n equivalent to X1=1 intersected with X-Xi=n-1?
The event that there were $6$ arrivals before time $\tau$ and a total of $9$ arrivals is the same as the event that there were $6$ arrivals before time $\tau$ and $3$ arrivals after that time.