Almost sure convergence of a certain sequence of random variables

718 Views Asked by At

Let $(X_n)_{n\geq 1}$ be i.i.d. random variables with uniform distribution on the interval $(0,1)$.

I need to prove that the following sequence of random variables $(Y_n)_n$ defined by:

$$Y_n = \frac{X_1^2+\dots+X_n^2}{X_1+\dots+X_n}$$

converges almost surely, and then compute

$$\lim_{n\to\infty} \mathbb{E}(Y_n)$$

It does not seem to be a very difficult problem, but I am stuck.

Thanks a lot!

2

There are 2 best solutions below

2
On

Hint: you can use the Strong Law of Large Numbers (SLLN) just write

$$ Y_n = \frac{X_1^2 + ... + X_n^2}{n} \frac{1}{ \frac{X_1+...+X_n}{n}}. $$ Now, both fractions converge a.s. in view of the SLLN, and hence so does the $Y_n$. You also get the expectation using in addition the boundedness of the sequences.

2
On

To prove the almost sure convergence write

$$Y_n = \frac{X_1^2+\ldots+X_n^2}{n} \frac{n}{X_1+\ldots+X_n}$$

and apply the strong law of large numbers (twice).

For the second part of the problem, use the fact that $0 \leq X_i \leq 1$ to show that

$$0 \leq Y_n \leq 1.$$

Combine the dominated convergence theorem with the first part of the problem to compute the limit $\lim_n \mathbb{E}(Y_n)$.