Weak convergence using characteristic functions

321 Views Asked by At

This problem is from Billingsley's "Probability and measure" book.

Let $a_n \to a$, $b_n \to b$ and $\{X_n\}$,$X$ be a sequence of random variables such that $X_n \to^w X$ (weak convergence). Prove that $$a_nX_n + b_n \to^w aX+b$$ using characteristic functions.

I was able to reduce the problem into proving the following:

If $a_n \to 0$ and $X_n \to^w X$ then $a_nX_n \to^w 0$.

To begin with, we have $$|E[e^{ita_nX_n}] - 1| \leq E[|e^{ita_nX_n} - 1|] = 2E|\sin\left(\frac{ta_nX_n}{2}\right)|$$

The trouble I am having is that the sequence $X_n$ is in the way. If $X_n$ are integrable, then the proof is complete using $|\sin(x)| \leq |x|$. However since that is not given, I don't know how to proceed. Any help would be appreciated.

Edit: I just saw an answer here. However that used Skorokhod's theorem. Isn't there some simplification that could be done to RHS?

1

There are 1 best solutions below

5
On BEST ANSWER

If $\phi_n$ is the characteristic function for $X_n$ and $\phi$ the characteristic function for $X$ then you know $\phi_n(t) \to \phi(t)$ for all $t$. Let $\epsilon > 0$. Choose $N_1$ large enough so that $n \geq N_1$ implies $$ |\phi_n(at) - \phi(at)| < \frac{\epsilon}{2}. $$ Since the $\phi_n$ are uniformly continuous, for each $n$ there is a $\delta_n > 0$ such that $|x-y| < \delta_n$ implies $|\phi_n(x) - \phi_n(y)| < \epsilon$. Without loss of generality, assume that $\delta_n$ is a decreasing sequence (if $\delta_n$ is not smaller than the $\delta_i$'s with $i\leq n$, taking it to be less than or equal to the preceding values does not make the condition false).

Now, since $a_n \to a$ you can choose $N_2 \in \mathbb{N}$ such that $n \geq \max\{ N_2,m\}$ implies $|a_n - a| < \delta_m$ whence $$ |\phi_m(a_n t) - \phi_m(at)| < \frac{\epsilon}{2}. $$ Since $\delta_m$ is decreasing this means that $|\phi_n(a_n t) - \phi_n(at)| < \frac{\epsilon}{2}$. Therefore, $n \geq \max\{N_1,N_2\}$ implies $$ |\phi_n(a_nt) - \phi(at) \leq |\phi_n(a_n t) - \phi_n(at)| + |\phi_n(at) - \phi(at)| < \epsilon. $$ This says that the characteristic functions for $a_nX_n$ converge to the characteristic function for $aX$.