I need to find $\lim_{n\to\infty} (X_{1} +...+ X_{n})$, where each $X_{i}$ is an $exp(\lambda)$ RV.
What I've tried to do is use the law of large numbers which gives us that:
$\lim_{n\to\infty} (\frac{X_{1} +...+ X_{n}}{n})= \frac{1}{\lambda}$ and so,
$\lim_{n\to\infty} (X_{1} +...+ X_{n})= \lim_{n\to\infty} (\frac{n(X_{1} +...+ X_{n})}{n}) = (\lim_{n\to\infty} n)\times(\lim_{n\to\infty}\frac{(X_{1} +...+ X_{n})}{n}) = \infty$
Is this correct?