I have one question about the example of renewal process.
For a renewal process, $N(t)+1$ is a stopping time for the interarrival sequence $X_1,X_2,\cdots$. Show that $\mathbb{E}[N(t)] < \infty$, i.e, check that $m(t) < \infty$.
When I search for similar questions, I didn't notice anyone mentioned this idea. Below is the proof, but I am confused with one step.
- Recall that $m(t)=\sum_{n=1}^{\infty} F_n(t)$, where $F_n(t)=\mathbb{P}\{S_n\leq t\}=\mathbb{E} [I_{\{S_n \leq t\}}]$ can always be bounded by $e^{-(S_n-t)}$ from 0 to t.
- $\mathbb{E} [I_{\{S_n \leq t\}}] \leq \mathbb{E}[e^{-(S_n-t)}]=e^t (\mathbb{E}[e^{-X_1}])^n$
- Now since $X_1 \geq 0$ and $\mathbb{P}\{X_1 > 0\} > 0$, so $\mathbb{E}[e^{-X_1}]=\zeta < 1$
- So $F_n(t) \leq \zeta^n e^t$, and $m(t)\leq e^t \frac{\zeta}{1-\zeta} < +\infty$
I am confused with the step $\mathbb{P} \{ X_1 > 0 \} > 0$, why does it matter and how does it influence the subsequent proof?
What I try to convince myself is that
$\mathbb{E}(e^{-X_1}) = \int_0^{\infty}e^{-x}\mathrm{d}F(x) < \int_0^{\infty} 1 \cdot \mathrm{d} F(x) = 1$. Although the $e^0=1$ doesn't hold the inequality, but only finite number which have abnormal values makes no difference to the integral.
Does that part account for this integral to some extent?? Thank you for your reply.