This is a pretty common question in probability and there are already a few answers on the site. HOWEVER, my Professor has put a little twist on it and I can't piece it together anymore.
QUESTION:
Let $(X_n)$ be a sequence of geometric random variables, each with parameter $p_n$ respectively. Suppose $p_n \rightarrow 0$. Let $(\theta_n)$ be a sequence of positive real numbers with $\frac{p_n}{\theta_n} \rightarrow \lambda$ for some $0<\lambda < \infty$. Let $Y_n = \theta_n X_n$. Show that $Y_n$ converges in distribution to an exponential distribution with parameter $\lambda$.
MY ATTEMPT:
Fix $x \in \mathbb{R}^+$. Let $Z$ be an exponential random variable with parameter $\lambda$. Then we have \begin{align*} P(Y_n \leq x) &=P\bigg(X_n \leq \frac{x}{\theta_n}\bigg)\\ &= 1-(1-p_n)^{\big\lfloor \frac{x}{\theta_n}\big\rfloor} \\ & \approx 1-e^{-\frac{p_n}{\theta_n} x} \tag{large n}\\ & \rightarrow 1- e^{-\lambda x} \\ &= P(Z \leq x), \end{align*} as desired.
PROBLEMS WITH MY SOLUTION
In my third line, I am just using my intuition. I am unable to prove this, nor can I find any theorems which might help.
Any input is appreciated! Thanks :)