user366312 said:
The following is related to Poisson process:
$$P(N_1=2, N_4=6) = P(N_1=2, N_4-N_1=4) = P(N_1=2) \cdot P(N_3=4)$$
Why is $$(N_3=4)=(N_4-N_1=4)$$?
Can anyone explain?
There are different types of "1,2,3,..." here, but you are confusing them because of inadequate notation. Presumably, your ##N_a## means N[0,a] = number of events in the interval ##0 \leq t \leq a.## More generally, let us write ##P(N[a,b] = k)## for the probability of ##k## events in the interval ##a \leq t \leq b.##
So, what you meant to write at the start (in full notation) is
$$P(N[0,1]=2, N[0,4]=6) = P(N[0,1]=2, N[0,4]-N[0,1] = 4)
\\= P(N[0,1]=2) P([N[1,4] = 4).$$ If you use a shorthand notation (but without explanation) you could write this last factor as ##P(N[1,4]=4) = P(N_3=4),## where here ##P(N_b = k)## means the probability of ##k## events in an interval of length ##b##, with un-specified starting and ending points. So your ##N_3## is not the same as ##N[0,3]##, but it is the same as ##N[1,4].##