I have two poisson-processes, I have seen a mathematical proof that they are independent, and offcourse they must be independent since the proof is in several textbooks. But logically I can not understand why they are independent, for me, it is very logical that they are dependent.
The processes are defined like this:
First we have a Poisson-process $\{N(t), t \ge 0\}$ with parameter $\lambda$. And we defined two new processees like this: At every instance an event occur in the original process, we define this event as type 1, with probability p, and type 2 with probability 1-p. It can then be showed that:
$\{N_1(t),t \ge 0\}$ and $\{N_2(t), t \ge 0\}$ are both poisson processes, and it can be showed that their parameters are $\lambda p$ and $\lambda (1-p)$. But now comes what I don't get, they are also independent!
I mean, lets say you have p=0.5 and you are at point t* in time. Lets also say that you are given that $N_2(t*)=1000$, why does this value of 1000 not change the probability of $P(N_1(t*) \ge 500)$? Isn't it logical that the more type 2 events that happen, it is more likely that a lot of type 1 events have happened?