Let $X=(X_n)$ be a sequence of i.i.d. Exp($\lambda$) random variables and $Z=(Z_n)$ a sequence of i.i.d. Ber($p$) random variables independent of $X$ and let $T_n=\sum_{i=1}^n X_i$.
I want to prove that the random variables defined by $$N'_t = \sum_{n=1}^\infty Z_n \mathbb 1_{(0,t]}(T_n) \tag{1}$$ form a Poisson process with intensity $p \lambda$.
I know how to prove this by applying that any process starting at $0$ almost surely that has independent, Poisson distributed increments is a Poisson process.
However, I have some trouble finding the same result while relying on this definition: $(N_t: t\geq0)$ is called a Poisson process if \begin{equation}N_t = \max\{n\in \mathbb N_0: T_n \leq t \} \tag{2}\end{equation} where $T_n$ is defined as above.
My reasoning so far goes like this:
Since the $T_n$ are increasing by one after each arrival, we may just count them and thus see that $(2)$ is equivalent to $N_t = \sum_{n=1}^\infty \mathbb 1_{(0,t]}(T_n).$ We also have $Z_n \mathbb 1_{(0,t]}(T_n) = \mathbb 1_{(0,t]}(Z_n T_n).$ So what I need to show is that $Z_n T_n = \sum_{i=1}^n Y_n$ for some i.i.d. $Y_i \sim \mathrm{Exp}(p \lambda)$. This means that I need to show that $Z_n T_n \sim \mathrm{Gamma}(p\lambda,n)$, and here is where I'm stuck. Can someone help me to see why this is true? Or did I make a mistake before?