I'm trying to understand the criterion for a pure birth process to explode in finite time. Unfortunately, the script I'm studying only gives the result and not the proof. And I wasn't able to quickly solve it myself or find a suitable reference either.
Let $(X_t, t\geq 0)$ be a pure birth process on $\mathbb N_0$, starting in $0$, with rates $\lambda_i$. Then it should be true that $(X_t)$ explodes in finite time if and only if $\sum_i 1/\lambda_i < \infty$.
Now, this statement is as intuitive as it gets, but still I'd like to be able to see formally why this is true.
We can characterize the time of explosion as follows:
- $T_k = \inf\{t>0 : X_t = k \}, \qquad \forall k \in N$,
- $T_\infty = \sup_k T_k$.
Then I want to show:
$$\sum_{i\in \mathbb N} \frac{1}{\lambda_i} < \infty \implies \mathbb P_0(T_\infty < \infty) = 1.$$
$$\sum_{i\in \mathbb N} \frac{1}{\lambda_i} = \infty \implies \mathbb P_0(T_\infty < \infty) = 0.$$
How do I go about that?