Let $\lambda>0$, and for every $n\ge 1$, we have $X_n\sim \operatorname {Geo}(\frac{\lambda}{n})$.
We define $\hat X_n=\frac{1}{n}X_n$. Show that for every $t\ge 0$:
$F_{\hat X_n}(t)\to F_{\hat X}(t)$ when $n\to\infty.$ while $\hat X\sim\operatorname {Exp}(\lambda)$.
I know that since $\hat X$ is distributed exponentially:
$F_{\hat X}(t)=1-e^{-\lambda t}$.
Trying to understand $\hat X_n$:
$P(\hat X_n = k)=(1-\frac{\lambda}{n})^{k-1}\frac{\lambda}{n}$.
I can see where the $e^{-\lambda}$ will come from when we take the limit, but I'm having some difficulties getting to $F_{\hat X_n}(t)=P(\hat X_n \le t)$, when I find that I can multiply it by $\frac{1}{n}$, and it will be some limits work to reach the proof in my opinion.
I would really appreciate any feedback and help in building my proof.
Thanks in advance!
Answer:
$\mathbb{P}[\hat{X_n} \leq t] = \mathbb{P}[X_n \leq n\cdot t] =\mathbb{P}[X_n \leq \lfloor n\cdot t \rfloor ] = 1-(1-\frac{\lambda}{n})^{\lfloor n\cdot t \rfloor} \to 1-e^{-\lambda t}=F_{\hat X}(t) $
Explaining:
If you need any more explaining please comment :)