Suppose that $X_i$ are independent random variables, with finite absolute moment. Then $Max(X_1, \ldots, X_n) / n \to 0$ a.s.?

903 Views Asked by At

Suppose that $X_i$ are i.i.d. random variables, with finite absolute moment: $E|X_1| < \infty$. Then $\max(X_1, \ldots, X_n) / n \to 0$ a.s. ?

Let $M_n = \max(X_1, \ldots, X_n)$.

I know that $M_n$ has a CDF which is $F_n(x) = F_1(x)^n$.

I would like to apply Borel-Cantelli to the sets $A_n = \{ M_n > n \epsilon \}$. So I would like to show that $\Sigma P(A_n) < \infty$.

I suspect that one can obtain a bound that is something like $\Sigma P(A_n) \leq E|X_1|$. However, because one doesn't have $\Sigma 1_{A_n} \leq X_1$, this is unlikely to be literally true. At some point one will need to use the independence.

So I was trying to proceed by analyzing the product $\Pi ( 1 - P(A_n))$ instead. We would like this to converge to a nonzero limit. This means that we want $P( \cap A_n^c) > 0$, at least for small epsilon, because of the assumed independence. But the problem is that $P(A_1) = 0$ is already possible.

I would appreciate a hint to set me on the right track. :)

2

There are 2 best solutions below

6
On BEST ANSWER

Hint: define $A_n :=\left\{\max_{1\leqslant j\leqslant n}\left|X_j\right| \gt n\varepsilon\right\}$. Then $$\Pr\left(A_{2^n} \right)=\Pr\left(\bigcup_{j=1}^{2^n} \left\{\left|X_j\right|\gt 2^n\varepsilon\right\}\right)\leqslant \sum_{j=1}^{2^n} \Pr\left(\left\{\left|X_j\right|\gt 2^n\varepsilon\right\}\right).$$ Now use the following facts:

  • the $X_j$'s have the same distribution, which gives $\Pr\left(A_{2^ n} \right)\leqslant 2^n\Pr\left(\left\{\left|X_1\right|\gt 2^n\varepsilon\right\}\right)$;
  • if $Y$ is an integrable non-negative random variable, then the series $\sum_{n=1}^{ +\infty}2^n\Pr\left(\left\{Y\gt 2^n\right\} \right)$ is finite. Indeed, we start from the pointwise inequality $ 2^{n} \mathbf 1\{2^n\leqslant Y \lt 2^{n +1}  \}\leqslant Y\mathbf 1\{2^n\leqslant Y \lt 2^{n +1} \}$ and we get the convergence of the series $\sum_n 2^n\Pr \{2^n\leqslant Y \lt 2^{n +1} \}$. Then note that $$\sum_{n=1}^{ +\infty}2^n\Pr\left(\left\{Y\gt 2^n\right\} \right) = \sum_{n=1}^{ +\infty}2^n\sum_{ i\geqslant n} \Pr \{2^i\leqslant Y \lt 2^{i +1} \} , $$ the switch the sums.

The independence does not seem to be needed.

0
On

WLOG $X_1,X_2,\dots$ are nonnegative.

Let $M_n =\max(X_1,\dots,X_n)$ and $S_n = X_1+\dots+X_n$ and $S_0=0$.

Now $\frac{X_n}{n} = \frac{S_{n}-S_{n-1}}{n} = \frac{S_n}{n} - \frac{n-1}{n} \frac{S_{n-1}}{n-1}$.

By the Law of Large Numbers, the RHS tends to zero a.s., and so does the LHS, including along all subsequences.

For each $n$, let $k_n\in \{1,\dots,n\}$ be such that $X_{n_k} = \max(X_1,\dots,X_n)$. Then $$0\le \frac{M_n}{n} = \frac{X_{k_n}}{n} \le \frac{X_{k_n}}{k_n} \frac{k_n}{n}.$$

The RHS tends to zero.