I am attempting exercise 1.8.1 from Brémaud's Markov Chains: Gibbs Fields, Monte Carlo Simulation, and Queues.
Let $S_1, S_2, \ldots$ be a sequence of i.i.d. random variables, with $\mathbb{P}(0 < S_1 < \infty) = 1$ and $\mathbb{E}\left[S_1\right] < \infty$. For $t \geq 0$, let $N_t = \sum_{n=1}^\infty {1_{\left(0, t\right]}\left(T_n\right)}$ where $T_n = S_1 + \cdots + S_n$. Prove that, almost surely, $$\lim_{t \to \infty} {\frac{N_t}{t}} = \frac{1}{\mathbb{E}\left[S_1\right]}$$
I am not sure how to get started. Apparently I should be applying the Strong Law of Large Numbers but I don't see immediately how it applies.
Hints please; thank you!
Since $S_{N_t}\leqslant t\leqslant S_{N_t+1}$, we have $$\frac{S_{N_t}}{N_t}\leqslant \frac t{N_t} \leqslant \frac{S_{N_t+1}}{N_t}. $$ Now, $N_t\stackrel{t\to\infty}\longrightarrow\infty$ almost surely, so by the strong law of large numbers, $$\mathbb P\left(\lim_{t\to\infty} \frac{S_{N_t}}{N_t}= \mu \right) = 1. $$ Similarly, $$\frac{S_{N_t+1}}{N_t} = \frac{S_{N_t+1}}{N_t+1}\frac{N_t+1}{N_t}\stackrel{t\to\infty}\longrightarrow \mu $$ with probability $1$, so we conclude that $$\mathbb P\left(\lim_{t\to\infty} \frac t{N_t} =\mu\right)=1, $$ or equivalently $$\mathbb P\left(\lim_{t\to\infty} \frac{N_t}t =\frac1\mu\right)=1. $$