trash
- 13
- 0
Homework Statement
Given a sequence of independent random variables {X_n}, each one with distribution Exp(1). Show that Y_n = \displaystyle\frac{X_n}{\log(n)} with n \geq 2 converges to 0 in probability but it doesn't coverges almost surely to 0.
Homework Equations
Density for each X_n given by f(x_n) = e^{-x_n} if x_n \geq 0 and 0 otherwise.
The Attempt at a Solution
Since \displaystyle\frac{e^{-x_n}}{\log(n)} tends to 0 as n \rightarrow +\infty, given \epsilon > 0, then there's a N>0 such that if n>N we have \displaystyle\frac{e^{-x_n}}{\log(n)} < \epsilon. This implies that \displaystyle\lim_{n \to{+}\infty}{} P\{ |Y_n| < \epsilon \} = 1.
Now, what about almost surely convergence?.
I have to prove that P \{\displaystyle\lim_{n \to{+}\infty}{} {Y_n} = 0 \} \neq 1 but it seems to me that since \displaystyle\lim_{n \to{+}\infty}{} {Y_n} = 0 will follow that P \{\displaystyle\lim_{n \to{+}\infty}{} {Y_n} = 0 \} = 1 .